diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-15 05:50:54 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-15 05:50:54 +0000 |
commit | f49738be2956fdf0618686bfeeaaebe74739291b (patch) | |
tree | 601b95d748eb11c0bc099ad25af93a261720cfee /app-i18n | |
parent | Version bump. (diff) | |
download | gentoo-2-f49738be2956fdf0618686bfeeaaebe74739291b.tar.gz gentoo-2-f49738be2956fdf0618686bfeeaaebe74739291b.tar.bz2 gentoo-2-f49738be2956fdf0618686bfeeaaebe74739291b.zip |
Drop version with old EAPI
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/zinnia/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/zinnia/zinnia-0.06-r1.ebuild | 77 | ||||
-rw-r--r-- | app-i18n/zinnia/zinnia-0.06-r2.ebuild | 78 |
3 files changed, 5 insertions, 156 deletions
diff --git a/app-i18n/zinnia/ChangeLog b/app-i18n/zinnia/ChangeLog index c7348d97dccf..89ba14818c42 100644 --- a/app-i18n/zinnia/ChangeLog +++ b/app-i18n/zinnia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/zinnia # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/zinnia/ChangeLog,v 1.12 2014/03/03 23:34:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/zinnia/ChangeLog,v 1.13 2014/03/15 05:50:53 zlogene Exp $ + + 15 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -zinnia-0.06-r1.ebuild, + -zinnia-0.06-r2.ebuild: + Drop version with old EAPI 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> zinnia-0.06-r3.ebuild: amd64 stable, bug #491920 diff --git a/app-i18n/zinnia/zinnia-0.06-r1.ebuild b/app-i18n/zinnia/zinnia-0.06-r1.ebuild deleted file mode 100644 index b9be4a69e69a..000000000000 --- a/app-i18n/zinnia/zinnia-0.06-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/zinnia/zinnia-0.06-r1.ebuild,v 1.5 2013/09/01 10:08:37 ago Exp $ - -EAPI="3" - -inherit perl-module eutils flag-o-matic toolchain-funcs autotools - -DESCRIPTION="Online hand recognition system with machine learning" -HOMEPAGE="http://zinnia.sourceforge.net/" -SRC_URI="mirror://sourceforge/zinnia/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -#IUSE="perl python ruby" -IUSE="perl" - -src_prepare() { - epatch "${FILESDIR}/${P}-ricedown.patch" - epatch "${FILESDIR}/${P}-perl.patch" - eautoreconf - - if use perl ; then - ( - cd "${S}/perl" - perl-module_src_prepare - ) - fi -} - -src_configure() { - econf -} - -src_compile() { - base_src_compile - - if use perl ; then - ( - cd "${S}/perl" - - # We need to run this here as otherwise it won't pick up the - # just-built -lzinnia and cause the extension to have - # undefined symbols. - perl-module_src_configure - - append-cppflags "-I${S}" - append-ldflags "-L${S}/.libs" - - emake \ - LDDLFLAGS="-shared" \ - OTHERLDFLAGS="${LDFLAGS}" \ - CC="$(tc-getCXX)" LD="$(tc-getCXX)" \ - OPTIMIZE="${CPPFLAGS} ${CXXFLAGS}" \ - || die - ) - fi -} - -# no tests present -src_test() { :; } - -src_install() { - emake DESTDIR="${D}" install || die - find "${D}" -name '*.la' -delete - - if use perl ; then - ( - cd "${S}/perl" - perl-module_src_install - ) - fi - - dodoc AUTHORS ChangeLog NEWS README || die - dohtml doc/*.html doc/*.css || die -} diff --git a/app-i18n/zinnia/zinnia-0.06-r2.ebuild b/app-i18n/zinnia/zinnia-0.06-r2.ebuild deleted file mode 100644 index 778cbb239242..000000000000 --- a/app-i18n/zinnia/zinnia-0.06-r2.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/zinnia/zinnia-0.06-r2.ebuild,v 1.2 2013/09/10 08:33:50 idella4 Exp $ - -EAPI=5 - -inherit perl-module eutils flag-o-matic toolchain-funcs autotools - -DESCRIPTION="Online hand recognition system with machine learning" -HOMEPAGE="http://zinnia.sourceforge.net/" -SRC_URI="mirror://sourceforge/zinnia/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# Package warrants IUSE doc -IUSE="perl" -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - epatch "${FILESDIR}/${P}-ricedown.patch" - epatch "${FILESDIR}/${P}-perl.patch" - eautoreconf - - if use perl ; then - ( - cd "${S}/perl" - perl-module_src_prepare - ) - fi -} - -src_configure() { - econf -} - -src_compile() { - base_src_compile - - if use perl ; then - ( - cd "${S}/perl" - - # We need to run this here as otherwise it won't pick up the - # just-built -lzinnia and cause the extension to have - # undefined symbols. - perl-module_src_configure - - append-cppflags "-I${S}" - append-ldflags "-L${S}/.libs" - - emake \ - LDDLFLAGS="-shared" \ - OTHERLDFLAGS="${LDFLAGS}" \ - CC="$(tc-getCXX)" LD="$(tc-getCXX)" \ - OPTIMIZE="${CPPFLAGS} ${CXXFLAGS}" \ - ) - fi -} - -# no tests present -src_test() { :; } - -src_install() { - emake DESTDIR="${D}" install - find "${D}" -name '*.la' -delete - - if use perl ; then - ( - cd "${S}/perl" - perl-module_src_install - ) - fi - - # Curiously ChangeLog & NEWS are left uncompressed - dodoc ${DOCS[@]} - dohtml doc/*.html doc/*.css -} |