diff options
author | 2012-04-25 16:44:06 +0000 | |
---|---|---|
committer | 2012-04-25 16:44:06 +0000 | |
commit | e14c7a0d45f172d4a580a79325885b6e991b3987 (patch) | |
tree | 4b087c625787da0a4e38c623662c5d6c19592828 /x11-plugins | |
parent | Initial commit, ebuild by idella4 (diff) | |
download | historical-e14c7a0d45f172d4a580a79325885b6e991b3987.tar.gz historical-e14c7a0d45f172d4a580a79325885b6e991b3987.tar.bz2 historical-e14c7a0d45f172d4a580a79325885b6e991b3987.zip |
Drop unnessecary die
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
4 files changed, 18 insertions, 10 deletions
diff --git a/x11-plugins/compiz-plugins-extra/ChangeLog b/x11-plugins/compiz-plugins-extra/ChangeLog index 4219e9182e23..7b0ec367c446 100644 --- a/x11-plugins/compiz-plugins-extra/ChangeLog +++ b/x11-plugins/compiz-plugins-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/compiz-plugins-extra -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.16 2011/03/21 19:47:45 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.17 2012/04/25 16:43:47 jlec Exp $ + + 25 Apr 2012; Justin Lecher <jlec@gentoo.org> + compiz-plugins-extra-0.8.6-r1.ebuild: + Drop unnessecary die 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -compiz-plugins-extra-0.8.4-r1.ebuild, diff --git a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild index 4876927cac7e..1da247527006 100644 --- a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild +++ b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.5 2011/03/21 19:47:45 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.6 2012/04/25 16:43:47 jlec Exp $ EAPI="2" @@ -43,7 +43,7 @@ src_prepare() { # required to apply the above patch intltoolize --copy --force || die "intltoolize failed" - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { diff --git a/x11-plugins/compiz-plugins-main/ChangeLog b/x11-plugins/compiz-plugins-main/ChangeLog index 03c38f235d69..8bb5183018ee 100644 --- a/x11-plugins/compiz-plugins-main/ChangeLog +++ b/x11-plugins/compiz-plugins-main/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/compiz-plugins-main -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.15 2011/03/21 19:50:33 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/ChangeLog,v 1.16 2012/04/25 16:44:06 jlec Exp $ + + 25 Apr 2012; Justin Lecher <jlec@gentoo.org> + compiz-plugins-main-0.8.6-r1.ebuild: + Drop unnessecary die 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -compiz-plugins-main-0.8.4.ebuild, -compiz-plugins-main-0.8.4-r1.ebuild, diff --git a/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild b/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild index de10177bc758..cd93595ba79a 100644 --- a/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild +++ b/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild,v 1.4 2011/03/21 19:50:33 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild,v 1.5 2012/04/25 16:44:06 jlec Exp $ EAPI="2" @@ -38,7 +38,7 @@ src_prepare() { # required to apply the above patch intltoolize --copy --force || die "intltoolize failed" - eautoreconf || die "eautoreconf failed" + eautoreconf fi } |