diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-02-11 07:24:04 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-02-11 07:24:04 +0000 |
commit | 00851d18a29c4bd19bd6f595e17e3d3498eee410 (patch) | |
tree | 308c6559cde72b7f428b7be2dedad4c0fe871118 /x11-misc | |
parent | Marked ppc stable for bug #159871. (diff) | |
download | gentoo-2-00851d18a29c4bd19bd6f595e17e3d3498eee410.tar.gz gentoo-2-00851d18a29c4bd19bd6f595e17e3d3498eee410.tar.bz2 gentoo-2-00851d18a29c4bd19bd6f595e17e3d3498eee410.zip |
Marked ppc stable, removed old version.
(Portage version: 2.1.2-r8)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xac/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xac/files/digest-xac-0.5 | 3 | ||||
-rw-r--r-- | x11-misc/xac/xac-0.5.ebuild | 44 | ||||
-rw-r--r-- | x11-misc/xac/xac-0.6_pre1.ebuild | 4 |
4 files changed, 7 insertions, 50 deletions
diff --git a/x11-misc/xac/ChangeLog b/x11-misc/xac/ChangeLog index a8b35724948d..2d553a81b648 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.3 2007/01/03 02:38:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/ChangeLog,v 1.4 2007/02/11 07:24:04 josejx Exp $ + + 11 Feb 2007; Joseph Jezak <josejx@gentoo.org> -xac-0.5.ebuild, + xac-0.6_pre1.ebuild: + Marked ppc stable, removed old version. *xac-0.6_pre1 (03 Jan 2007) diff --git a/x11-misc/xac/files/digest-xac-0.5 b/x11-misc/xac/files/digest-xac-0.5 deleted file mode 100644 index 7eef63fd3bcd..000000000000 --- a/x11-misc/xac/files/digest-xac-0.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 82d4c1f84b9dad2f85870b275d269987 xac-0.5.tar.bz2 30881 -RMD160 cb346e1744c8415625cf47660a0eaca64575f97d xac-0.5.tar.bz2 30881 -SHA256 1ad9943a98ae914def3bffc9eb63d71af531e620ec892b566908f5df36193b53 xac-0.5.tar.bz2 30881 diff --git a/x11-misc/xac/xac-0.5.ebuild b/x11-misc/xac/xac-0.5.ebuild deleted file mode 100644 index e0c9e23df555..000000000000 --- a/x11-misc/xac/xac-0.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.5.ebuild,v 1.2 2006/08/31 13:03:38 corsair Exp $ - -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" -RDEPEND=">=dev-lang/python-2.3 - || ( x11-base/xorg-server virtual/x11 )" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -src_compile() { - cd "${S}"/src - chmod +x setup.py - - ### 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 - fi - ./setup.py build || die "Failed to build the C modules" - -} - -src_install() { - local xac_base="/usr/lib/xac" - - doenvd "${S}"/50xac - 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/* - - exeinto /etc/init.d - newexe ${S}/xac.init xac -} diff --git a/x11-misc/xac/xac-0.6_pre1.ebuild b/x11-misc/xac/xac-0.6_pre1.ebuild index 55951d5830c6..9d623dee4568 100644 --- a/x11-misc/xac/xac-0.6_pre1.ebuild +++ b/x11-misc/xac/xac-0.6_pre1.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_pre1.ebuild,v 1.1 2007/01/03 02:38:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre1.ebuild,v 1.2 2007/02/11 07:24:04 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="" DEPEND=">=dev-lang/python-2.3 |