summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 12:02:23 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 12:19:59 +0100
commit167e3875ccbec5bb3ba91885c372b75ea323d20b (patch)
tree34c24b1bccead16f2855dc5c34ece079ab43e0ec /sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild
parentsci-chemistry/pymol-plugins-msms: Drop old (diff)
downloadgentoo-167e3875ccbec5bb3ba91885c372b75ea323d20b.tar.gz
gentoo-167e3875ccbec5bb3ba91885c372b75ea323d20b.tar.bz2
gentoo-167e3875ccbec5bb3ba91885c372b75ea323d20b.zip
sci-electronics/gresistor: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild')
-rw-r--r--sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild b/sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild
deleted file mode 100644
index ee0557609f64..000000000000
--- a/sci-electronics/gresistor/gresistor-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils eutils
-
-DESCRIPTION="Translate a resistor color codes into a readable value"
-HOMEPAGE="http://www.roroid.ro/index.php?option=com_content&view=article&id=1:gresistor&catid=1:software-projects&Itemid=2"
-SRC_URI="http://www.roroid.ro/progs/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/pygtk:2
- x11-libs/gtk+:2
- gnome-base/libglade:2.0"
-RDEPEND="${DEPEND}"
-
-DOCS=(
- "README"
-)
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- # fix typoes. Bug #416467
- sed -i "s:Sylver:Silver:" ${PN} ${PN}.glade || die
-}
-
-src_install() {
- distutils_src_install
- newicon pixmaps/icon.png ${PN}.png
- domenu ${PN}.desktop
-}