diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/di/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/di/di-3.8.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/di/di-3.9.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/discover/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/discover/discover-1.5-r1.ebuild | 3 |
5 files changed, 15 insertions, 5 deletions
diff --git a/sys-apps/di/ChangeLog b/sys-apps/di/ChangeLog index fe08862fe9e6..f5ee51b5d9eb 100644 --- a/sys-apps/di/ChangeLog +++ b/sys-apps/di/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/di # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.8 2004/06/24 22:03:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.9 2004/06/30 15:04:10 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> di-3.8.ebuild, + di-3.9.ebuild: + sync IUSE (missing) 13 Mar 2004; David Holm <dholm@gentoo.org> di-3.9.ebuild: Added to ~ppc. diff --git a/sys-apps/di/di-3.8.ebuild b/sys-apps/di/di-3.8.ebuild index 2bd0e762045c..549ba55e55f2 100644 --- a/sys-apps/di/di-3.8.ebuild +++ b/sys-apps/di/di-3.8.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.8.ebuild,v 1.7 2004/06/24 22:03:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.8.ebuild,v 1.8 2004/06/30 15:04:10 agriffis Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Disk Information Utility" SRC_URI="http://www.gentoo.com/di/${P}.tar.gz" HOMEPAGE="http://www.gentoo.com/di/" KEYWORDS="x86 amd64" +IUSE="" LICENSE="as-is" DEPEND="" SLOT="0" diff --git a/sys-apps/di/di-3.9.ebuild b/sys-apps/di/di-3.9.ebuild index da5481abcd40..ff28790871fb 100644 --- a/sys-apps/di/di-3.9.ebuild +++ b/sys-apps/di/di-3.9.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.9.ebuild,v 1.7 2004/06/24 22:03:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.9.ebuild,v 1.8 2004/06/30 15:04:10 agriffis Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Disk Information Utility" SRC_URI="http://www.gentoo.com/di/${P}.tar.gz" HOMEPAGE="http://www.gentoo.com/di/" KEYWORDS="x86 amd64 ia64 ~ppc" +IUSE="" LICENSE="as-is" DEPEND="" SLOT="0" diff --git a/sys-apps/discover/ChangeLog b/sys-apps/discover/ChangeLog index ab7af9ef4092..ebce5204de09 100644 --- a/sys-apps/discover/ChangeLog +++ b/sys-apps/discover/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/discover # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/ChangeLog,v 1.9 2004/06/24 22:03:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/ChangeLog,v 1.10 2004/06/30 15:07:24 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> discover-1.5-r1.ebuild: + sync IUSE (missing) 25 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> discover-1.5-r1.ebuild, discover-2.0.2.ebuild: diff --git a/sys-apps/discover/discover-1.5-r1.ebuild b/sys-apps/discover/discover-1.5-r1.ebuild index fbf06905311e..224877043a13 100644 --- a/sys-apps/discover/discover-1.5-r1.ebuild +++ b/sys-apps/discover/discover-1.5-r1.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/discover/discover-1.5-r1.ebuild,v 1.12 2004/06/24 22:03:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover/discover-1.5-r1.ebuild,v 1.13 2004/06/30 15:07:24 agriffis Exp $ DESCRIPTION="Discover hardware and load the appropriate drivers for that hardware." HOMEPAGE="http://hackers.progeny.com/discover/" @@ -8,6 +8,7 @@ SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/discover/${PN}_${PV}-1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 -sparc" +IUSE="" DEPEND="app-arch/tar app-arch/gzip" RDEPEND="sys-apps/discover-data" |