hanno       14/03/22 17:39:47

  Modified:             ChangeLog
  Added:                ktoblzcheck-1.45.ebuild
  Log:
  ktoblzcheck version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xA5880072BBB51E42)

Revision  Changes    Path
1.87                 app-misc/ktoblzcheck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ktoblzcheck/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ktoblzcheck/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ktoblzcheck/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   28 Feb 2013 16:16:22 -0000      1.86
+++ ChangeLog   22 Mar 2014 17:39:46 -0000      1.87
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/ktoblzcheck
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.86 
2013/02/28 16:16:22 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.87 
2014/03/22 17:39:46 hanno Exp $
+
+*ktoblzcheck-1.45 (22 Mar 2014)
+
+  22 Mar 2014; Hanno Boeck <[email protected]> +ktoblzcheck-1.45.ebuild:
+  Version bump.
 
   28 Feb 2013; Christoph Junghans <[email protected]> ktoblzcheck-1.33.ebuild,
   ktoblzcheck-1.39.ebuild:



1.1                  app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild?rev=1.1&content-type=text/plain

Index: ktoblzcheck-1.45.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.45.ebuild,v 1.1 
2014/03/22 17:39:47 hanno Exp $

EAPI=4
PYTHON_DEPEND="python? 2:2.6"
inherit python

DESCRIPTION="Library to check account numbers and bank codes of German banks"
HOMEPAGE="http://ktoblzcheck.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="python"

RDEPEND="app-text/recode
        virtual/awk
        sys-apps/grep
        sys-apps/sed
        || ( net-misc/wget www-client/lynx )"
DEPEND="${RDEPEND}
        >=sys-devel/libtool-2.2.6b"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
        if use python; then
                python_set_active_version 2
                python_pkg_setup
        fi
}

src_prepare() {
        >py-compile
}

src_configure() {
        econf $(use_enable python)
}

src_install() {
        default
        find "${ED}" -name '*.la' -exec rm -f {} +
}

pkg_postinst() {
        use python && python_mod_optimize ktoblzcheck.py
}

pkg_postrm() {
        use python && python_mod_cleanup ktoblzcheck.py
}




Reply via email to