idella4     15/02/11 06:22:17

  Modified:             ChangeLog
  Added:                lightblue-0.4-r1.ebuild
  Removed:              lightblue-0.4.ebuild
  Log:
  revbump, conversion -> distutils-r1, add IUSE examples, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  app-mobilephone/lightblue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Nov 2013 02:50:27 -0000       1.5
+++ ChangeLog   11 Feb 2015 06:22:17 -0000      1.6
@@ -1,6 +1,12 @@
 # ChangeLog for app-mobilephone/lightblue
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v 1.5 
2013/11/07 02:50:27 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v 1.6 
2015/02/11 06:22:17 idella4 Exp $
+
+*lightblue-0.4-r1 (11 Feb 2015)
+
+  11 Feb 2015; Ian Delaney <[email protected]> +lightblue-0.4-r1.ebuild,
+  -lightblue-0.4.ebuild:
+  revbump, conversion -> distutils-r1, add IUSE examples, rm old
 
   07 Nov 2013; Patrick Lauer <[email protected]> lightblue-0.4.ebuild:
   Shorten description, make repoman happier



1.1                  app-mobilephone/lightblue/lightblue-0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: lightblue-0.4-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild,v 1.1 
2015/02/11 06:22:17 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1

DESCRIPTION="Cross-platform Bluetooth API for Python which provides simple 
access to Bluetooth operations"
HOMEPAGE="http://lightblue.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND=">=dev-libs/openobex-1.3"
DEPEND=">=dev-python/pybluez-0.9[${PYTHON_USEDEP}]"

python_install_all() {
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}





Reply via email to