diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-14 09:25:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-14 09:25:07 +0000 |
commit | 0713317ae09f8d313ae73c5d17959c31240ac212 (patch) | |
tree | 0f7709dde745570889dc5e58f1dfa6b039f4fa89 /net-p2p/gtorrentviewer | |
parent | Version bump; remove old versions. (diff) | |
download | gentoo-2-0713317ae09f8d313ae73c5d17959c31240ac212.tar.gz gentoo-2-0713317ae09f8d313ae73c5d17959c31240ac212.tar.bz2 gentoo-2-0713317ae09f8d313ae73c5d17959c31240ac212.zip |
add 0.2a again, as it had amd64 keyword
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r-- | net-p2p/gtorrentviewer/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a | 3 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild | 24 |
3 files changed, 32 insertions, 1 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog index ac5e2e9ac6fa..a7ff353e8ee2 100644 --- a/net-p2p/gtorrentviewer/ChangeLog +++ b/net-p2p/gtorrentviewer/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2007/03/13 18:04:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.6 2007/03/14 09:25:07 armin76 Exp $ + + 14 Mar 2007; Raúl Porcel <armin76@gentoo.org> + +gtorrentviewer-0.2a.ebuild: + add 0.2a again, as it had amd64 keyword 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> -gtorrentviewer-0.2a.ebuild, gtorrentviewer-0.2b.ebuild: diff --git a/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a b/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a new file mode 100644 index 000000000000..78e45425d476 --- /dev/null +++ b/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a @@ -0,0 +1,3 @@ +MD5 7d0e33e184d3c3c14e1942d38c1cbb68 GTorrentViewer-0.2a.tar.gz 213301 +RMD160 a5b494f7f695d1dd7a8d3276104e787b6de22948 GTorrentViewer-0.2a.tar.gz 213301 +SHA256 c45cd73d68af7ac7d6d2e5417ea21be7f7bb46a16fffbdeb838b5af181ad9f9a GTorrentViewer-0.2a.tar.gz 213301 diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild new file mode 100644 index 000000000000..24fa02649dba --- /dev/null +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.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.2a.ebuild,v 1.6 2007/03/14 09:25:07 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" |