diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-14 15:27:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-14 15:27:12 +0000 |
commit | a4493eedeadbf79f1791ba8f28f5f3889bb6f56b (patch) | |
tree | c916297ac4cb8d7a97f1de9a107e3c81154d8640 /x11-misc | |
parent | Install examples only if proper use flag is set. Fixes #409091 by Nikoli <nik... (diff) | |
download | gentoo-2-a4493eedeadbf79f1791ba8f28f5f3889bb6f56b.tar.gz gentoo-2-a4493eedeadbf79f1791ba8f28f5f3889bb6f56b.tar.bz2 gentoo-2-a4493eedeadbf79f1791ba8f28f5f3889bb6f56b.zip |
Version bump, drop old (#415643 by df).
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfractint/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/xfractint/xfractint-20.04_p08.ebuild | 45 | ||||
-rw-r--r-- | x11-misc/xfractint/xfractint-20.04_p09.ebuild | 39 | ||||
-rw-r--r-- | x11-misc/xfractint/xfractint-20.04_p12.ebuild (renamed from x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild) | 12 |
4 files changed, 15 insertions, 92 deletions
diff --git a/x11-misc/xfractint/ChangeLog b/x11-misc/xfractint/ChangeLog index 9a01d326dfea..6a918dfdf78e 100644 --- a/x11-misc/xfractint/ChangeLog +++ b/x11-misc/xfractint/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/xfractint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.56 2011/06/18 17:52:53 spock Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/ChangeLog,v 1.57 2012/05/14 15:27:12 pacho Exp $ + +*xfractint-20.04_p12 (14 May 2012) + + 14 May 2012; Pacho Ramos <pacho@gentoo.org> +xfractint-20.04_p12.ebuild, + -xfractint-20.04_p08.ebuild, -xfractint-20.04_p09-r1.ebuild, + -xfractint-20.04_p09.ebuild: + Version bump, drop old (#415643 by df). 18 Jun 2011; Michał Januszewski <spock@gentoo.org> metadata.xml: Reassigning to maintainer-needed. diff --git a/x11-misc/xfractint/xfractint-20.04_p08.ebuild b/x11-misc/xfractint/xfractint-20.04_p08.ebuild deleted file mode 100644 index 60c40c0fbd99..000000000000 --- a/x11-misc/xfractint/xfractint-20.04_p08.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p08.ebuild,v 1.1 2008/09/13 22:21:18 spock Exp $ - -inherit eutils toolchain-funcs - -MY_P=${P/_} - -DESCRIPTION="a fractal generator" -HOMEPAGE="http://www.fractint.org" -SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" -# x86? ( dev-lang/nasm )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/xfractint-20.04p08-Makefile.patch" -} - -src_compile() { - # Untested, any x86 archteam dev. is allowed to uncomment this. - local myasm="foo" -# use x86 && myasm="/usr/bin/nasm" - emake CC="$(tc-getCC)" AS="${myasm}" || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}/usr" STRIP="true" install || die "emake install failed." - newenvd "${FILESDIR}"/xfractint.envd 60xfractint -} - -pkg_postinst() { - elog "XFractInt requires the FRACTDIR variable to be set in order to start." - elog "Please re-login or \`source /etc/profile\` to have this variable set." -} diff --git a/x11-misc/xfractint/xfractint-20.04_p09.ebuild b/x11-misc/xfractint/xfractint-20.04_p09.ebuild deleted file mode 100644 index 4a873fb5ab2f..000000000000 --- a/x11-misc/xfractint/xfractint-20.04_p09.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p09.ebuild,v 1.1 2008/10/15 17:26:46 spock Exp $ - -inherit eutils toolchain-funcs - -MY_P=${P/_} - -DESCRIPTION="a fractal generator" -HOMEPAGE="http://www.fractint.org" -SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" -# x86? ( dev-lang/nasm )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - # Untested, any x86 archteam dev. is allowed to uncomment this. - local myasm="foo" -# use x86 && myasm="/usr/bin/nasm" - emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}/usr" STRIP="true" install || die "emake install failed." - newenvd "${FILESDIR}"/xfractint.envd 60xfractint -} - -pkg_postinst() { - elog "XFractInt requires the FRACTDIR variable to be set in order to start." - elog "Please re-login or \`source /etc/profile\` to have this variable set." -} diff --git a/x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild index faaaa58ee05e..20df0389d237 100644 --- a/x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild +++ b/x11-misc/xfractint/xfractint-20.04_p12.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p09-r1.ebuild,v 1.1 2010/09/30 10:50:53 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.04_p12.ebuild,v 1.1 2012/05/14 15:27:12 pacho Exp $ -EAPI=2 +EAPI=4 inherit eutils toolchain-funcs MY_P=${P/_} -DESCRIPTION="a fractal generator" +DESCRIPTION="A fractal generator" HOMEPAGE="http://www.fractint.org" SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz" @@ -31,11 +31,11 @@ src_compile() { # Untested, any x86 archteam dev. is allowed to uncomment this. local myasm="foo" # use x86 && myasm="/usr/bin/nasm" - emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed." + emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}" } src_install() { - emake DESTDIR="${D}/usr" STRIP="true" install || die "emake install failed." + emake DESTDIR="${D}/usr" STRIP="true" install newenvd "${FILESDIR}"/xfractint.envd 60xfractint } |