על מנת לערוך סיכומים נדרש לפתוח חשבון.
משתמש:גיא/ebuilds: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
אין תקציר עריכה |
||
(2 גרסאות ביניים של אותו משתמש אינן מוצגות) | |||
שורה 1: | שורה 1: | ||
ניתן למצוא כאן כל מיני ebuilds שכתבתי עבור gentoo. | ניתן למצוא כאן כל מיני ebuilds שכתבתי עבור gentoo. | ||
<div dir="ltr"> | |||
*[http://guy.sikumuna.com/ebuilds/epydoc-3.0_alpha3.ebuild dev-python/epydoc-3.0_alpha3] | |||
*x11-misc/superkarmaba-0.39 | *x11-misc/superkarmaba-0.39 | ||
שורה 70: | שורה 71: | ||
} | } | ||
</div> |
גרסה אחרונה מ־12:51, 14 באוקטובר 2006
ניתן למצוא כאן כל מיני ebuilds שכתבתי עבור gentoo.
- dev-python/epydoc-3.0_alpha3
- x11-misc/superkarmaba-0.39
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="A tool to create interactive applets for the KDE desktop." HOMEPAGE="http://netdragon.sourceforge.net/" SRC_URI="mirror://sourceforge/netdragon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="doc xmms" DEPEND="dev-lang/python xmms? ( media-sound/xmms ) ( !kde-base/superkaramba !>=kde-base/kdeutils-3.5 )" need-kde 3.2 src_compile() { # hack, until the configure script supports a switch use xmms || export ac_cv_have_xmms=no kde_src_compile } src_install() { kde_src_install newenvd ${FILESDIR}/karamba-env 99karamba keepdir /usr/share/karamba/themes /usr/share/karamba/bin if use doc; then insinto /usr/share/doc/${PF} doins -r ${S}/examples fi }
- ivritex-1.2.1 אני מקווה שיכניסו את זה לעץ הרשמי של פורטג'
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit latex-package IUSE="" DESCRIPTION="Hebrew support for TeX" HOMEPAGE="http://ivritex.sourceforge.net/" SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz" RESTRICT="nomirror" LICENSE="LPPL-1.2" SLOT="0" DEPEND="virtual/tetex" KEYWORDS="~x86 ~amd64" src_install () { make TEX_ROOT=${D}/usr/share/texmf install || die }