public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: ChangeLog smart-live-rebuild-1.2.ebuild smart-live-rebuild-1.1.4.ebuild
@ 2011-08-31  8:22 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-08-31  8:22 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/08/31 08:22:24

  Modified:             ChangeLog
  Added:                smart-live-rebuild-1.2.ebuild
  Removed:              smart-live-rebuild-1.1.4.ebuild
  Log:
  Version bump. The new version improves support for multiple packages sharing the same repo (bugs #381075, #381137).
  
  (Portage version: 2.2.0_alpha51_p63/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	14 Aug 2011 20:47:56 -0000	1.28
+++ ChangeLog	31 Aug 2011 08:22:23 -0000	1.29
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/smart-live-rebuild
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.28 2011/08/14 20:47:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.29 2011/08/31 08:22:23 mgorny Exp $
+
+*smart-live-rebuild-1.2 (31 Aug 2011)
+
+  31 Aug 2011; Michał Górny <mgorny@gentoo.org>
+  -smart-live-rebuild-1.1.4.ebuild, +smart-live-rebuild-1.2.ebuild:
+  Version bump. The new version improves support for multiple packages sharing
+  the same repo (bugs #381075, #381137).
 
 *smart-live-rebuild-1.1.4 (14 Aug 2011)
 



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

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

Index: smart-live-rebuild-1.2.ebuild
===================================================================
# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/08/31 08:22:24 mgorny Exp $

EAPI=3

PYTHON_DEPEND='*:2.6'
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS='2.4 2.5'
DISTUTILS_SRC_TEST=setup.py

inherit base distutils

DESCRIPTION="Check live packages for updates and emerge them as necessary"
HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"

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

RDEPEND=">=app-portage/gentoopm-0.2.1"

PYTHON_MODNAME=smartliverebuild

src_prepare() {
	base_src_prepare
	distutils_src_prepare
}

src_install() {
	distutils_src_install

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-31  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31  8:22 [gentoo-commits] gentoo-x86 commit in app-portage/smart-live-rebuild: ChangeLog smart-live-rebuild-1.2.ebuild smart-live-rebuild-1.1.4.ebuild 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