diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/eject | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/eject')
-rw-r--r-- | sys-apps/eject/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/eject/eject-2.0.10.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/eject/eject-2.0.6.ebuild | 4 |
3 files changed, 12 insertions, 2 deletions
diff --git a/sys-apps/eject/ChangeLog b/sys-apps/eject/ChangeLog index cc7fd54e04c7..b10f63ba169a 100644 --- a/sys-apps/eject/ChangeLog +++ b/sys-apps/eject/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for sys-apps/eject # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.2 2002/05/09 15:26:14 daybird Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.3 2002/07/14 19:20:17 aliz Exp $ *eject-2.0.10 (9 May 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> eject-2.0.10.ebuild : + Added KEYWORDS, SLOT. + 9 May 2002; D.Chamberlain <daybird@gentoo.org> Changelog: Updated to 2.0.10. This version is not sandbox friendly, so we only install the @@ -12,6 +15,9 @@ *eject-2.0.6 (1 Feb 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> eject-2.0.6.ebuild : + Added KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/sys-apps/eject/eject-2.0.10.ebuild b/sys-apps/eject/eject-2.0.10.ebuild index 47c3fc8dbe86..a7b016351c79 100644 --- a/sys-apps/eject/eject-2.0.10.ebuild +++ b/sys-apps/eject/eject-2.0.10.ebuild @@ -6,6 +6,8 @@ S=${WORKDIR}/${P} DESCRIPTION="A command to eject a disc from the CD-ROM drive" SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz" HOMEPAGE="http://www.pobox.com/~tranter/eject.html" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" diff --git a/sys-apps/eject/eject-2.0.6.ebuild b/sys-apps/eject/eject-2.0.6.ebuild index f8b7011e6a8e..c55c65112b12 100644 --- a/sys-apps/eject/eject-2.0.6.ebuild +++ b/sys-apps/eject/eject-2.0.6.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.6.ebuild,v 1.5 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.6.ebuild,v 1.6 2002/07/14 19:20:17 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A command to eject a disc from the CD-ROM drive" SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz" HOMEPAGE="http://www.pobox.com/~tranter/eject.html" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" |