summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-03 04:32:51 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-03 04:32:51 +0000
commit585613ac3a3a757d0ba416077f3b60bd464e4ba8 (patch)
treea3c5bc0aad599ea5eb13dfcf21db6d167514116b /net-nntp
parentdev-util/pkgconfig -> virtual/pkgconfig (diff)
downloadhistorical-585613ac3a3a757d0ba416077f3b60bd464e4ba8.tar.gz
historical-585613ac3a3a757d0ba416077f3b60bd464e4ba8.tar.bz2
historical-585613ac3a3a757d0ba416077f3b60bd464e4ba8.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/nzbget/ChangeLog8
-rw-r--r--net-nntp/nzbget/nzbget-0.7.0.ebuild6
-rw-r--r--net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild6
-rw-r--r--net-nntp/pan/ChangeLog6
-rw-r--r--net-nntp/pan/pan-0.133-r1.ebuild6
-rw-r--r--net-nntp/pan/pan-0.134.ebuild6
-rw-r--r--net-nntp/pan/pan-0.135.ebuild4
-rw-r--r--net-nntp/pan/pan-9999.ebuild6
-rw-r--r--net-nntp/tin/ChangeLog7
-rw-r--r--net-nntp/tin/tin-2.0.0.ebuild6
10 files changed, 36 insertions, 25 deletions
diff --git a/net-nntp/nzbget/ChangeLog b/net-nntp/nzbget/ChangeLog
index dd3daea20972..fbed799db7c7 100644
--- a/net-nntp/nzbget/ChangeLog
+++ b/net-nntp/nzbget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nntp/nzbget
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.38 2011/12/25 07:42:35 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.39 2012/05/03 04:32:50 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> nzbget-0.7.0.ebuild,
+ nzbget-0.8.0_pre394.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
25 Dec 2011; Tim Harder <radhermit@gentoo.org> files/nzbget.initd:
Replace chuid with user for init script (bug #395881).
diff --git a/net-nntp/nzbget/nzbget-0.7.0.ebuild b/net-nntp/nzbget/nzbget-0.7.0.ebuild
index b54dbfd3ac83..e09bd63b65f2 100644
--- a/net-nntp/nzbget/nzbget-0.7.0.ebuild
+++ b/net-nntp/nzbget/nzbget-0.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.7.0.ebuild,v 1.6 2011/08/30 21:32:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.7.0.ebuild,v 1.7 2012/05/03 04:32:50 jdhore Exp $
EAPI="2"
@@ -28,7 +28,7 @@ RDEPEND="dev-libs/libxml2
dev-libs/libsigc++:2
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}"/${P/_pre*/-testing}
diff --git a/net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild b/net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild
index 3a110740b58c..4e187a4d1073 100644
--- a/net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild
+++ b/net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild,v 1.1 2011/08/30 21:41:41 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.8.0_pre394.ebuild,v 1.2 2012/05/03 04:32:51 jdhore Exp $
EAPI="4"
@@ -28,7 +28,7 @@ RDEPEND="dev-libs/libxml2
dev-libs/libsigc++:2
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog README nzbget.conf.example )
diff --git a/net-nntp/pan/ChangeLog b/net-nntp/pan/ChangeLog
index bb47c1d081f3..7a2f82568106 100644
--- a/net-nntp/pan/ChangeLog
+++ b/net-nntp/pan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nntp/pan
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.97 2012/04/08 02:24:05 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.98 2012/05/03 04:32:51 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> pan-0.133-r1.ebuild,
+ pan-0.134.ebuild, pan-0.135.ebuild, pan-9999.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
08 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> pan-0.135.ebuild,
+files/pan-0.135-glib-2.31.patch:
diff --git a/net-nntp/pan/pan-0.133-r1.ebuild b/net-nntp/pan/pan-0.133-r1.ebuild
index 81f21bcf0c3d..38d56feff047 100644
--- a/net-nntp/pan/pan-0.133-r1.ebuild
+++ b/net-nntp/pan/pan-0.133-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.133-r1.ebuild,v 1.9 2011/10/27 06:45:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.133-r1.ebuild,v 1.10 2012/05/03 04:32:51 jdhore Exp $
EAPI="2"
@@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.4:2
DEPEND="${RDEPEND}
>=dev-util/intltool-0.21
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext"
src_prepare() {
diff --git a/net-nntp/pan/pan-0.134.ebuild b/net-nntp/pan/pan-0.134.ebuild
index a535e36fb99a..f0161e864715 100644
--- a/net-nntp/pan/pan-0.134.ebuild
+++ b/net-nntp/pan/pan-0.134.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.134.ebuild,v 1.2 2011/10/27 06:45:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.134.ebuild,v 1.3 2012/05/03 04:32:51 jdhore Exp $
EAPI="3"
@@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.5
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext"
src_prepare() {
diff --git a/net-nntp/pan/pan-0.135.ebuild b/net-nntp/pan/pan-0.135.ebuild
index 9730a6d45b6a..38d9642838a2 100644
--- a/net-nntp/pan/pan-0.135.ebuild
+++ b/net-nntp/pan/pan-0.135.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.135.ebuild,v 1.9 2012/04/08 02:24:05 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.135.ebuild,v 1.10 2012/05/03 04:32:51 jdhore Exp $
EAPI="4"
@@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.5
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext"
src_prepare() {
diff --git a/net-nntp/pan/pan-9999.ebuild b/net-nntp/pan/pan-9999.ebuild
index 8faa144bb013..f176bfc20c1f 100644
--- a/net-nntp/pan/pan-9999.ebuild
+++ b/net-nntp/pan/pan-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.7 2011/10/27 06:45:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.8 2012/05/03 04:32:51 jdhore Exp $
EAPI="3"
@@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.5
- dev-util/pkgconfig
+ virtual/pkgconfig
sys-devel/gettext"
# The normal version tree ebuild we are based on (for patching)
diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog
index 0e9c19c8a155..f7464db30230 100644
--- a/net-nntp/tin/ChangeLog
+++ b/net-nntp/tin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/tin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.31 2011/09/12 21:04:15 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.32 2012/05/03 04:32:51 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> tin-2.0.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
12 Sep 2011; Markus Meier <maekke@gentoo.org> tin-2.0.0.ebuild:
add ~arm, bug #381929
diff --git a/net-nntp/tin/tin-2.0.0.ebuild b/net-nntp/tin/tin-2.0.0.ebuild
index f1b1d6d9389d..911c71f89d4c 100644
--- a/net-nntp/tin/tin-2.0.0.ebuild
+++ b/net-nntp/tin/tin-2.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.0.0.ebuild,v 1.2 2011/09/12 21:04:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.0.0.ebuild,v 1.3 2012/05/03 04:32:51 jdhore Exp $
EAPI="4"
@@ -31,7 +31,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
"
src_prepare() {