* [gentoo-commits] gentoo-x86 commit in dev-python/pkginfo: pkginfo-0.9.ebuild ChangeLog
@ 2012-11-01 18:05 Ian Delaney (idella4)
0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2012-11-01 18:05 UTC (permalink / raw
To: gentoo-commits
idella4 12/11/01 18:05:53
Modified: pkginfo-0.9.ebuild ChangeLog
Log:
Fixed bug #438598, prevents double compression
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-python/pkginfo/pkginfo-0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild?r1=1.1&r2=1.2
Index: pkginfo-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkginfo-0.9.ebuild 8 May 2012 10:37:21 -0000 1.1
+++ pkginfo-0.9.ebuild 1 Nov 2012 18:05:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild,v 1.1 2012/05/08 10:37:21 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/pkginfo-0.9.ebuild,v 1.2 2012/11/01 18:05:53 idella4 Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -55,7 +55,8 @@
fi
if use examples; then
- insinto usr/share/doc/${PF}/
- doins -r docs/examples/
+ docompress -x usr/share/doc/${PF}/examples/
+ insinto usr/share/doc/${PF}/examples/
+ doins docs/examples/*
fi
}
1.3 dev-python/pkginfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pkginfo/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 8 May 2012 10:37:21 -0000 1.2
+++ ChangeLog 1 Nov 2012 18:05:53 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pkginfo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.2 2012/05/08 10:37:21 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkginfo/ChangeLog,v 1.3 2012/11/01 18:05:53 idella4 Exp $
+
+ 02 Nov 2012; Ian Delaney <idella4@gentoo.org> pkginfo-0.9.ebuild:
+ Fixed bug #438598, prevents double compression
*pkginfo-0.9 (08 May 2012)
@@ -12,4 +15,3 @@
27 Apr 2012; Theo Chatzimichos <tampakrap@gentoo.org> +metadata.xml,
+pkginfo-0.8.ebuild:
Initial commit, ebuild by idella4
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-01 18:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 18:05 [gentoo-commits] gentoo-x86 commit in dev-python/pkginfo: pkginfo-0.9.ebuild ChangeLog Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox