diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-17 16:37:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-17 16:37:53 +0000 |
commit | 6351c4f2ac1ffb622b43fdb96fa75f4db105f544 (patch) | |
tree | 7f937671d0dc2ce37aa67142859b5ce4b37032e3 /sci-electronics | |
parent | Fixes bug #315757 with patch of arfrever (diff) | |
download | historical-6351c4f2ac1ffb622b43fdb96fa75f4db105f544.tar.gz historical-6351c4f2ac1ffb622b43fdb96fa75f4db105f544.tar.bz2 historical-6351c4f2ac1ffb622b43fdb96fa75f4db105f544.zip |
Initial commit. Fixes bug #265582
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gresistor/ChangeLog | 11 | ||||
-rw-r--r-- | sci-electronics/gresistor/Manifest | 4 | ||||
-rw-r--r-- | sci-electronics/gresistor/gresistor-0.0.1.ebuild | 31 | ||||
-rw-r--r-- | sci-electronics/gresistor/metadata.xml | 12 |
4 files changed, 58 insertions, 0 deletions
diff --git a/sci-electronics/gresistor/ChangeLog b/sci-electronics/gresistor/ChangeLog new file mode 100644 index 000000000000..48cb9b8d1c7a --- /dev/null +++ b/sci-electronics/gresistor/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-electronics/gresistor +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.1 2010/04/17 16:37:53 hwoarang Exp $ + +*gresistor-0.0.1 (17 Apr 2010) + + 17 Apr 2010; Markos Chandras <hwoarang@gentoo.org> + +gresistor-0.0.1.ebuild, +metadata.xml: + Initial commit. Fixes bug #265582. Thanks to Johanus + <johanus.dwbh@gmail.com> for the initial ebuild + diff --git a/sci-electronics/gresistor/Manifest b/sci-electronics/gresistor/Manifest new file mode 100644 index 000000000000..aee218589546 --- /dev/null +++ b/sci-electronics/gresistor/Manifest @@ -0,0 +1,4 @@ +DIST gresistor-0.0.1.tar.gz 25038 RMD160 fd4cb28ae4cbc5e1692131bb5d33b8d73f7db4e7 SHA1 41c7b7071ab1384a37effc1ed6880eb1f9a9c2ce SHA256 c343a0cb05422d216eca7941ac11987165630f21516a430e679ac41459c3c4c2 +EBUILD gresistor-0.0.1.ebuild 795 RMD160 0ea35bbb0fa7236089e99c1acb892e985ca65012 SHA1 47e7cbd27ed2a771520499aa8b76b9fc2c07e78e SHA256 0f0792c99b49651216951fa27e30861f40a31377101e98bfbd0a833e4eebba5f +MISC ChangeLog 458 RMD160 3d941030b1517b92a721e13ebd8c44988984ea06 SHA1 dcc258bafdc0df0e0c23ac7a0939cbbd65c47118 SHA256 b69c45bfbb87976539cf0455cb2d3292d6b01cda425fa580cbd6408c710f1b51 +MISC metadata.xml 299 RMD160 2e104f9e93f7c11fa27c83226511c841e1a3dbd4 SHA1 25472cd164d586761a84c06a7b1506c6a33c03b7 SHA256 90f87a1654ecc810fd74a96670dee08373b74500e39e378ceb0d64a9c45c6dc5 diff --git a/sci-electronics/gresistor/gresistor-0.0.1.ebuild b/sci-electronics/gresistor/gresistor-0.0.1.ebuild new file mode 100644 index 000000000000..bf3eeafe3edc --- /dev/null +++ b/sci-electronics/gresistor/gresistor-0.0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1.ebuild,v 1.1 2010/04/17 16:37:53 hwoarang Exp $ + +EAPI=2 +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="x11-libs/gtk+:2 + gnome-base/libglade" +RDEPEND="${DEPEND}" + +DOCS=( + "README" +) + +src_install() { + distutils_src_install + newicon pixmaps/icon.png ${PN}.png + domenu ${PN}.desktop +} diff --git a/sci-electronics/gresistor/metadata.xml b/sci-electronics/gresistor/metadata.xml new file mode 100644 index 000000000000..87afd6e36004 --- /dev/null +++ b/sci-electronics/gresistor/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>hwoarang@gentoo.org</email> +<name>Markos Chandras</name> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + |