* [gentoo-commits] gentoo-x86 commit in app-portage/portpeek: portpeek-1.9.74.ebuild ChangeLog
@ 2011-10-21 13:27 Mike Pagano (mpagano)
0 siblings, 0 replies; only message in thread
From: Mike Pagano (mpagano) @ 2011-10-21 13:27 UTC (permalink / raw
To: gentoo-commits
mpagano 11/10/21 13:27:24
Modified: ChangeLog
Added: portpeek-1.9.74.ebuild
Log:
Fix line handling if package is not installed and contains special character. Add parameter to ask the user for confirmation before modifiying package files. Update man page for fix-confirm functionality.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Revision Changes Path
1.122 app-portage/portpeek/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portpeek/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portpeek/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portpeek/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 13 Oct 2011 19:05:56 -0000 1.121
+++ ChangeLog 21 Oct 2011 13:27:24 -0000 1.122
@@ -1,6 +1,13 @@
# ChangeLog for app-portage/portpeek
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.121 2011/10/13 19:05:56 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.122 2011/10/21 13:27:24 mpagano Exp $
+
+*portpeek-1.9.74 (21 Oct 2011)
+
+ 21 Oct 2011; Michael Pagano <mpagano@gentoo.org> +portpeek-1.9.74.ebuild:
+ Fix line handling if package is not installed and contains special character.
+ Add parameter to ask the user for confirmation before modifiying package
+ files. Update man page for fix-confirm functionality.
*portpeek-2.0.12 (13 Oct 2011)
1.1 app-portage/portpeek/portpeek-1.9.74.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portpeek/portpeek-1.9.74.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portpeek/portpeek-1.9.74.ebuild?rev=1.1&content-type=text/plain
Index: portpeek-1.9.74.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-1.9.74.ebuild,v 1.1 2011/10/21 13:27:24 mpagano Exp $
EAPI="2"
PYTHON_DEPEND="2"
inherit eutils python
DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND=">=app-portage/gentoolkit-0.3.0.4
>=sys-apps/portage-2.1.10.11
|| ( dev-lang/python:2.6 dev-lang/python:2.7 )"
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
python_convert_shebangs 2 portpeek
}
src_install() {
dobin ${PN} || die "dobin failed"
doman *.[0-9]
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-21 13:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21 13:27 [gentoo-commits] gentoo-x86 commit in app-portage/portpeek: portpeek-1.9.74.ebuild ChangeLog Mike Pagano (mpagano)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox