diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-07 16:39:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-07 16:39:30 +0000 |
commit | ea167750ea735529d6cef1fb0246ade9815823ca (patch) | |
tree | 8462c6b33e87f69f644d3bf1b7746a0cdbf20c34 | |
parent | Removed default src_install. (diff) | |
download | gentoo-2-ea167750ea735529d6cef1fb0246ade9815823ca.tar.gz gentoo-2-ea167750ea735529d6cef1fb0246ade9815823ca.tar.bz2 gentoo-2-ea167750ea735529d6cef1fb0246ade9815823ca.zip |
Removed old ebuilds.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | x11-misc/alltray/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.54.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/alltray/alltray-0.55.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/alltray/files/digest-alltray-0.54 | 1 | ||||
-rw-r--r-- | x11-misc/alltray/files/digest-alltray-0.55 | 1 |
5 files changed, 5 insertions, 63 deletions
diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog index e813be7f7325..2f7c27b48986 100644 --- a/x11-misc/alltray/ChangeLog +++ b/x11-misc/alltray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/alltray # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.13 2005/07/06 19:14:54 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.14 2005/07/07 16:39:30 swegener Exp $ + + 07 Jul 2005; Sven Wegener <swegener@gentoo.org> -alltray-0.54.ebuild, + -alltray-0.55.ebuild: + Removed old ebuilds. *alltray-0.60 (06 Jul 2005) diff --git a/x11-misc/alltray/alltray-0.54.ebuild b/x11-misc/alltray/alltray-0.54.ebuild deleted file mode 100644 index 0fa53b04eca6..000000000000 --- a/x11-misc/alltray/alltray-0.54.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.54.ebuild,v 1.5 2005/06/15 14:23:34 swegener Exp $ - -inherit flag-o-matic - -DESCRIPTION="Dock any application into the system tray/notification area" -HOMEPAGE="http://alltray.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - append-flags -DLIBDIR="'\"/usr/$(get_libdir)\"'" - - econf || die "econf failed" - emake X_CFLAGS="-fPIC" || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} diff --git a/x11-misc/alltray/alltray-0.55.ebuild b/x11-misc/alltray/alltray-0.55.ebuild deleted file mode 100644 index a5dc540f3dcf..000000000000 --- a/x11-misc/alltray/alltray-0.55.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.55.ebuild,v 1.1 2005/07/04 23:24:20 swegener Exp $ - -inherit flag-o-matic - -DESCRIPTION="Dock any application into the system tray/notification area" -HOMEPAGE="http://alltray.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - append-flags -DLIBDIR="'\"/usr/$(get_libdir)\"'" - - econf || die "econf failed" - emake X_CFLAGS="-fPIC" || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" -} diff --git a/x11-misc/alltray/files/digest-alltray-0.54 b/x11-misc/alltray/files/digest-alltray-0.54 deleted file mode 100644 index 05505278dc8d..000000000000 --- a/x11-misc/alltray/files/digest-alltray-0.54 +++ /dev/null @@ -1 +0,0 @@ -MD5 0dc71c1adb9e1a5d6464fb55ce948006 alltray-0.54.tar.gz 355129 diff --git a/x11-misc/alltray/files/digest-alltray-0.55 b/x11-misc/alltray/files/digest-alltray-0.55 deleted file mode 100644 index eef657257305..000000000000 --- a/x11-misc/alltray/files/digest-alltray-0.55 +++ /dev/null @@ -1 +0,0 @@ -MD5 d13284e422a5cb0b7f74a94da992f4bf alltray-0.55.tar.gz 360321 |