diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-12 10:18:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-12 10:18:18 +0000 |
commit | 4ebe59d1e08c2e2b71f35c4ce955c1afce30122b (patch) | |
tree | f985fbd2befe3e870a3d3c6898ceab7ed1b7da24 /net-p2p | |
parent | stable on amd64; bug 166478 (diff) | |
download | gentoo-2-4ebe59d1e08c2e2b71f35c4ce955c1afce30122b.tar.gz gentoo-2-4ebe59d1e08c2e2b71f35c4ce955c1afce30122b.tar.bz2 gentoo-2-4ebe59d1e08c2e2b71f35c4ce955c1afce30122b.zip |
Version bump && stable x86
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gtorrentviewer/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2b | 3 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | 24 |
4 files changed, 36 insertions, 3 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog index df54fc978711..c792a105ae67 100644 --- a/net-p2p/gtorrentviewer/ChangeLog +++ b/net-p2p/gtorrentviewer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/gtorrentviewer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.3 2007/01/09 21:11:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.4 2007/02/12 10:18:17 armin76 Exp $ + +*gtorrentviewer-0.2b (12 Feb 2007) + + 12 Feb 2007; Raúl Porcel <armin76@gentoo.org> gtorrentviewer-0.2a.ebuild, + +gtorrentviewer-0.2b.ebuild: + Version bump && stable x86 09 Jan 2007; Raúl Porcel <armin76@gentoo.org> gtorrentviewer-0.2a.ebuild: Add pkgconfig dep, bug 153272 diff --git a/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2b b/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2b new file mode 100644 index 000000000000..ba5cc86c9795 --- /dev/null +++ b/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2b @@ -0,0 +1,3 @@ +MD5 c29058a09f26693863404ecdb2580770 GTorrentViewer-0.2b.tar.gz 247584 +RMD160 3a2c08b1c39c14a715fd5bfc0dbf0efb5fb49803 GTorrentViewer-0.2b.tar.gz 247584 +SHA256 6e56351103f5d46a45be160baa1b7b956b4416fcdb4533b3d17a309665690c95 GTorrentViewer-0.2b.tar.gz 247584 diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild index 4096410cd590..b70eeda1fd22 100644 --- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild,v 1.3 2007/01/09 21:11:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild,v 1.4 2007/02/12 10:18:17 armin76 Exp $ inherit eutils gnome2 @@ -11,7 +11,7 @@ DESCRIPTION="A GTK2-based viewer and editor for BitTorrent meta files" HOMEPAGE="http://gtorrentviewer.sourceforge.net/" SRC_URI="mirror://sourceforge/gtorrentviewer/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 amd64" +KEYWORDS="amd64 x86" SLOT="0" IUSE="" S=${WORKDIR}/${MY_P} diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild new file mode 100644 index 000000000000..2151d325a656 --- /dev/null +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.1 2007/02/12 10:18:17 armin76 Exp $ + +inherit eutils gnome2 + +MY_PN=${PN/gtorrentviewer/GTorrentViewer} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="A GTK2-based viewer and editor for BitTorrent meta files" +HOMEPAGE="http://gtorrentviewer.sourceforge.net/" +SRC_URI="mirror://sourceforge/gtorrentviewer/${MY_P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" +S=${WORKDIR}/${MY_P} + +DEPEND="net-misc/curl + >=x11-libs/gtk+-2.4 + >=dev-libs/glib-2.4 + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog INSTALL NEWS README" |