diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-12-24 17:51:34 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-12-24 17:51:34 +0000 |
commit | 2ce2530267b708d0c909e40da5c898035405244e (patch) | |
tree | b19c5030a5d53a4d84e0e96e01e8722e84d3cc2e /x11-misc/xac | |
parent | made libaio and basic romio support the standard config (diff) | |
download | gentoo-2-2ce2530267b708d0c909e40da5c898035405244e.tar.gz gentoo-2-2ce2530267b708d0c909e40da5c898035405244e.tar.bz2 gentoo-2-2ce2530267b708d0c909e40da5c898035405244e.zip |
Removed old versions. Marked _pre3 stable.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-misc/xac')
-rw-r--r-- | x11-misc/xac/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xac/files/digest-xac-0.6_pre1 | 3 | ||||
-rw-r--r-- | x11-misc/xac/files/digest-xac-0.6_pre2 | 3 | ||||
-rw-r--r-- | x11-misc/xac/files/xac-lz.patch | 11 | ||||
-rw-r--r-- | x11-misc/xac/xac-0.6_pre1.ebuild | 55 | ||||
-rw-r--r-- | x11-misc/xac/xac-0.6_pre2.ebuild | 52 | ||||
-rw-r--r-- | x11-misc/xac/xac-0.6_pre3.ebuild | 8 |
7 files changed, 9 insertions, 129 deletions
diff --git a/x11-misc/xac/ChangeLog b/x11-misc/xac/ChangeLog index 366a9f07e463..5d55d347bafa 100644 --- a/x11-misc/xac/ChangeLog +++ b/x11-misc/xac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xac # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/ChangeLog,v 1.9 2007/07/22 04:01:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/ChangeLog,v 1.10 2007/12/24 17:51:33 josejx Exp $ + + 24 Dec 2007; Joseph Jezak <josejx@gentoo.org> -files/xac-lz.patch, + -xac-0.6_pre1.ebuild, -xac-0.6_pre2.ebuild, xac-0.6_pre3.ebuild: + Removed old versions, marked _pre3 stable. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; xac-0.6_pre1.ebuild, xac-0.6_pre2.ebuild, xac-0.6_pre3.ebuild: diff --git a/x11-misc/xac/files/digest-xac-0.6_pre1 b/x11-misc/xac/files/digest-xac-0.6_pre1 deleted file mode 100644 index 1ee872e7cd04..000000000000 --- a/x11-misc/xac/files/digest-xac-0.6_pre1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2663c1599291cdf085a9b50d64e28350 xac-0.6_pre1.tar.bz2 37354 -RMD160 8ad91a89019be277a79955387d3a9e85b43081e7 xac-0.6_pre1.tar.bz2 37354 -SHA256 e9f23c1d4be448cce3a71315fb414fa4aec7b5bf7bd743505fd2c11edd70d481 xac-0.6_pre1.tar.bz2 37354 diff --git a/x11-misc/xac/files/digest-xac-0.6_pre2 b/x11-misc/xac/files/digest-xac-0.6_pre2 deleted file mode 100644 index 6bafce5e0dbd..000000000000 --- a/x11-misc/xac/files/digest-xac-0.6_pre2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 709bb20a464a9293860cfbfe716c8907 xac-0.6_pre2.tar.bz2 37261 -RMD160 520a0671eb329f7be0ba8f47ca5ce2a9982bb947 xac-0.6_pre2.tar.bz2 37261 -SHA256 d2240d5ccb7fc6a1e15e072841add08f11d8651eae26771525e15653a246f330 xac-0.6_pre2.tar.bz2 37261 diff --git a/x11-misc/xac/files/xac-lz.patch b/x11-misc/xac/files/xac-lz.patch deleted file mode 100644 index 98d84104adb8..000000000000 --- a/x11-misc/xac/files/xac-lz.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/setup.bak 2007-02-12 19:52:58.000000000 -0500 -+++ src/setup.py 2007-02-12 19:51:44.000000000 -0500 -@@ -2,7 +2,7 @@ - from distutils.core import setup, Extension - - pci_module = Extension("pci", -- libraries = ["pci"], -+ libraries = ["pci", "z"], - sources = ["pcimodule.c"]) - - vbe_module = Extension("vbe", diff --git a/x11-misc/xac/xac-0.6_pre1.ebuild b/x11-misc/xac/xac-0.6_pre1.ebuild deleted file mode 100644 index a8a0e6e977e9..000000000000 --- a/x11-misc/xac/xac-0.6_pre1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre1.ebuild,v 1.6 2007/07/22 04:01:47 dberkholz Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Xorgautoconfig (xac) generates configuration files for X.org" -HOMEPAGE="http://dev.gentoo.org/~josejx/xac.html" -LICENSE="GPL-2" -KEYWORDS="ppc ~ppc64 ~x86" -SLOT="0" -IUSE="" -DEPEND=">=dev-lang/python-2.3 - sys-apps/pciutils" -RDEPEND=">=dev-lang/python-2.3 - x11-base/xorg-server" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -src_unpack() { - unpack ${A} - cd ${S} - - ### Patch for -lz - epatch ${FILESDIR}/${PN}-lz.patch - - ### Replace /usr/lib/xac with libdir version - sed -i "s:/usr/lib/xac:/usr/$(get_libdir)/xac:" xac -} - -src_compile() { - ### Compile the C bindings - cd "${S}"/src - ### I'm not sure of a better way to do this yet - if use x86 || use amd64; then - sed -i "s:if 1:if 0:" setup.py || die "Enabling VBE module failed!" - fi - ./setup.py build || die "Failed to build the C modules" -} - -src_install() { - local xac_base="/usr/$(get_libdir)/xac" - - dosbin "${S}"/xac - - ### Install the C mods - cd "${S}"/src - ./setup.py install --root "${D}" || die "Failed to install the C modules" - - dodir "${xac_base}" - insinto ${xac_base} - doins "${S}"/py/* - - newinitd "${S}"/xac.init xac - newconfd "${S}"/xac.conf xac -} diff --git a/x11-misc/xac/xac-0.6_pre2.ebuild b/x11-misc/xac/xac-0.6_pre2.ebuild deleted file mode 100644 index ff9bf12dd1f2..000000000000 --- a/x11-misc/xac/xac-0.6_pre2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre2.ebuild,v 1.4 2007/07/22 04:01:47 dberkholz Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Xorgautoconfig (xac) generates configuration files for X.org" -HOMEPAGE="http://dev.gentoo.org/~josejx/xac.html" -LICENSE="GPL-2" -KEYWORDS="~ppc ~ppc64 ~x86" -SLOT="0" -IUSE="" -DEPEND=">=dev-lang/python-2.3 - sys-apps/pciutils" -RDEPEND=">=dev-lang/python-2.3 - x11-base/xorg-server" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -src_unpack() { - unpack ${A} - cd ${S} - - ### Replace /usr/lib/xac with libdir version - sed -i "s:/usr/lib/xac:/usr/$(get_libdir)/xac:" xac -} - -src_compile() { - ### Compile the C bindings - cd "${S}"/src - ### I'm not sure of a better way to do this yet - if use x86; then - sed -i "s:if 1:if 0:" setup.py || die "Enabling VBE module failed!" - fi - ./setup.py build || die "Failed to build the C modules" -} - -src_install() { - local xac_base="/usr/$(get_libdir)/xac" - - dosbin "${S}"/xac - - ### Install the C mods - cd "${S}"/src - ./setup.py install --root "${D}" || die "Failed to install the C modules" - - dodir "${xac_base}" - insinto ${xac_base} - doins "${S}"/py/* - - newinitd "${S}"/xac.init xac - newconfd "${S}"/xac.conf xac -} diff --git a/x11-misc/xac/xac-0.6_pre3.ebuild b/x11-misc/xac/xac-0.6_pre3.ebuild index a29a6d114fc2..17d35437e75a 100644 --- a/x11-misc/xac/xac-0.6_pre3.ebuild +++ b/x11-misc/xac/xac-0.6_pre3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.4 2007/07/22 04:01:47 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.5 2007/12/24 17:51:33 josejx Exp $ inherit toolchain-funcs DESCRIPTION="Xorgautoconfig (xac) generates configuration files for X.org" HOMEPAGE="http://dev.gentoo.org/~josejx/xac.html" LICENSE="GPL-2" -KEYWORDS="~ppc ~ppc64 ~x86" +KEYWORDS="ppc ppc64 ~x86" SLOT="0" IUSE="livecd" DEPEND=">=dev-lang/python-2.3 @@ -17,8 +17,8 @@ RDEPEND=">=dev-lang/python-2.3 SRC_URI="mirror://gentoo/${P}.tar.bz2" src_unpack() { - unpack ${A} - cd ${S} + unpack "${A}" + cd "${S}" ### Replace /usr/lib/xac with libdir version sed -i "s:/usr/lib/xac:/usr/$(get_libdir)/xac:" xac |