summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2020-10-07 16:55:54 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2020-10-07 17:02:02 +0200
commit4782ebcebd439f7cb2baf372ac7edf45761baaa8 (patch)
tree3470bc5a63454bde07465532aef03e0e70da7a3a /sci-electronics
parentdev-libs/libinput: Bump to version 1.16.2 (diff)
downloadgentoo-4782ebcebd439f7cb2baf372ac7edf45761baaa8.tar.gz
gentoo-4782ebcebd439f7cb2baf372ac7edf45761baaa8.tar.bz2
gentoo-4782ebcebd439f7cb2baf372ac7edf45761baaa8.zip
sci-electronics/linsmith: remove last rited package
Closes: https://bugs.gentoo.org/726828 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/linsmith/Manifest2
-rw-r--r--sci-electronics/linsmith/files/linsmith-datafiles.patch30
-rw-r--r--sci-electronics/linsmith/linsmith-0.99.30-r1.ebuild67
-rw-r--r--sci-electronics/linsmith/linsmith-0.99.31.ebuild70
-rw-r--r--sci-electronics/linsmith/metadata.xml15
5 files changed, 0 insertions, 184 deletions
diff --git a/sci-electronics/linsmith/Manifest b/sci-electronics/linsmith/Manifest
deleted file mode 100644
index 96f5ae647409..000000000000
--- a/sci-electronics/linsmith/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST linsmith-0.99.30.tar.gz 1132438 BLAKE2B fda024052d0aa1af7254aa37975a62bcb1bd2dbeb020202853bc32c85e6859bda6153fb5e6af8f18a4bf29a11c5eb7bd5eaacc68ebbf20b7d2622cc0d04d77d1 SHA512 d1f6cd3895b7c217de49c214f8b86b1bb9ce97d540546f0004b7f320b7cf142652cf0ec51ce48cf32b89564bf408546bf10d5f4937544cf9e8a4d87d1db5bed5
-DIST linsmith-0.99.31.tar.gz 1138998 BLAKE2B c8b32bf2530b87a0bb9f2b7914e5ccdb6c8ad28b57b919b93c4ed0fb272a2e61f588adb3794b81565580a68413f3cb4e43ac861c4a70cce105d3e821d21eccf3 SHA512 0218992243ff5db6efa39e01d7eddf6d44d921fe4caf131d020416d320a542f19bd577a3bbd9fc8df5f1ccb62ba152d02f825bab8fae55dadd262c5dce47c076
diff --git a/sci-electronics/linsmith/files/linsmith-datafiles.patch b/sci-electronics/linsmith/files/linsmith-datafiles.patch
deleted file mode 100644
index cae7a2a7c28e..000000000000
--- a/sci-electronics/linsmith/files/linsmith-datafiles.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.am.old 2005-11-03 00:56:51.000000000 -0300
-+++ Makefile.am 2005-11-03 00:57:09.000000000 -0300
-@@ -20,15 +20,6 @@
- fi \
- done \
- fi
-- @$(NORMAL_INSTALL)
-- if test -d $(srcdir)/datafiles; then \
-- $(mkinstalldirs) $(DESTDIR)$(datadir)/$(PACKAGE); \
-- for datafile in $(srcdir)/datafiles/*; do \
-- if test -f $$datafile; then \
-- $(INSTALL_DATA) $$datafile $(DESTDIR)$(datadir)/$(PACKAGE); \
-- fi \
-- done \
-- fi
-
- dist-hook:
- if test -d pixmaps; then \
-@@ -39,11 +30,3 @@
- fi \
- done \
- fi
-- if test -d datafiles; then \
-- mkdir $(distdir)/datafiles; \
-- for datafile in datafiles/*; do \
-- if test -f $$datafile; then \
-- cp -p $$datafile $(distdir)/datafiles; \
-- fi \
-- done \
-- fi
diff --git a/sci-electronics/linsmith/linsmith-0.99.30-r1.ebuild b/sci-electronics/linsmith/linsmith-0.99.30-r1.ebuild
deleted file mode 100644
index 6ee6d95fdf63..000000000000
--- a/sci-electronics/linsmith/linsmith-0.99.30-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 and location of icon file
- # in .desktop file
- sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \
- -e "s/Encoding=/#Encoding=/" \
- -e "s#pixmaps/linsmith/l#pixmaps/l#" \
- ${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
- fi
-}
diff --git a/sci-electronics/linsmith/linsmith-0.99.31.ebuild b/sci-electronics/linsmith/linsmith-0.99.31.ebuild
deleted file mode 100644
index 911fd0398417..000000000000
--- a/sci-electronics/linsmith/linsmith-0.99.31.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-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"
-
-DOCS=( AUTHORS ChangeLog NEWS NOTES README THANKS TODO )
-
-src_prepare() {
- eapply_user
-
- # This patch is to prevent make install copying
- # the examples in /usr/share/linsmith
- # Now they are cp to the correct location.
- eapply -p0 "${FILESDIR}"/${PN}-datafiles.patch
-
- # fix QA warnings about wrong categories and location of icon file
- # in .desktop file
- sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \
- -e "s/Encoding=/#Encoding=/" \
- -e "s#pixmaps/linsmith/l#pixmaps/l#" \
- ${PN}.desktop || die
-
- # fix QA warnings about 'maintainer mode'
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- insinto "/usr/share/${PN}"
- doins datafiles/conv0809
-
- einstalldocs
- 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
- fi
-}
diff --git a/sci-electronics/linsmith/metadata.xml b/sci-electronics/linsmith/metadata.xml
deleted file mode 100644
index 0ca98970f31a..000000000000
--- a/sci-electronics/linsmith/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tomjbe@gentoo.org</email>
- <name>Thomas Beierlein</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-electronics@gentoo.org</email>
- <name>Gentoo Electronics Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">linsmith</remote-id>
- </upstream>
-</pkgmetadata>