diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-04 17:42:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-04 17:42:53 +0000 |
commit | 212aa590295fc59cb79cd4e1f6337eb59df1d996 (patch) | |
tree | 64354ca6feae58db46c5cdd8f05757723f507616 | |
parent | fixed deps (bug #534346) (diff) | |
download | gentoo-2-212aa590295fc59cb79cd4e1f6337eb59df1d996.tar.gz gentoo-2-212aa590295fc59cb79cd4e1f6337eb59df1d996.tar.bz2 gentoo-2-212aa590295fc59cb79cd4e1f6337eb59df1d996.zip |
sci-libs/gamer: Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | sci-libs/gamer/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gamer/gamer-1.4.ebuild | 55 | ||||
-rw-r--r-- | sci-libs/gamer/gamer-1.5-r1.ebuild | 50 | ||||
-rw-r--r-- | sci-libs/gamer/gamer-1.5-r2.ebuild | 12 | ||||
-rw-r--r-- | sci-libs/gamer/gamer-1.5.ebuild | 51 |
5 files changed, 13 insertions, 163 deletions
diff --git a/sci-libs/gamer/ChangeLog b/sci-libs/gamer/ChangeLog index e9024e7aeabd..169b5194959a 100644 --- a/sci-libs/gamer/ChangeLog +++ b/sci-libs/gamer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gamer -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/ChangeLog,v 1.8 2013/12/06 19:17:18 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/ChangeLog,v 1.9 2015/01/04 17:42:53 jlec Exp $ + + 04 Jan 2015; Justin Lecher <jlec@gentoo.org> -gamer-1.4.ebuild, + -gamer-1.5.ebuild, -gamer-1.5-r1.ebuild, gamer-1.5-r2.ebuild: + Drop old 06 Dec 2013; Justin Lecher <jlec@gentoo.org> gamer-1.5-r2.ebuild: Bump EAPI to 5 diff --git a/sci-libs/gamer/gamer-1.4.ebuild b/sci-libs/gamer/gamer-1.4.ebuild deleted file mode 100644 index 3460016530db..000000000000 --- a/sci-libs/gamer/gamer-1.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/gamer-1.4.ebuild,v 1.2 2010/11/02 08:19:02 jlec Exp $ - -EAPI="3" - -inherit autotools eutils multilib - -DESCRIPTION="Geometry-preserving Adaptive MeshER" -HOMEPAGE="http://fetk.org/codes/gamer/index.html" -SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2" -IUSE="doc" - -RDEPEND=">=dev-libs/maloc-1.4" -DEPEND=" - ${RDEPEND} - doc? ( - media-gfx/graphviz - app-doc/doxygen )" - -S="${WORKDIR}"/${PN} - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-multilib.patch \ - "${FILESDIR}"/${PV}-doc.patch - eautoreconf -} - -src_configure() { - local fetk_include - local fetk_lib - local myconf - - use doc || myconf="${myconf} --with-doxygen= --with-dot=" - - fetk_include="${EPREFIX}"/usr/include - fetk_lib="${EPREFIX}"/usr/$(get_libdir) - export FETK_INCLUDE="${fetk_include}" - export FETK_LIBRARY="${fetk_lib}" - - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --disable-triplet \ - --enable-shared \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/sci-libs/gamer/gamer-1.5-r1.ebuild b/sci-libs/gamer/gamer-1.5-r1.ebuild deleted file mode 100644 index be1693f7ce5c..000000000000 --- a/sci-libs/gamer/gamer-1.5-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/gamer-1.5-r1.ebuild,v 1.1 2012/05/30 12:41:45 jlec Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils multilib - -DESCRIPTION="Geometry-preserving Adaptive MeshER" -HOMEPAGE="http://fetk.org/codes/gamer/index.html" -SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/maloc-1.4" -DEPEND=" - ${RDEPEND} - doc? ( - media-gfx/graphviz - app-doc/doxygen )" - -S="${WORKDIR}"/${PN} - -PATCHES=( - "${FILESDIR}"/${PV}-underlinking.patch - "${FILESDIR}"/1.4-doc.patch ) - -src_configure() { - local fetk_include - local fetk_lib - local myeconfargs - - use doc || myeconfargs+=( ${myconf} --with-doxygen= --with-dot= ) - - fetk_include="${EPREFIX}"/usr/include - fetk_lib="${EPREFIX}"/usr/$(get_libdir) - export FETK_INCLUDE="${fetk_include}" - export FETK_LIBRARY="${fetk_lib}" - - myeconfargs+=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --disable-triplet - ) - autotools-utils_src_configure -} diff --git a/sci-libs/gamer/gamer-1.5-r2.ebuild b/sci-libs/gamer/gamer-1.5-r2.ebuild index bedc7a053643..cbeae4d215ce 100644 --- a/sci-libs/gamer/gamer-1.5-r2.ebuild +++ b/sci-libs/gamer/gamer-1.5-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/gamer-1.5-r2.ebuild,v 1.2 2013/12/06 19:17:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/gamer-1.5-r2.ebuild,v 1.3 2015/01/04 17:42:53 jlec Exp $ EAPI=5 @@ -22,13 +22,15 @@ DEPEND=" ${RDEPEND} doc? ( media-gfx/graphviz - app-doc/doxygen )" + app-doc/doxygen + )" S="${WORKDIR}"/${PN} PATCHES=( - "${FILESDIR}"/1.4-multilib.patch - "${FILESDIR}"/1.4-doc.patch ) + "${FILESDIR}"/1.4-multilib.patch + "${FILESDIR}"/1.4-doc.patch + ) src_configure() { local fetk_include diff --git a/sci-libs/gamer/gamer-1.5.ebuild b/sci-libs/gamer/gamer-1.5.ebuild deleted file mode 100644 index 1f0f0403c21a..000000000000 --- a/sci-libs/gamer/gamer-1.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/gamer-1.5.ebuild,v 1.2 2012/04/30 17:21:36 jlec Exp $ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils multilib - -DESCRIPTION="Geometry-preserving Adaptive MeshER" -HOMEPAGE="http://fetk.org/codes/gamer/index.html" -SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2" -IUSE="doc static-libs" - -RDEPEND=">=dev-libs/maloc-1.4" -DEPEND=" - ${RDEPEND} - doc? ( - media-gfx/graphviz - app-doc/doxygen )" - -S="${WORKDIR}"/${PN} - -PATCHES=( - "${FILESDIR}"/1.4-multilib.patch - "${FILESDIR}"/1.4-doc.patch ) - -src_configure() { - local fetk_include - local fetk_lib - local myeconfargs - - use doc || myeconfargs+=( ${myconf} --with-doxygen= --with-dot= ) - - fetk_include="${EPREFIX}"/usr/include - fetk_lib="${EPREFIX}"/usr/$(get_libdir) - export FETK_INCLUDE="${fetk_include}" - export FETK_LIBRARY="${fetk_lib}" - - myeconfargs+=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --disable-triplet - --enable-shared - ) - autotools-utils_src_configure -} |