From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A8A5139694 for ; Sat, 24 Jun 2017 11:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEDD9E0DEE; Sat, 24 Jun 2017 11:01:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89EF0E0DEE for ; Sat, 24 Jun 2017 11:01:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 305FB34174F for ; Sat, 24 Jun 2017 11:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4597480 for ; Sat, 24 Jun 2017 11:01:41 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1498302094.a516c52822d2b2d22864268fd941025bc9bdf623.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/linsmith/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/linsmith/Manifest sci-electronics/linsmith/linsmith-0.99.28.ebuild sci-electronics/linsmith/linsmith-0.99.30.ebuild X-VCS-Directories: sci-electronics/linsmith/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: a516c52822d2b2d22864268fd941025bc9bdf623 X-VCS-Branch: master Date: Sat, 24 Jun 2017 11:01:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3d4b4f8b-1b54-46fa-bedc-9f7aa189fe20 X-Archives-Hash: 7f5ac0c95c234ee18c2254e8cd06bbf4 commit: a516c52822d2b2d22864268fd941025bc9bdf623 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Jun 24 11:01:34 2017 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Jun 24 11:01:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a516c528 Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-electronics/linsmith/Manifest | 1 - sci-electronics/linsmith/linsmith-0.99.28.ebuild | 65 ------------------------ sci-electronics/linsmith/linsmith-0.99.30.ebuild | 65 ------------------------ 3 files changed, 131 deletions(-) diff --git a/sci-electronics/linsmith/Manifest b/sci-electronics/linsmith/Manifest index 56f8576fa37..dd993c8b29b 100644 --- a/sci-electronics/linsmith/Manifest +++ b/sci-electronics/linsmith/Manifest @@ -1,2 +1 @@ -DIST linsmith-0.99.28.tar.gz 1132315 SHA256 22196edb6e4c72a45a3d0a794a0bb140ab5932a5e59a40e2e9ee143b53c4235d SHA512 0e8811b64703884dc44e0d8c6a6eeefbb3ba65d8af7573a87e1985e9061d3d947f5e35631dbca2444a9ef2600b523358d6b65089ae746312f9e3397a9dd99118 WHIRLPOOL 41416593eb0eb8913bbd1b9d4cc104830f18eb0835b5c262e8725f3a45162a012167d396205dfc362b9908ed35a7643540dc4fe055772c8806d7c02743746dcb DIST linsmith-0.99.30.tar.gz 1132438 SHA256 76739c0cdc13f193793842ea4ddd027a27143a6672994de485b9902c32a41aa3 SHA512 d1f6cd3895b7c217de49c214f8b86b1bb9ce97d540546f0004b7f320b7cf142652cf0ec51ce48cf32b89564bf408546bf10d5f4937544cf9e8a4d87d1db5bed5 WHIRLPOOL c79553bea2f35a4ed04ee028ca92c06856f13d1cb966242a1538e3719ea69330f531b1e7dcba7d6f38cdc29cedda987a2544545cea4aa1648393bcbbbeea0ac5 diff --git a/sci-electronics/linsmith/linsmith-0.99.28.ebuild b/sci-electronics/linsmith/linsmith-0.99.28.ebuild deleted file mode 100644 index 8323a48a295..00000000000 --- a/sci-electronics/linsmith/linsmith-0.99.28.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 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 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.30.ebuild b/sci-electronics/linsmith/linsmith-0.99.30.ebuild deleted file mode 100644 index 9ab130e8919..00000000000 --- a/sci-electronics/linsmith/linsmith-0.99.30.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2016 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 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 -}