public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/flaggie: flaggie-0.2-r3.ebuild ChangeLog
@ 2012-12-09 23:11 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-12-09 23:11 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/09 23:11:30

  Modified:             ChangeLog
  Added:                flaggie-0.2-r3.ebuild
  Log:
  Enable python3.3 and pypy1.8.
  
  (Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.41                 app-portage/flaggie/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/flaggie/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/flaggie/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/flaggie/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	2 Dec 2012 14:37:49 -0000	1.40
+++ ChangeLog	9 Dec 2012 23:11:30 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/flaggie
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.40 2012/12/02 14:37:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.41 2012/12/09 23:11:30 mgorny Exp $
+
+*flaggie-0.2-r3 (09 Dec 2012)
+
+  09 Dec 2012; Michał Górny <mgorny@gentoo.org> +flaggie-0.2-r3.ebuild:
+  Enable python3.3 and pypy1.8.
 
   02 Dec 2012; <ago@gentoo.org> flaggie-0.2-r2.ebuild:
   Stable for amd64, wrt bug #445178



1.1                  app-portage/flaggie/flaggie-0.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/flaggie/flaggie-0.2-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/flaggie/flaggie-0.2-r3.ebuild?rev=1.1&content-type=text/plain

Index: flaggie-0.2-r3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.2-r3.ebuild,v 1.1 2012/12/09 23:11:30 mgorny Exp $

EAPI=4
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )

inherit bash-completion-r1 distutils-r1

DESCRIPTION="A smart CLI mangler for package.* files"
HOMEPAGE="https://bitbucket.org/mgorny/flaggie/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

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

RDEPEND=">=sys-apps/portage-2.1.8.3"

python_install_all() {
	newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN}
	distutils-r1_python_install_all
}

pkg_postinst() {
	ewarn "Please denote that flaggie creates backups of your package.* files"
	ewarn "before performing each change through appending a single '~'."
	ewarn "If you'd like to keep your own backup of them, please use another"
	ewarn "naming scheme (or even better some VCS)."
	elog
	elog "bash-completion support requires:"
	elog "	app-shells/gentoo-bashcomp"
	has_version app-shells/gentoo-bashcomp && \
		elog "(installed already)"
}





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

only message in thread, other threads:[~2012-12-09 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 23:11 [gentoo-commits] gentoo-x86 commit in app-portage/flaggie: flaggie-0.2-r3.ebuild ChangeLog 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