diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2017-01-14 18:39:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 11:12:39 +0100 |
commit | 139ea7eedc1872ea8b285ed536857e3f72584c44 (patch) | |
tree | 2faaacd63cdf9515ca70ef773dbbbb98dc105057 /sci-visualization/xgraph | |
parent | sci-visualization/xgraph: EAPI bump 4 -> 6 (diff) | |
download | gentoo-139ea7eedc1872ea8b285ed536857e3f72584c44.tar.gz gentoo-139ea7eedc1872ea8b285ed536857e3f72584c44.tar.bz2 gentoo-139ea7eedc1872ea8b285ed536857e3f72584c44.zip |
sci-visualization/xgraph: Removing EAPI 4 ebuilds
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3475
Diffstat (limited to 'sci-visualization/xgraph')
-rw-r--r-- | sci-visualization/xgraph/Manifest | 1 | ||||
-rw-r--r-- | sci-visualization/xgraph/xgraph-12.1-r2.ebuild | 44 | ||||
-rw-r--r-- | sci-visualization/xgraph/xgraph-12.1-r3.ebuild | 41 |
3 files changed, 0 insertions, 86 deletions
diff --git a/sci-visualization/xgraph/Manifest b/sci-visualization/xgraph/Manifest index 08c6324624aa..3a3c9c67e648 100644 --- a/sci-visualization/xgraph/Manifest +++ b/sci-visualization/xgraph/Manifest @@ -1,3 +1,2 @@ DIST xgraph-12.1.tar.gz 145278 SHA256 0aa17d3fa3abfa8b6679fc26812a988332a2a0f1f48973d17429089015672b08 SHA512 67c1faea0f423717cf97c4613e7c288ad17e952f7f0c7cc555d3d3cffaaef890b3b8d77f9421ab5842f8c65dea3393820e296b38d7a3eae2a0b80eb0b8fc948c WHIRLPOOL 16f5abba42e42196bed2994b2d83fb5a5266c4d0fdfa0b8bdd52f175f9046c09167544e93f45945cb1cf045319e725f9154c0ffdb9d8ac06eb4e8839a5c7cc3c -DIST xgraph_12.1-10.diff.gz 48172 SHA256 5f0ee8dededaafb054b3d87431acc9b1b6486b8375775aac889d993e35f4e8d5 SHA512 060973645e5371a8f768650f31ad4560060ce171a9ee12308c5776a5e550784bb30cd3a55017c7a3856f27701376bb3f30af2c0b96d4902c89e68fd6c0114f78 WHIRLPOOL 0ea2a260005126d7c6f1fb9d3d335ec2cf6d7467b71441763d9a911055adc46d2805c1e9d32327c1762c2ad8fb6a290b5f579460ea0aa064ecba5e98f0337f83 DIST xgraph_12.1-16.debian.tar.gz 23154 SHA256 a10daac6dca06938c4d96b8b82c8070b2763f6e0761030e0dfd2bb3fb338212a SHA512 6942d85d453a63191b11f6f52bee592c765023068d022e62b94b6fc6b0ed46ce57c9cc00bfcb53cd5f943997cef23724513c1433cdfbf11c7debac5760de1d26 WHIRLPOOL c6584cc98b0cf9e5cee85a4f1287dbb836aa7a0165d6c0c1d4066e0aefb4ce700d31e57d54cf8c051a5e1eb5e6c6410d1979b140628ea5ad90dbe1b2bc8fb336 diff --git a/sci-visualization/xgraph/xgraph-12.1-r2.ebuild b/sci-visualization/xgraph/xgraph-12.1-r2.ebuild deleted file mode 100644 index 566069fca92c..000000000000 --- a/sci-visualization/xgraph/xgraph-12.1-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 -inherit eutils autotools - -DEB_PR=10 -DESCRIPTION="X11 Plotting Utility" -HOMEPAGE="http://www.isi.edu/nsnam/xgraph/" -SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz" - -LICENSE="xgraph" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="examples" -DEPEND="x11-libs/libSM - x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff - epatch "${FILESDIR}"/${P}-glibc-2.10.patch - # respect user flags - sed -i -e "s/-g/${CFLAGS}/" Makefile.am - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "Compilation failed." - dodoc README* - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples || die "Failed to install example files." - fi - - dodir /usr/share/man/man1 - mv "${ED}"/usr/share/man/manm/xgraph.man \ - "${ED}"/usr/share/man/man1/xgraph.1 || \ - die "Failed to correct man page location." - rm -Rf "${ED}"/usr/share/man/manm/ || \ - die "Failed to remove bogus manm directory." -} diff --git a/sci-visualization/xgraph/xgraph-12.1-r3.ebuild b/sci-visualization/xgraph/xgraph-12.1-r3.ebuild deleted file mode 100644 index dbcad563fa3b..000000000000 --- a/sci-visualization/xgraph/xgraph-12.1-r3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils autotools - -DEB_PR=16 - -DESCRIPTION="X11 Plotting Utility" -HOMEPAGE="http://www.isi.edu/nsnam/xgraph/" -SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz" - -LICENSE="xgraph" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="examples" -DEPEND="x11-libs/libSM - x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${WORKDIR}"/debian/patches/debian-changes - rm configure.in Makefile.in - eautoreconf -} - -src_install() { - default - dodoc "${WORKDIR}"/debian/changelog - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - dodir /usr/share/man/man1 - mv "${ED}"/usr/share/man/manm/xgraph.man \ - "${ED}"/usr/share/man/man1/xgraph.1 || die - rm -r "${ED}"/usr/share/man/manm || die -} |