diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-10 11:31:27 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-10 11:31:27 +0000 |
commit | 08eaadb615410694bb6afcb4136edfe4e5eecb5a (patch) | |
tree | 71b18d1872c66c277d2c1d766bf6567a6ae31734 /sci-electronics/linsmith | |
parent | Revision bump. Updated configuration, the parameters have changed since 4.x; ... (diff) | |
download | gentoo-2-08eaadb615410694bb6afcb4136edfe4e5eecb5a.tar.gz gentoo-2-08eaadb615410694bb6afcb4136edfe4e5eecb5a.tar.bz2 gentoo-2-08eaadb615410694bb6afcb4136edfe4e5eecb5a.zip |
drop old.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sci-electronics/linsmith')
-rw-r--r-- | sci-electronics/linsmith/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/linsmith/linsmith-0.99.21.ebuild | 64 | ||||
-rw-r--r-- | sci-electronics/linsmith/linsmith-0.99.22.ebuild | 66 |
3 files changed, 5 insertions, 131 deletions
diff --git a/sci-electronics/linsmith/ChangeLog b/sci-electronics/linsmith/ChangeLog index cbf75cc9d2f5..40af7064001b 100644 --- a/sci-electronics/linsmith/ChangeLog +++ b/sci-electronics/linsmith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/linsmith # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.16 2013/06/10 06:49:52 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.17 2013/06/10 11:31:27 xmw Exp $ + + 10 Jun 2013; Michael Weber <xmw@gentoo.org> -linsmith-0.99.21.ebuild, + -linsmith-0.99.22.ebuild: + drop old. *linsmith-0.99.25 (10 Jun 2013) diff --git a/sci-electronics/linsmith/linsmith-0.99.21.ebuild b/sci-electronics/linsmith/linsmith-0.99.21.ebuild deleted file mode 100644 index 3ddbef50468f..000000000000 --- a/sci-electronics/linsmith/linsmith-0.99.21.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.21.ebuild,v 1.4 2012/05/04 07:10:20 jdhore 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 'maintainer mode' - eautoreconf -} - -src_install() { - # Delete this file, otherwise it is installed with the pixmaps. - rm pixmaps/Makefile.am~ - - 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.22.ebuild b/sci-electronics/linsmith/linsmith-0.99.22.ebuild deleted file mode 100644 index 9297eb2ce8f2..000000000000 --- a/sci-electronics/linsmith/linsmith-0.99.22.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.22.ebuild,v 1.6 2012/09/23 12:29:18 ago 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 -} |