diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2014-08-31 09:18:49 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2014-08-31 09:18:49 +0000 |
commit | 003af46f10d5cd06dfa8dd00f3b29718b0875f2c (patch) | |
tree | b5e95daf05d1d431e443cb236e1cce394818338d /sci-electronics | |
parent | bump; drop py2.6 add py3.4 pypy, add doc build, tidy (diff) | |
download | gentoo-2-003af46f10d5cd06dfa8dd00f3b29718b0875f2c.tar.gz gentoo-2-003af46f10d5cd06dfa8dd00f3b29718b0875f2c.tar.bz2 gentoo-2-003af46f10d5cd06dfa8dd00f3b29718b0875f2c.zip |
Remove old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/xnec2c/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-1.4.ebuild | 42 | ||||
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-1.5.ebuild | 42 | ||||
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-1.6.ebuild | 42 | ||||
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-2.4.ebuild | 37 | ||||
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-2.5.ebuild | 37 |
6 files changed, 6 insertions, 201 deletions
diff --git a/sci-electronics/xnec2c/ChangeLog b/sci-electronics/xnec2c/ChangeLog index 487ba4ab47a8..6a25483095dd 100644 --- a/sci-electronics/xnec2c/ChangeLog +++ b/sci-electronics/xnec2c/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-electronics/xnec2c # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.17 2014/08/29 11:33:01 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.18 2014/08/31 09:18:49 tomjbe Exp $ + + 31 Aug 2014; Thomas Beierlein <tomjbe@gentoo.org> -xnec2c-1.4.ebuild, + -xnec2c-1.5.ebuild, -xnec2c-1.6.ebuild, -xnec2c-2.4.ebuild, + -xnec2c-2.5.ebuild: + Remove old 29 Aug 2014; Chema Alonso <nimiux@gentoo.org> xnec2c-2.8.ebuild: Stable for amd64 wrt bug #518514 diff --git a/sci-electronics/xnec2c/xnec2c-1.4.ebuild b/sci-electronics/xnec2c/xnec2c-1.4.ebuild deleted file mode 100644 index 9e576bcda807..000000000000 --- a/sci-electronics/xnec2c/xnec2c-1.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-1.4.ebuild,v 1.6 2014/08/10 20:29:03 slyfox Exp $ - -EAPI="2" - -inherit autotools eutils - -DESCRIPTION="A GTK+ graphical interactive version of nec2c" -HOMEPAGE="http://5b4az.chronos.org.uk/pages/nec2.html" -SRC_URI="http://5b4az.chronos.org.uk/pkg/nec2/xnec2c/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -S="${WORKDIR}/${PN}" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${P}-fortify.patch - - glib-gettextize --force --copy || die - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS README doc/*.txt || die - dohtml -r doc/* || die - if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins examples/* || die - fi -} diff --git a/sci-electronics/xnec2c/xnec2c-1.5.ebuild b/sci-electronics/xnec2c/xnec2c-1.5.ebuild deleted file mode 100644 index 8b4ad095c578..000000000000 --- a/sci-electronics/xnec2c/xnec2c-1.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-1.5.ebuild,v 1.2 2014/08/10 20:29:03 slyfox Exp $ - -EAPI="2" - -inherit autotools eutils - -DESCRIPTION="A GTK+ graphical interactive version of nec2c" -HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html" -SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -S="${WORKDIR}/${PN}" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4-fortify.patch - - glib-gettextize --force --copy || die - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS README doc/*.txt || die - dohtml -r doc/* || die - if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins examples/* || die - fi -} diff --git a/sci-electronics/xnec2c/xnec2c-1.6.ebuild b/sci-electronics/xnec2c/xnec2c-1.6.ebuild deleted file mode 100644 index 7317d16a086a..000000000000 --- a/sci-electronics/xnec2c/xnec2c-1.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-1.6.ebuild,v 1.2 2014/08/10 20:29:03 slyfox Exp $ - -EAPI="2" - -inherit autotools eutils - -DESCRIPTION="A GTK+ graphical interactive version of nec2c" -HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html" -SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -S="${WORKDIR}/${PN}" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4-fortify.patch - - glib-gettextize --force --copy || die - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS README doc/*.txt || die - dohtml -r doc/* || die - if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins examples/* || die - fi -} diff --git a/sci-electronics/xnec2c/xnec2c-2.4.ebuild b/sci-electronics/xnec2c/xnec2c-2.4.ebuild deleted file mode 100644 index 037a7a702e43..000000000000 --- a/sci-electronics/xnec2c/xnec2c-2.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.4.ebuild,v 1.2 2014/08/10 20:29:03 slyfox Exp $ - -EAPI=4 - -inherit autotools eutils - -DESCRIPTION="A GTK+ graphical interactive version of nec2c" -HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html" -SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -S="${WORKDIR}/${P/_beta/-beta}" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - glib-gettextize --force --copy || die - eautoreconf -} - -src_install() { - default - - dodoc AUTHORS README doc/*.txt - use doc && dohtml -r doc/*.html doc/images - insinto /usr/share/doc/${PF}/examples - use examples && doins examples/* -} diff --git a/sci-electronics/xnec2c/xnec2c-2.5.ebuild b/sci-electronics/xnec2c/xnec2c-2.5.ebuild deleted file mode 100644 index c48b7d70c4fd..000000000000 --- a/sci-electronics/xnec2c/xnec2c-2.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.5.ebuild,v 1.2 2014/08/10 20:29:03 slyfox Exp $ - -EAPI=4 - -inherit autotools eutils - -DESCRIPTION="A GTK+ graphical interactive version of nec2c" -HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html" -SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -S="${WORKDIR}/${P/_beta/-beta}" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - glib-gettextize --force --copy || die - eautoreconf -} - -src_install() { - default - - dodoc AUTHORS README doc/*.txt - use doc && dohtml -r doc/*.html doc/images - insinto /usr/share/doc/${PF}/examples - use examples && doins examples/* -} |