summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/unieject/ChangeLog6
-rw-r--r--sys-block/unieject/files/digest-unieject-2.11
-rw-r--r--sys-block/unieject/files/digest-unieject-31
-rw-r--r--sys-block/unieject/unieject-2.1.ebuild29
-rw-r--r--sys-block/unieject/unieject-3.ebuild37
-rw-r--r--sys-block/unieject/unieject-4.ebuild4
6 files changed, 7 insertions, 71 deletions
diff --git a/sys-block/unieject/ChangeLog b/sys-block/unieject/ChangeLog
index 4416efacfb98..b613dd55137c 100644
--- a/sys-block/unieject/ChangeLog
+++ b/sys-block/unieject/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/unieject
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.11 2005/08/30 22:07:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/ChangeLog,v 1.12 2005/09/14 20:25:28 flameeyes Exp $
+
+ 14 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -unieject-2.1.ebuild,
+ -unieject-3.ebuild, unieject-4.ebuild:
+ Purged old ebuilds. Changed URL for unieject-4 to berlios.
*unieject-4 (30 Aug 2005)
diff --git a/sys-block/unieject/files/digest-unieject-2.1 b/sys-block/unieject/files/digest-unieject-2.1
deleted file mode 100644
index ce4ef9eb2ccc..000000000000
--- a/sys-block/unieject/files/digest-unieject-2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 65e4cf6c5ee117ad5e999966e5e2c046 unieject-2.1.tar.bz2 211867
diff --git a/sys-block/unieject/files/digest-unieject-3 b/sys-block/unieject/files/digest-unieject-3
deleted file mode 100644
index cead4a4b1f8e..000000000000
--- a/sys-block/unieject/files/digest-unieject-3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 288f3cbd2cc79ae4088572953cc92414 unieject-3.tar.bz2 260400
diff --git a/sys-block/unieject/unieject-2.1.ebuild b/sys-block/unieject/unieject-2.1.ebuild
deleted file mode 100644
index 4ee09f661cad..000000000000
--- a/sys-block/unieject/unieject-2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-2.1.ebuild,v 1.5 2005/07/25 19:25:49 gustavoz Exp $
-
-DESCRIPTION="Multiplatform command to eject and load CD-Rom drives"
-HOMEPAGE="http://dev.gentoo.org/~flameeyes/projects.xhtml"
-SRC_URI="http://digilander.libero.it/dgp85/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libcdio-0.75-r1
- dev-libs/popt
- !virtual/eject"
-DEPEND="${RDEPEND}
- app-text/txt2man"
-
-PROVIDE="virtual/eject"
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc README ChangeLog NEWS
-
- # Symlink to eject to provide a good virtual/eject
- dosym unieject.1.gz /usr/share/man/man1/eject.1.gz
- dosym unieject /usr/bin/eject
-}
diff --git a/sys-block/unieject/unieject-3.ebuild b/sys-block/unieject/unieject-3.ebuild
deleted file mode 100644
index c1fb47febd01..000000000000
--- a/sys-block/unieject/unieject-3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-3.ebuild,v 1.4 2005/08/25 03:23:44 agriffis Exp $
-
-DESCRIPTION="Multiplatform command to eject and load CD-Rom drives"
-HOMEPAGE="http://dev.gentoo.org/~flameeyes/projects.xhtml"
-SRC_URI="http://digilander.libero.it/dgp85/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/libcdio-0.75-r1
- dev-libs/popt
- >=dev-libs/confuse-2.5
- nls? ( sys-devel/gettext )
- !virtual/eject"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- app-text/txt2man"
-
-PROVIDE="virtual/eject"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install
- dodoc README ChangeLog NEWS AUTHORS unieject.conf.sample
-
- # Symlink to eject to provide a good virtual/eject
- dosym unieject.1.gz /usr/share/man/man1/eject.1.gz
- dosym unieject /usr/bin/eject
-}
diff --git a/sys-block/unieject/unieject-4.ebuild b/sys-block/unieject/unieject-4.ebuild
index 388bb78156ed..76bfc20a6750 100644
--- a/sys-block/unieject/unieject-4.ebuild
+++ b/sys-block/unieject/unieject-4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-4.ebuild,v 1.1 2005/08/30 22:07:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/unieject/unieject-4.ebuild,v 1.2 2005/09/14 20:25:28 flameeyes Exp $
DESCRIPTION="Multiplatform command to eject and load CD-Rom drives"
HOMEPAGE="http://dev.gentoo.org/~flameeyes/projects.xhtml"
-SRC_URI="http://digilander.libero.it/dgp85/files/${P}.tar.bz2"
+SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"