summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-02-23 10:48:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-02-23 10:48:19 +0000
commitce26a7a49015452a461aaa1ceca8575695f0c62f (patch)
tree053ae2c684667fe70b606ace8098b0e81085f5e7 /sys-apps/eject
parentremove cruft (Manifest recommit) (diff)
downloadgentoo-2-ce26a7a49015452a461aaa1ceca8575695f0c62f.tar.gz
gentoo-2-ce26a7a49015452a461aaa1ceca8575695f0c62f.tar.bz2
gentoo-2-ce26a7a49015452a461aaa1ceca8575695f0c62f.zip
moved 13 to stable, 12 is causing issues all over the place it seems
Diffstat (limited to 'sys-apps/eject')
-rw-r--r--sys-apps/eject/ChangeLog5
-rw-r--r--sys-apps/eject/eject-2.0.13.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/eject/ChangeLog b/sys-apps/eject/ChangeLog
index b2e40b006e3f..aeb484f7d607 100644
--- a/sys-apps/eject/ChangeLog
+++ b/sys-apps/eject/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/eject
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.17 2004/02/19 19:51:46 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/ChangeLog,v 1.18 2004/02/23 10:48:19 seemant Exp $
+
+ 23 Feb 2004; Seemant Kulleen <seemant@gentoo.org> eject-2.0.13.ebuild:
+ moved 13 to stable, 12 is causing issues all over the place it seems
19 Feb 2004; Martin Schlemmer <azarah@gentoo.org> eject-2.0.13.ebuild:
Fix silly includes based on a patch by Ronald Hummelink
diff --git a/sys-apps/eject/eject-2.0.13.ebuild b/sys-apps/eject/eject-2.0.13.ebuild
index 5c3e229d257c..7f6010cbc949 100644
--- a/sys-apps/eject/eject-2.0.13.ebuild
+++ b/sys-apps/eject/eject-2.0.13.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.13.ebuild,v 1.3 2004/02/19 19:51:46 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.13.ebuild,v 1.4 2004/02/23 10:48:19 seemant Exp $
inherit eutils
-S="${WORKDIR}/${P}"
+S=${WORKDIR}/${P}
DESCRIPTION="A command to eject a disc from the CD-ROM drive"
+HOMEPAGE="http://eject.sourceforge.net/"
SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz
http://www.pobox.com/~tranter/${P}.tar.gz"
-HOMEPAGE="http://eject.sourceforge.net/"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ppc64"
SLOT="0"
LICENSE="GPL-2"
+KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ppc64"
DEPEND="virtual/glibc"