diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-16 15:07:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-16 15:07:33 +0000 |
commit | f2a0b7363670eb631b30930cd7fd1e60082c8d75 (patch) | |
tree | e51ffa08c4d30d4ce7f090bc42386fed14c54de0 /net-p2p | |
parent | Stable for HPPA (bug #195543). (diff) | |
download | gentoo-2-f2a0b7363670eb631b30930cd7fd1e60082c8d75.tar.gz gentoo-2-f2a0b7363670eb631b30930cd7fd1e60082c8d75.tar.bz2 gentoo-2-f2a0b7363670eb631b30930cd7fd1e60082c8d75.zip |
Version bump, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b | 3 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.3 | 3 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild (renamed from net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.ebuild) | 6 |
5 files changed, 17 insertions, 11 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog index ca9e8ca09f67..6ce7f8d7bcca 100644 --- a/net-p2p/gnunet-gtk/ChangeLog +++ b/net-p2p/gnunet-gtk/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2007/12/17 19:48:55 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.9 2008/01/16 15:07:32 armin76 Exp $ + +*gnunet-gtk-0.7.3 (16 Jan 2008) + + 16 Jan 2008; Raúl Porcel <armin76@gentoo.org> -gnunet-gtk-0.7.1b.ebuild, + gnunet-gtk-0.7.2c.ebuild, +gnunet-gtk-0.7.3.ebuild: + Version bump, remove old *gnunet-gtk-0.7.2c (17 Dec 2007) diff --git a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b deleted file mode 100644 index 4eab2170ab40..000000000000 --- a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.1b +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c3660a540bbbc0034c28252dadd36bd9 gnunet-gtk-0.7.1b.tar.bz2 567409 -RMD160 02cdb94c0ea9cc2e2f7a0a8b14723e14600e8d20 gnunet-gtk-0.7.1b.tar.bz2 567409 -SHA256 6efdc84b898b6e8e6b692dde76e4f04cebea188b75be224d431e4c3497ccb9ff gnunet-gtk-0.7.1b.tar.bz2 567409 diff --git a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.3 b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.3 new file mode 100644 index 000000000000..32f4fc175c40 --- /dev/null +++ b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.3 @@ -0,0 +1,3 @@ +MD5 75a7806d6eb1bbf37ce5367065a05cb0 gnunet-gtk-0.7.3.tar.bz2 709939 +RMD160 8695a00f89e1edc927a51c96ee69e65ca8f3af6e gnunet-gtk-0.7.3.tar.bz2 709939 +SHA256 034e21a130d1dcfb1a27d57a7e0f879b8a58a3d739c1c5ee6d2c0b3865896e1d gnunet-gtk-0.7.3.tar.bz2 709939 diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild index fe3b77c37045..d23c8749f4bc 100644 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.2c.ebuild,v 1.1 2007/12/17 19:48:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.2c.ebuild,v 1.2 2008/01/16 15:07:32 armin76 Exp $ DESCRIPTION="Graphical front end for GNUnet." HOMEPAGE="http://gnunet.org/" @@ -21,5 +21,5 @@ src_compile() { } src_install() { - make install DESTDIR=${D} install || die + make DESTDIR="${D}" -j1 install || die } diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild index 370c00064ce5..dac217724ec8 100644 --- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.1b.ebuild +++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.1b.ebuild,v 1.1 2007/03/23 17:04:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild,v 1.1 2008/01/16 15:07:32 armin76 Exp $ DESCRIPTION="Graphical front end for GNUnet." HOMEPAGE="http://gnunet.org/" @@ -21,5 +21,5 @@ src_compile() { } src_install() { - make install DESTDIR=${D} install || die + make DESTDIR="${D}" -j1 install || die } |