diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-23 15:53:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-23 15:53:20 +0000 |
commit | f269f3262ea4ece546ca667ac4a63dd7c450eea5 (patch) | |
tree | 0e505cb7b086d4502f8f1d60050432de23b1dcac /net-p2p/gnunet-gtk | |
parent | stable x86; bug #162717 (diff) | |
download | historical-f269f3262ea4ece546ca667ac4a63dd7c450eea5.tar.gz historical-f269f3262ea4ece546ca667ac4a63dd7c450eea5.tar.bz2 historical-f269f3262ea4ece546ca667ac4a63dd7c450eea5.zip |
Drop old
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0d | 3 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.0d.ebuild | 25 |
3 files changed, 4 insertions, 29 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index 2b4ac9f44ece..8b0d99750175 100644 --- a/net-p2p/gnunet-gtk/ChangeLog +++ b/net-p2p/gnunet-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gnunet-gtk # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.5 2007/01/12 21:16:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.6 2007/01/23 15:53:20 armin76 Exp $ + + 23 Jan 2007; Raúl Porcel <armin76@gentoo.org> -gnunet-gtk-0.7.0d.ebuild: + Drop old *gnunet-gtk-0.7.0e (12 Jan 2007) diff --git a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0d b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0d deleted file mode 100644 index cf46b6b1d405..000000000000 --- a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0d +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b63f3b492b690034e6500187b3ee764c gnunet-gtk-0.7.0d.tar.bz2 499909 -RMD160 fb789586f85614b69f6efe735fce2e0cd9b43dbc gnunet-gtk-0.7.0d.tar.bz2 499909 -SHA256 c6cc224388290cc42b96ae45703316e77da4c760b96d4ed8dc1cd282d37b43b8 gnunet-gtk-0.7.0d.tar.bz2 499909 diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0d.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0d.ebuild deleted file mode 100644 index bbd60473b908..000000000000 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0d.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0d.ebuild,v 1.1 2006/05/19 14:59:18 squinky86 Exp $ - -DESCRIPTION="Graphical front end for GNUnet." -HOMEPAGE="http://www.gnu.org/software/GNUnet/" -SRC_URI="mirror://gnu//gnunet/${P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2.6.0 - >=net-p2p/gnunet-${PV} - >=gnome-base/libglade-2.0" - -src_compile() { - econf --with-gnunet=/usr || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} install || die -} |