mgorny      14/12/03 17:52:15

  Modified:             ChangeLog
  Added:                smart-live-rebuild-1.3.4.1.ebuild
  Log:
  Version bump with fix for syntax error, bug #531530.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.67                 app-portage/smart-live-rebuild/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   2 Dec 2014 20:46:39 -0000       1.66
+++ ChangeLog   3 Dec 2014 17:52:15 -0000       1.67
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/smart-live-rebuild
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 
1.66 2014/12/02 20:46:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 
1.67 2014/12/03 17:52:15 mgorny Exp $
+
+*smart-live-rebuild-1.3.4.1 (03 Dec 2014)
+
+  03 Dec 2014; Michał Górny <[email protected]>
+  +smart-live-rebuild-1.3.4.1.ebuild:
+  Version bump with fix for syntax error, bug #531530.
 
   02 Dec 2014; Markus Meier <[email protected]>
   smart-live-rebuild-1.3.4.ebuild:



1.1                  
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild?rev=1.1&content-type=text/plain

Index: smart-live-rebuild-1.3.4.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild,v
 1.1 2014/12/03 17:52:15 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Check live packages for updates and emerge them as necessary"
HOMEPAGE="https://bitbucket.org/mgorny/smart-live-rebuild/";
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2";

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"

python_test() {
        esetup.py test
}

python_install_all() {
        distutils-r1_python_install_all

        insinto /etc/portage
        newins smart-live-rebuild.conf{.example,}
        insinto /usr/share/portage/config/sets
        newins sets.conf.example ${PN}.conf
}




Reply via email to