summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-09 21:11:02 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-09 21:11:02 +0000
commit84efff5d29139da73f22432328a4d193d96438f9 (patch)
tree861f22a77c60d6a5fa212bab6b417b077ff322e5 /net-p2p/gtorrentviewer
parentUse full atom for built_with_use. (diff)
downloadgentoo-2-84efff5d29139da73f22432328a4d193d96438f9.tar.gz
gentoo-2-84efff5d29139da73f22432328a4d193d96438f9.tar.bz2
gentoo-2-84efff5d29139da73f22432328a4d193d96438f9.zip
Add pkgconfig dep, bug 153272
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r--net-p2p/gtorrentviewer/ChangeLog7
-rw-r--r--net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a2
-rw-r--r--net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild7
3 files changed, 11 insertions, 5 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog
index 0aa6c2e8bc5d..df54fc978711 100644
--- a/net-p2p/gtorrentviewer/ChangeLog
+++ b/net-p2p/gtorrentviewer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gtorrentviewer
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.2 2004/11/05 22:15:47 lv Exp $
+# 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 $
+
+ 09 Jan 2007; Raúl Porcel <armin76@gentoo.org> gtorrentviewer-0.2a.ebuild:
+ Add pkgconfig dep, bug 153272
05 Nov 2004; Travis Tilley <lv@gentoo.org> gtorrentviewer-0.2a.ebuild:
yay amd64
diff --git a/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a b/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a
index cb30f1d6dcb9..78e45425d476 100644
--- a/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a
+++ b/net-p2p/gtorrentviewer/files/digest-gtorrentviewer-0.2a
@@ -1 +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
index 05c6d8c268b2..4096410cd590 100644
--- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild
+++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.2 2004/11/05 22:15:47 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild,v 1.3 2007/01/09 21:11:02 armin76 Exp $
inherit eutils gnome2
@@ -18,6 +18,7 @@ S=${WORKDIR}/${MY_P}
DEPEND="net-misc/curl
>=x11-libs/gtk+-2.4
- >=dev-libs/glib-2.4"
+ >=dev-libs/glib-2.4
+ dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog INSTALL NEWS README"