public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pymountboot: ChangeLog pymountboot-0.2.ebuild
@ 2012-05-16 20:48 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-16 20:48 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/16 20:48:01

  Modified:             ChangeLog
  Added:                pymountboot-0.2.ebuild
  Log:
  Version bump. The new version is written in plain C.
  
  (Portage version: 2.2.0_alpha104_p20/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pymountboot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 May 2012 17:19:59 -0000	1.1
+++ ChangeLog	16 May 2012 20:48:01 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pymountboot
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.1 2012/05/11 17:19:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.2 2012/05/16 20:48:01 mgorny Exp $
+
+*pymountboot-0.2 (16 May 2012)
+
+  16 May 2012; Michał Górny <mgorny@gentoo.org> +pymountboot-0.2.ebuild:
+  Version bump. The new version is written in plain C.
 
 *pymountboot-0.1 (11 May 2012)
 



1.1                  dev-python/pymountboot/pymountboot-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.ebuild?rev=1.1&content-type=text/plain

Index: pymountboot-0.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.ebuild,v 1.1 2012/05/16 20:48:01 mgorny Exp $

EAPI=4
PYTHON_COMPAT='python2_6 python2_7'

inherit base python-distutils-ng

DESCRIPTION="Python extension module to (re)mount /boot"
HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

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

RDEPEND=">=sys-apps/util-linux-2.20"
DEPEND="${RDEPEND}"

python_prepare_all() {
	base_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pymountboot: ChangeLog pymountboot-0.2.ebuild
@ 2012-11-29 15:25 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2012-11-29 15:25 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/11/29 15:25:17

  Modified:             ChangeLog
  Removed:              pymountboot-0.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.4                  dev-python/pymountboot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 Oct 2012 13:47:14 -0000	1.3
+++ ChangeLog	29 Nov 2012 15:25:17 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pymountboot
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.3 2012/10/15 13:47:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.4 2012/11/29 15:25:17 mgorny Exp $
+
+  29 Nov 2012; Michał Górny <mgorny@gentoo.org> -pymountboot-0.2.ebuild:
+  Remove old.
 
 *pymountboot-0.2.1 (15 Oct 2012)
 





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

end of thread, other threads:[~2012-11-29 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 15:25 [gentoo-commits] gentoo-x86 commit in dev-python/pymountboot: ChangeLog pymountboot-0.2.ebuild Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-16 20:48 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