hanno       15/01/04 18:54:46

  Modified:             ChangeLog
  Added:                ktoblzcheck-1.48.ebuild
  Removed:              ktoblzcheck-1.33.ebuild
  Log:
  ktoblzcheck bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  Changes    Path
1.89                 app-misc/ktoblzcheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   27 Dec 2014 15:50:20 -0000      1.88
+++ ChangeLog   4 Jan 2015 18:54:46 -0000       1.89
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/ktoblzcheck
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.88 
2014/12/27 15:50:20 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.89 
2015/01/04 18:54:46 hanno Exp $
+
+*ktoblzcheck-1.48 (04 Jan 2015)
+
+  04 Jan 2015; <[email protected]> -ktoblzcheck-1.33.ebuild,
+  +ktoblzcheck-1.48.ebuild:
+  Bump, remove old.
 
   27 Dec 2014; Michał Górny <[email protected]> ktoblzcheck-1.45.ebuild:
   Convert to python-single-r1.



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

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

Index: ktoblzcheck-1.48.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.48.ebuild,v 1.1 
2015/01/04 18:54:46 hanno Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1

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 )
        python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
        >=sys-devel/libtool-2.2.6b"
REQUIRED_USE=${PYTHON_REQUIRED_USE}

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
        use python && python-single-r1_pkg_setup
}

src_configure() {
        econf $(use_enable python)
}

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




Reply via email to