* [gentoo-commits] gentoo-x86 commit in dev-util/aap: aap-1.091-r2.ebuild ChangeLog
@ 2013-08-26 22:06 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-08-26 22:06 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/26 22:06:16
Modified: ChangeLog
Added: aap-1.091-r2.ebuild
Log:
Convert to python-single-r1. Remove redundant COPYING file, byte-compile Python modules, fix shebang. Acked by radhermit.
(Portage version: 2.2.1_p5/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.31 dev-util/aap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aap/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aap/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aap/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 5 Dec 2012 06:02:22 -0000 1.30
+++ ChangeLog 26 Aug 2013 22:06:16 -0000 1.31
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/aap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.30 2012/12/05 06:02:22 ottxor Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/ChangeLog,v 1.31 2013/08/26 22:06:16 mgorny Exp $
+
+*aap-1.091-r2 (26 Aug 2013)
+
+ 26 Aug 2013; Michał Górny <mgorny@gentoo.org> +aap-1.091-r2.ebuild:
+ Convert to python-single-r1. Remove redundant COPYING file, byte-compile
+ Python modules, fix shebang. Acked by radhermit.
*aap-1.091-r1 (05 Dec 2012)
1.1 dev-util/aap/aap-1.091-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aap/aap-1.091-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aap/aap-1.091-r2.ebuild?rev=1.1&content-type=text/plain
Index: aap-1.091-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/aap/aap-1.091-r2.ebuild,v 1.1 2013/08/26 22:06:16 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="Bram Moolenaar's super-make program"
HOMEPAGE="http://www.a-a-p.org/"
SRC_URI="mirror://sourceforge/a-a-p/${P}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc"
DEPEND="app-arch/unzip"
RDEPEND="${PYTHON_DEPS}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S=${WORKDIR}
src_install() {
rm doc/*.sgml doc/*.pdf COPYING || die
use doc && dohtml -r doc/*.html doc/images
rm -r doc/*.html doc/images || die
dodoc doc/*
doman aap.1
rm -r doc aap.1 || die
# Move the remainder directly into the dest tree
python_moduleinto /usr/share/aap
python_domodule .
# Create a symbolic link for the executable
dosym ../share/aap/aap /usr/bin/aap
python_fix_shebang "${ED}"/usr/share/aap/aap
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-26 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26 22:06 [gentoo-commits] gentoo-x86 commit in dev-util/aap: aap-1.091-r2.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