summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-09-28 14:57:59 +0000
committerJeroen Roovers <jer@gentoo.org>2012-09-28 14:57:59 +0000
commitb16b1c79470db87dc03f3ba2f5411c23ffbd3c34 (patch)
tree20d96fe958382068e47248394bd54e980179db99 /x11-misc
parentVersion bump. Thanks to Ivan Baidakou <the.dmol@gmail.com> for the ebuild. #4... (diff)
downloadgentoo-2-b16b1c79470db87dc03f3ba2f5411c23ffbd3c34.tar.gz
gentoo-2-b16b1c79470db87dc03f3ba2f5411c23ffbd3c34.tar.bz2
gentoo-2-b16b1c79470db87dc03f3ba2f5411c23ffbd3c34.zip
Fix Manifest to allow newer tarball with same name but without the compiled sources, remove related command in src_prepare().
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/parcellite/ChangeLog6
-rw-r--r--x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog
index 68f7866a465a..a54e1f04dd2b 100644
--- a/x11-misc/parcellite/ChangeLog
+++ b/x11-misc/parcellite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/parcellite
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.21 2012/08/15 20:51:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.22 2012/09/28 14:57:59 jer Exp $
+
+ 28 Sep 2012; Jeroen Roovers <jer@gentoo.org> parcellite-1.0.2_rc5.ebuild:
+ Fix Manifest to allow newer tarball with same name but without the compiled
+ sources, remove related command in src_prepare().
15 Aug 2012; Johannes Huber <johu@gentoo.org> parcellite-1.0.2_rc5.ebuild:
Stable for x86, wrt bug #428048
diff --git a/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild b/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild
index 2a297ca6fa59..74b7e4a321ab 100644
--- a/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild
+++ b/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild
@@ -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/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild,v 1.4 2012/08/15 20:51:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc5.ebuild,v 1.5 2012/09/28 14:57:59 jer Exp $
EAPI=4
inherit autotools eutils fdo-mime
@@ -29,8 +29,6 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-glib-2.31.patch
- # Doh! Tarballs contains compiled target
- emake clean
eautoreconf
}