diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2006-02-03 11:07:46 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2006-02-03 11:07:46 +0000 |
commit | e134500873fdeb54f73cf08e829d4cc1f34d138a (patch) | |
tree | e6d99b0e53b5661db1003949a9becee3d2c427d0 /sci-libs | |
parent | dvb update (diff) | |
download | historical-e134500873fdeb54f73cf08e829d4cc1f34d138a.tar.gz historical-e134500873fdeb54f73cf08e829d4cc1f34d138a.tar.bz2 historical-e134500873fdeb54f73cf08e829d4cc1f34d138a.zip |
Porting to modular X
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/root/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/root/Manifest | 14 | ||||
-rw-r--r-- | sci-libs/root/root-3.05.04.ebuild | 15 | ||||
-rw-r--r-- | sci-libs/root/root-3.10.02-r1.ebuild | 16 | ||||
-rw-r--r-- | sci-libs/root/root-4.02.00.ebuild | 15 |
5 files changed, 49 insertions, 19 deletions
diff --git a/sci-libs/root/ChangeLog b/sci-libs/root/ChangeLog index ad979477ba33..c3d4d633326c 100644 --- a/sci-libs/root/ChangeLog +++ b/sci-libs/root/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/root -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/ChangeLog,v 1.9 2005/07/28 21:02:26 caleb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/ChangeLog,v 1.10 2006/02/03 11:07:46 phosphan Exp $ + + 03 Feb 2006; Patrick Kursawe <phosphan@gentoo.org> root-3.05.04.ebuild, + root-3.10.02-r1.ebuild, root-4.02.00.ebuild: + Porting to modular X 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> root-3.10.02-r1.ebuild, root-4.02.00.ebuild: diff --git a/sci-libs/root/Manifest b/sci-libs/root/Manifest index f21e9d5415a5..ef2a32c62834 100644 --- a/sci-libs/root/Manifest +++ b/sci-libs/root/Manifest @@ -1,10 +1,10 @@ -MD5 f3468210099291f92db93fddddab68d0 root-3.10.02-r1.ebuild 4746 -MD5 15793f41f3908d859a1b391e3187b5c3 root-3.05.04.ebuild 1613 -MD5 9627f6584a9ba6a66ddebe165b587942 root-4.02.00.ebuild 4848 -MD5 22026f7472a22781d66208a05625024d ChangeLog 3819 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 +MD5 721a9a2415757d0d82481b863d1d2dae ChangeLog 3968 MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 +MD5 da92522ba08f8d50e5197b6a9fd7549f files/digest-root-3.10.02-r1 74 MD5 6ed7f7ff48d537bdd4a588d1d992b22a files/digest-root-4.02.00 74 MD5 1ef2792a1fad865173670aa5942bef6c files/pgsql-no-libpq-int.patch 290 -MD5 da92522ba08f8d50e5197b6a9fd7549f files/digest-root-3.10.02-r1 74 +MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 dc5ab79b2db4aa115943db62bb323f1c root-3.05.04.ebuild 1718 +MD5 f0311017c0ec7ce4c348f0f35363bfe5 root-3.10.02-r1.ebuild 4853 +MD5 4ddef711d9d5375f28fd52bd27816669 root-4.02.00.ebuild 4956 diff --git a/sci-libs/root/root-3.05.04.ebuild b/sci-libs/root/root-3.05.04.ebuild index 173746e54b5b..d740eb90e27c 100644 --- a/sci-libs/root/root-3.05.04.ebuild +++ b/sci-libs/root/root-3.05.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-3.05.04.ebuild,v 1.2 2005/01/16 02:43:45 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-3.05.04.ebuild,v 1.3 2006/02/03 11:07:46 phosphan Exp $ inherit flag-o-matic eutils @@ -14,12 +14,21 @@ LICENSE="as-is" KEYWORDS="x86 sparc ppc" IUSE="mysql postgres opengl" -DEPEND="virtual/x11 +RDEPEND="|| ( + virtual/x11 + x11-libs/libXpm + ) >=media-libs/freetype-2.0.9 opengl? ( virtual/opengl virtual/glu ) mysql? ( >=dev-db/mysql-3.23.49 ) postgres? ( >=dev-db/postgresql-7.1.3-r4 )" +DEPEND="${RDEPEND} + || ( + virtual/x11 + x11-proto/xproto + )" + src_unpack() { unpack ${A} cd ${S} diff --git a/sci-libs/root/root-3.10.02-r1.ebuild b/sci-libs/root/root-3.10.02-r1.ebuild index b8a122cf973b..63050ca45002 100644 --- a/sci-libs/root/root-3.10.02-r1.ebuild +++ b/sci-libs/root/root-3.10.02-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-3.10.02-r1.ebuild,v 1.3 2005/07/28 21:02:26 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-3.10.02-r1.ebuild,v 1.4 2006/02/03 11:07:46 phosphan Exp $ inherit flag-o-matic eutils @@ -14,7 +14,10 @@ LICENSE="as-is" KEYWORDS="~x86 ~amd64" IUSE="mysql postgres opengl afs kerberos ldap qt" -DEPEND="virtual/x11 +RDEPEND="|| ( + virtual/x11 + x11-libs/libXpm + ) >=media-libs/freetype-2.0.9 sys-apps/shadow opengl? ( virtual/opengl virtual/glu ) @@ -25,8 +28,13 @@ DEPEND="virtual/x11 ldap? ( net-nds/openldap ) qt? ( =x11-libs/qt-3* )" -src_compile() { +DEPEND="${RDEPEND} + || ( + virtual/x11 + x11-proto/xproto + )" +src_compile() { local myconf if [ "x$CERNLIB" = "x" ] diff --git a/sci-libs/root/root-4.02.00.ebuild b/sci-libs/root/root-4.02.00.ebuild index b8b370a46266..d1aaf6aad528 100644 --- a/sci-libs/root/root-4.02.00.ebuild +++ b/sci-libs/root/root-4.02.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.5 2005/07/28 21:02:26 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.6 2006/02/03 11:07:46 phosphan Exp $ inherit flag-o-matic eutils @@ -16,7 +16,10 @@ LICENSE="as-is" KEYWORDS="x86 -sparc -ppc" IUSE="afs kerberos ldap mysql opengl postgres python qt" -DEPEND="virtual/x11 +RDEPEND="|| ( + virtual/x11 + x11-libs/libXpm + ) >=media-libs/freetype-2.0.9 sys-apps/shadow opengl? ( virtual/opengl virtual/glu ) @@ -28,6 +31,12 @@ DEPEND="virtual/x11 qt? ( =x11-libs/qt-3* ) python? ( dev-lang/python )" +DEPEND="${RDEPEND} + || ( + virtual/x11 + x11-proto/xproto + )" + src_compile() { local myconf |