idella4     15/02/26 15:27:04

  Modified:             ChangeLog
  Added:                gresistor-0.0.1-r2.ebuild
  Log:
  revbump; convert -> distutils-r1, consent by maintainer hwoarang
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.9                  sci-electronics/gresistor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   17 Jun 2012 09:30:48 -0000      1.8
+++ ChangeLog   26 Feb 2015 15:27:04 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/gresistor
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.8 
2012/06/17 09:30:48 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gresistor/ChangeLog,v 1.9 
2015/02/26 15:27:04 idella4 Exp $
+
+*gresistor-0.0.1-r2 (26 Feb 2015)
+
+  26 Feb 2015; Ian Delaney <[email protected]> +gresistor-0.0.1-r2.ebuild:
+  revbump; convert -> distutils-r1, consent by maintainer hwoarang
 
 *gresistor-0.0.1-r1 (17 Jun 2012)
 
@@ -33,4 +38,3 @@
   +gresistor-0.0.1.ebuild, +metadata.xml:
   Initial commit. Fixes bug #265582. Thanks to Johanus
   <[email protected]> for the initial ebuild
-



1.1                  sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gresistor/gresistor-0.0.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: gresistor-0.0.1-r2.ebuild
===================================================================
# Copyright 1999-2015 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-r2.ebuild,v 
1.1 2015/02/26 15:27:04 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

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[${PYTHON_USEDEP}]
        x11-libs/gtk+:2
        gnome-base/libglade:2.0[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

pkg_setup() {
        python-single-r1_pkg_setup
}

python_prepare_all() {
        # fix typoes. Bug #416467
        sed -i "s:Sylver:Silver:" ${PN} ${PN}.glade || die
        distutils-r1_python_prepare_all
}

src_install() {
        distutils-r1_src_install
        newicon pixmaps/icon.png ${PN}.png
        domenu ${PN}.desktop
}




Reply via email to