public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: smart-live-rebuild-1.3.4.ebuild ChangeLog
@ 2014-03-23 18:04 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-23 18:04 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/23 18:04:33

  Modified:             ChangeLog
  Added:                smart-live-rebuild-1.3.4.ebuild
  Log:
  Version bump with minor fixes.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	8 Dec 2013 12:29:32 -0000	1.60
+++ ChangeLog	23 Mar 2014 18:04:32 -0000	1.61
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/smart-live-rebuild
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.60 2013/12/08 12:29:32 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.61 2014/03/23 18:04:32 mgorny Exp $
+
+*smart-live-rebuild-1.3.4 (23 Mar 2014)
+
+  23 Mar 2014; Michał Górny <mgorny@gentoo.org>
+  +smart-live-rebuild-1.3.4.ebuild:
+  Version bump with minor fixes.
 
   08 Dec 2013; Johannes Huber <johu@gentoo.org>
   smart-live-rebuild-1.3.3.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.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.ebuild?rev=1.1&content-type=text/plain

Index: smart-live-rebuild-1.3.4.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.ebuild,v 1.1 2014/03/23 18:04:32 mgorny Exp $

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

inherit distutils-r1

DESCRIPTION="Check live packages for updates and emerge them as necessary"
HOMEPAGE="https://bitbucket.org/mgorny/smart-live-rebuild/"
SRC_URI="mirror://bitbucket/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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: smart-live-rebuild-1.3.4.ebuild ChangeLog
@ 2014-08-30 12:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-08-30 12:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/08/30 12:44:02

  Modified:             smart-live-rebuild-1.3.4.ebuild ChangeLog
  Log:
  Enable Python 3.4 on the release version.
  
  (Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild

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

Index: smart-live-rebuild-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smart-live-rebuild-1.3.4.ebuild	6 Jul 2014 13:17:27 -0000	1.2
+++ smart-live-rebuild-1.3.4.ebuild	30 Aug 2014 12:44:02 -0000	1.3
@@ -1,9 +1,9 @@
 # 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.ebuild,v 1.2 2014/07/06 13:17:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.ebuild,v 1.3 2014/08/30 12:44:02 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.65                 app-portage/smart-live-rebuild/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	6 Jul 2014 13:17:27 -0000	1.64
+++ ChangeLog	30 Aug 2014 12:44:02 -0000	1.65
@@ -1,6 +1,9 @@
 # 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.64 2014/07/06 13:17:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.65 2014/08/30 12:44:02 mgorny Exp $
+
+  30 Aug 2014; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.3.4.ebuild:
+  Enable Python 3.4 on the release version.
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.3.3.ebuild,
   smart-live-rebuild-1.3.4.ebuild, smart-live-rebuild-9999.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-30 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-30 12:44 [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: smart-live-rebuild-1.3.4.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-23 18:04 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox