diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-10-16 23:40:24 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-10-16 23:40:24 +0000 |
commit | a4b314e911a10a69017caacd73c79e153f05e9b4 (patch) | |
tree | f7790655e5ce7f50381f9328a24ea00e6379ef68 /dev-dotnet/pnetlib | |
parent | cleanup of stale ebuilds (diff) | |
download | gentoo-2-a4b314e911a10a69017caacd73c79e153f05e9b4.tar.gz gentoo-2-a4b314e911a10a69017caacd73c79e153f05e9b4.tar.bz2 gentoo-2-a4b314e911a10a69017caacd73c79e153f05e9b4.zip |
Added automake dep wrt Bug #151564.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r-- | dev-dotnet/pnetlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild | 10 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild | 10 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild | 10 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild | 10 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild | 10 |
6 files changed, 51 insertions, 6 deletions
diff --git a/dev-dotnet/pnetlib/ChangeLog b/dev-dotnet/pnetlib/ChangeLog index 04ceca728393..db4b9b38cf2d 100644 --- a/dev-dotnet/pnetlib/ChangeLog +++ b/dev-dotnet/pnetlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/pnetlib # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.29 2006/08/06 02:04:16 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.30 2006/10/16 23:40:24 tcort Exp $ + + 16 Oct 2006; Thomas Cort <tcort@gentoo.org> pnetlib-0.6.10.ebuild, + pnetlib-0.6.12.ebuild, pnetlib-0.7.0.ebuild, pnetlib-0.7.2.ebuild, + pnetlib-0.7.4.ebuild: + Added automake dep wrt Bug #151564. *pnetlib-0.7.4 (06 Aug 2006) diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild index d843e9c69ddd..4b56db01203c 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild,v 1.7 2006/07/22 21:56:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild,v 1.8 2006/10/16 23:40:24 tcort Exp $ DESCRIPTION="Portable .NET C# library" HOMEPAGE="http://www.dotgnu.org/" @@ -16,6 +16,14 @@ DEPEND="=dev-dotnet/pnet-${PV}* ( x11-libs/libSM x11-libs/libXft ) virtual/x11 ) ) + truetype? ( virtual/xft ) + =sys-devel/automake-1.4_p6" + +RDEPEND="=dev-dotnet/pnet-${PV}* + X? ( || ( + ( x11-libs/libSM + x11-libs/libXft ) + virtual/x11 ) ) truetype? ( virtual/xft )" src_compile() { diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild index 7dccea66f44e..b33287b0e547 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-2006 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.7 2006/07/22 21:56:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.12.ebuild,v 1.8 2006/10/16 23:40:24 tcort Exp $ inherit eutils @@ -18,6 +18,14 @@ DEPEND="=dev-dotnet/pnet-${PV}* ( x11-libs/libSM x11-libs/libXft ) virtual/x11 ) ) + truetype? ( virtual/xft ) + =sys-devel/automake-1.4_p6" + +RDEPEND="=dev-dotnet/pnet-${PV}* + X? ( || ( + ( x11-libs/libSM + x11-libs/libXft ) + virtual/x11 ) ) truetype? ( virtual/xft )" src_unpack() { diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild index a44ec69b9aa0..15627c3b1313 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild,v 1.4 2006/07/22 21:56:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.0.ebuild,v 1.5 2006/10/16 23:40:24 tcort Exp $ inherit eutils @@ -19,6 +19,14 @@ DEPEND="=dev-dotnet/pnet-${PV}* ( x11-libs/libSM x11-libs/libXft ) virtual/x11 ) ) + truetype? ( virtual/xft ) + =sys-devel/automake-1.4_p6" + +RDEPEND="=dev-dotnet/pnet-${PV}* + X? ( || ( + ( x11-libs/libSM + x11-libs/libXft ) + virtual/x11 ) ) truetype? ( virtual/xft )" src_unpack() { diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild index 202ddde2890b..3d50fa1fac5a 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild,v 1.2 2006/07/22 21:56:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.2.ebuild,v 1.3 2006/10/16 23:40:24 tcort Exp $ inherit eutils @@ -19,6 +19,14 @@ DEPEND="=dev-dotnet/pnet-${PV}* ( x11-libs/libSM x11-libs/libXft ) virtual/x11 ) ) + truetype? ( virtual/xft ) + =sys-devel/automake-1.4_p6" + +RDEPEND="=dev-dotnet/pnet-${PV}* + X? ( || ( + ( x11-libs/libSM + x11-libs/libXft ) + virtual/x11 ) ) truetype? ( virtual/xft )" src_unpack() { diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild index 7f4430138510..f5eae77c7207 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-2006 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.1 2006/08/06 02:04:16 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild,v 1.2 2006/10/16 23:40:24 tcort Exp $ inherit autotools eutils @@ -18,6 +18,14 @@ DEPEND="=dev-dotnet/pnet-${PV}* ( x11-libs/libSM x11-libs/libXft ) virtual/x11 ) ) + truetype? ( virtual/xft ) + =sys-devel/automake-1.4_p6" + +RDEPEND="=dev-dotnet/pnet-${PV}* + X? ( || ( + ( x11-libs/libSM + x11-libs/libXft ) + virtual/x11 ) ) truetype? ( virtual/xft )" src_unpack() { |