diff options
author | 2004-07-15 02:38:42 +0000 | |
---|---|---|
committer | 2004-07-15 02:38:42 +0000 | |
commit | 10ebe069f383589ff22a2d411ae4ce56289ce51b (patch) | |
tree | 36454acc8121894c2c107133b45603febb1e70cf /sys-apps | |
parent | sync IUSE (-build) (Manifest recommit) (diff) | |
download | gentoo-2-10ebe069f383589ff22a2d411ae4ce56289ce51b.tar.gz gentoo-2-10ebe069f383589ff22a2d411ae4ce56289ce51b.tar.bz2 gentoo-2-10ebe069f383589ff22a2d411ae4ce56289ce51b.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r4.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.1.11.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.26.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.30.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/tcb/tcb-0.9.8.7.ebuild | 5 |
7 files changed, 14 insertions, 14 deletions
diff --git a/sys-apps/slocate/slocate-2.7-r2.ebuild b/sys-apps/slocate/slocate-2.7-r2.ebuild index 167003e846e7..0e3058319679 100644 --- a/sys-apps/slocate/slocate-2.7-r2.ebuild +++ b/sys-apps/slocate/slocate-2.7-r2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r2.ebuild,v 1.12 2004/06/24 22:26:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r2.ebuild,v 1.13 2004/07/15 02:34:57 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Secure locate provides a secure way to index and quickly search for files on your system (drop-in replacement for 'locate')" HOMEPAGE="http://www.geekreview.org/slocate/" SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz" @@ -10,6 +9,7 @@ SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64" +IUSE="" DEPEND="sys-apps/shadow >=sys-apps/sed-4" diff --git a/sys-apps/slocate/slocate-2.7-r3.ebuild b/sys-apps/slocate/slocate-2.7-r3.ebuild index ebe875f7d26b..946b3640adb0 100644 --- a/sys-apps/slocate/slocate-2.7-r3.ebuild +++ b/sys-apps/slocate/slocate-2.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r3.ebuild,v 1.6 2004/06/24 22:26:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r3.ebuild,v 1.7 2004/07/15 02:34:57 agriffis Exp $ inherit flag-o-matic @@ -11,6 +11,7 @@ SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ppc64" +IUSE="" DEPEND="sys-apps/shadow >=sys-apps/sed-4" diff --git a/sys-apps/slocate/slocate-2.7-r4.ebuild b/sys-apps/slocate/slocate-2.7-r4.ebuild index 2c2d1496c910..99f08a49640e 100644 --- a/sys-apps/slocate/slocate-2.7-r4.ebuild +++ b/sys-apps/slocate/slocate-2.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r4.ebuild,v 1.3 2004/06/24 22:26:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r4.ebuild,v 1.4 2004/07/15 02:34:57 agriffis Exp $ inherit flag-o-matic @@ -11,6 +11,7 @@ SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc ~sparc alpha ~hppa ~mips ia64 ppc64" +IUSE="" DEPEND="sys-apps/shadow >=sys-apps/sed-4" diff --git a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild b/sys-apps/smartmontools/smartmontools-5.1.11.ebuild index 6fa1001c055a..c780730ff020 100644 --- a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.11.ebuild,v 1.6 2004/06/24 22:26:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.11.ebuild,v 1.7 2004/07/15 02:35:18 agriffis Exp $ MAJ_PV=${PV:0:3} MIN_PV=${PV:4:6} @@ -13,6 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 sparc" +IUSE="" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/smartmontools/smartmontools-5.26.ebuild b/sys-apps/smartmontools/smartmontools-5.26.ebuild index 1b8ae917c49a..e9225ebdd1f6 100644 --- a/sys-apps/smartmontools/smartmontools-5.26.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.5 2004/06/25 23:39:49 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.6 2004/07/15 02:35:18 agriffis Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sf.net/" @@ -10,8 +10,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 sparc" - -S=${WORKDIR}/${P} +IUSE="" src_compile() { econf || die diff --git a/sys-apps/smartmontools/smartmontools-5.30.ebuild b/sys-apps/smartmontools/smartmontools-5.30.ebuild index 5425ed93e615..d124bb406d79 100644 --- a/sys-apps/smartmontools/smartmontools-5.30.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.30.ebuild,v 1.4 2004/06/24 22:26:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.30.ebuild,v 1.5 2004/07/15 02:35:18 agriffis Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sf.net/" @@ -10,8 +10,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~alpha" - -S=${WORKDIR}/${P} +IUSE="" src_compile() { econf || die diff --git a/sys-apps/tcb/tcb-0.9.8.7.ebuild b/sys-apps/tcb/tcb-0.9.8.7.ebuild index fa224966190a..7a0328139597 100644 --- a/sys-apps/tcb/tcb-0.9.8.7.ebuild +++ b/sys-apps/tcb/tcb-0.9.8.7.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-0.9.8.7.ebuild,v 1.2 2004/06/24 22:28:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-0.9.8.7.ebuild,v 1.3 2004/07/15 02:38:42 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} - DESCRIPTION="Libraries and tools implementing the tcb password shadowing scheme." SRC_URI="ftp://ftp.openwall.com/pub/projects/tcb/${P}.tar.gz" HOMEPAGE="http://www.openwall.com" @@ -14,6 +12,7 @@ LICENSE="GPL-2" DEPEND=">=sys-libs/pam-0.75" SLOT="0" KEYWORDS="x86 amd64" +IUSE="" pkg_setup() { # might want to add these into baselayout eventually... |