summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-01-04 23:00:13 +0000
committerUlrich Müller <ulm@gentoo.org>2009-01-04 23:00:13 +0000
commit01ae0f306ef6b9c0ab25b77ce291b22e319b96fd (patch)
treeede49cab2eac611eaf568bac6d061777b53e39ac /dev-dotnet/pnetlib
parentChange virtual/xft dependency to x11-libs/libXft, bug 253771. (diff)
downloadgentoo-2-01ae0f306ef6b9c0ab25b77ce291b22e319b96fd.tar.gz
gentoo-2-01ae0f306ef6b9c0ab25b77ce291b22e319b96fd.tar.bz2
gentoo-2-01ae0f306ef6b9c0ab25b77ce291b22e319b96fd.zip
Change virtual/xft dependency to x11-libs/libXft, bug 253771.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r--dev-dotnet/pnetlib/ChangeLog8
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild8
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild12
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild12
4 files changed, 22 insertions, 18 deletions
diff --git a/dev-dotnet/pnetlib/ChangeLog b/dev-dotnet/pnetlib/ChangeLog
index 9eea32972900..5992d775c14b 100644
--- a/dev-dotnet/pnetlib/ChangeLog
+++ b/dev-dotnet/pnetlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/pnetlib
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.42 2008/04/20 21:55:59 flameeyes Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.43 2009/01/04 23:00:13 ulm Exp $
+
+ 04 Jan 2009; Ulrich Mueller <ulm@gentoo.org> pnetlib-0.6.12.ebuild,
+ pnetlib-0.7.4.ebuild, pnetlib-0.8.0.ebuild:
+ Change virtual/xft dependency to x11-libs/libXft, bug 253771.
20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> pnetlib-0.6.12.ebuild:
Run eautoreconf in src_unpack phase, bug #207489.
diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild
index c48edc6b33c6..0880cdc286ab 100644
--- a/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild
+++ b/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild,v 1.12 2008/04/20 21:55:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild,v 1.13 2009/01/04 23:00:13 ulm Exp $
inherit eutils autotools
@@ -16,13 +16,13 @@ IUSE="truetype X"
DEPEND="=dev-dotnet/pnet-${PV}*
X? ( x11-libs/libSM
x11-libs/libXft )
- truetype? ( virtual/xft )
+ truetype? ( x11-libs/libXft )
=sys-devel/automake-1.4_p6"
RDEPEND="=dev-dotnet/pnet-${PV}*
X? ( x11-libs/libSM
x11-libs/libXft )
- truetype? ( virtual/xft )"
+ truetype? ( x11-libs/libXft )"
src_unpack() {
unpack ${A}
diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild
index fd552973ad1c..87d08b3517b5 100644
--- a/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild
+++ b/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild,v 1.10 2007/07/22 09:55:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild,v 1.11 2009/01/04 23:00:13 ulm Exp $
inherit autotools eutils
@@ -15,14 +15,14 @@ IUSE="doc truetype X"
DEPEND="=dev-dotnet/pnet-${PV}*
X? ( x11-libs/libSM
- x11-libs/libXft )
- truetype? ( virtual/xft )
+ x11-libs/libXft )
+ truetype? ( x11-libs/libXft )
=sys-devel/automake-1.4_p6"
RDEPEND="=dev-dotnet/pnet-${PV}*
X? ( x11-libs/libSM
- x11-libs/libXft )
- truetype? ( virtual/xft )"
+ x11-libs/libXft )
+ truetype? ( x11-libs/libXft )"
src_unpack() {
unpack ${A}
diff --git a/dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild b/dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild
index bfae38e0791f..e3302f7ca6ef 100644
--- a/dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild
+++ b/dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild,v 1.2 2007/08/28 23:41:37 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.8.0.ebuild,v 1.3 2009/01/04 23:00:13 ulm Exp $
inherit autotools eutils
@@ -16,14 +16,14 @@ IUSE="doc truetype X"
DEPEND="=dev-dotnet/pnet-${PV}*
X? ( x11-libs/libSM
- x11-libs/libXft )
- truetype? ( virtual/xft )
+ x11-libs/libXft )
+ truetype? ( x11-libs/libXft )
=sys-devel/automake-1.4_p6"
RDEPEND="=dev-dotnet/pnet-${PV}*
X? ( x11-libs/libSM
- x11-libs/libXft )
- truetype? ( virtual/xft )"
+ x11-libs/libXft )
+ truetype? ( x11-libs/libXft )"
src_unpack() {
unpack ${A}