summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2014-12-29 07:50:41 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2014-12-29 07:50:41 +0000
commit5e0dc923f3d887f156e72d8c131e0c39b1146eed (patch)
treeade13408f94ba00a2d164ba7ff96c7592f937b3d /sci-electronics
parentrevbump; conversion -> distutils-r1, rm old (diff)
downloadgentoo-2-5e0dc923f3d887f156e72d8c131e0c39b1146eed.tar.gz
gentoo-2-5e0dc923f3d887f156e72d8c131e0c39b1146eed.tar.bz2
gentoo-2-5e0dc923f3d887f156e72d8c131e0c39b1146eed.zip
Remove old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/linsmith/ChangeLog6
-rw-r--r--sci-electronics/linsmith/linsmith-0.99.24.ebuild66
-rw-r--r--sci-electronics/linsmith/linsmith-0.99.25.ebuild66
-rw-r--r--sci-electronics/linsmith/linsmith-0.99.26.ebuild66
4 files changed, 5 insertions, 199 deletions
diff --git a/sci-electronics/linsmith/ChangeLog b/sci-electronics/linsmith/ChangeLog
index 83d9eeccfc0b..3232f17c82e7 100644
--- a/sci-electronics/linsmith/ChangeLog
+++ b/sci-electronics/linsmith/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/linsmith
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.24 2014/12/28 12:02:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.25 2014/12/29 07:50:41 tomjbe Exp $
+
+ 29 Dec 2014; Thomas Beierlein <tomjbe@gentoo.org> -linsmith-0.99.24.ebuild,
+ -linsmith-0.99.25.ebuild, -linsmith-0.99.26.ebuild:
+ Remove old
28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> linsmith-0.99.28.ebuild:
Stable for x86, wrt bug #531158
diff --git a/sci-electronics/linsmith/linsmith-0.99.24.ebuild b/sci-electronics/linsmith/linsmith-0.99.24.ebuild
deleted file mode 100644
index 029c40aac6f5..000000000000
--- a/sci-electronics/linsmith/linsmith-0.99.24.ebuild
+++ /dev/null
@@ -1,66 +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/linsmith/linsmith-0.99.24.ebuild,v 1.4 2014/08/10 20:28:03 slyfox Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Smith charting program, mainly designed for educational use"
-HOMEPAGE="http://www.jcoppens.com/soft/linsmith/index.en.php"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND="
- x11-libs/gtk+:2
- dev-libs/libxml2:2
- dev-libs/glib:2
- dev-libs/atk
- gnome-base/libgnome
- gnome-base/libgnomecanvas
- gnome-base/libgnomeui"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # This patch is to prevent make install copying
- # the examples in /usr/share/linsmith
- # Now they are cp to the correct location.
- epatch \
- "${FILESDIR}"/${PN}-datafiles.patch
-
- # fix QA warnings about wrong categories in .desktop file
- sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \
- -e "s/Encoding=/#Encoding=/" \
- ${PN}.desktop || die
-
- # fix QA warnings about 'maintainer mode'
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- insinto "/usr/share/${PN}"
- doins datafiles/conv0809 || die
-
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO || die
- doman doc/linsmith.1 || die
-
- domenu linsmith.desktop || die
- doicon linsmith_icon.xpm || die
-
- if use doc; then
- insinto "/usr/share/doc/${PF}"
- doins doc/manual.pdf || die
- fi
-
- if use examples; then
- insinto "/usr/share/doc/${PF}/examples"
- doins datafiles/*.circ datafiles/*.load || die
- fi
-}
diff --git a/sci-electronics/linsmith/linsmith-0.99.25.ebuild b/sci-electronics/linsmith/linsmith-0.99.25.ebuild
deleted file mode 100644
index 2c284f162aa5..000000000000
--- a/sci-electronics/linsmith/linsmith-0.99.25.ebuild
+++ /dev/null
@@ -1,66 +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/linsmith/linsmith-0.99.25.ebuild,v 1.4 2014/08/10 20:28:03 slyfox Exp $
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Smith charting program, mainly designed for educational use"
-HOMEPAGE="http://www.jcoppens.com/soft/linsmith/index.en.php"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND="
- x11-libs/gtk+:2
- dev-libs/libxml2:2
- dev-libs/glib:2
- dev-libs/atk
- gnome-base/libgnome
- gnome-base/libgnomecanvas
- gnome-base/libgnomeui"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # This patch is to prevent make install copying
- # the examples in /usr/share/linsmith
- # Now they are cp to the correct location.
- epatch \
- "${FILESDIR}"/${PN}-datafiles.patch
-
- # fix QA warnings about wrong categories in .desktop file
- sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \
- -e "s/Encoding=/#Encoding=/" \
- ${PN}.desktop || die
-
- # fix QA warnings about 'maintainer mode'
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- insinto "/usr/share/${PN}"
- doins datafiles/conv0809
-
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- doman doc/${PN}.1
-
- domenu ${PN}.desktop
- doicon ${PN}_icon.xpm
-
- if use doc; then
- insinto "/usr/share/doc/${PF}"
- doins doc/manual.pdf
- fi
-
- if use examples; then
- insinto "/usr/share/doc/${PF}/examples"
- doins datafiles/*.circ datafiles/*.load || die
- fi
-}
diff --git a/sci-electronics/linsmith/linsmith-0.99.26.ebuild b/sci-electronics/linsmith/linsmith-0.99.26.ebuild
deleted file mode 100644
index d14f84202384..000000000000
--- a/sci-electronics/linsmith/linsmith-0.99.26.ebuild
+++ /dev/null
@@ -1,66 +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/linsmith/linsmith-0.99.26.ebuild,v 1.2 2014/08/10 20:28:03 slyfox Exp $
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Smith charting program, mainly designed for educational use"
-HOMEPAGE="http://www.jcoppens.com/soft/linsmith/index.en.php"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="
- x11-libs/gtk+:2
- dev-libs/libxml2:2
- dev-libs/glib:2
- dev-libs/atk
- gnome-base/libgnome
- gnome-base/libgnomecanvas
- gnome-base/libgnomeui"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- # This patch is to prevent make install copying
- # the examples in /usr/share/linsmith
- # Now they are cp to the correct location.
- epatch \
- "${FILESDIR}"/${PN}-datafiles.patch
-
- # fix QA warnings about wrong categories in .desktop file
- sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \
- -e "s/Encoding=/#Encoding=/" \
- ${PN}.desktop || die
-
- # fix QA warnings about 'maintainer mode'
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- insinto "/usr/share/${PN}"
- doins datafiles/conv0809
-
- dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
- doman doc/${PN}.1
-
- domenu ${PN}.desktop
- doicon ${PN}_icon.xpm
-
- if use doc; then
- insinto "/usr/share/doc/${PF}"
- doins doc/manual.pdf
- fi
-
- if use examples; then
- insinto "/usr/share/doc/${PF}/examples"
- doins datafiles/*.circ datafiles/*.load || die
- fi
-}