diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-10-15 09:54:42 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-10-15 09:54:42 +0000 |
commit | b5bcd6dad2d5acff96d054580fcf361ff80c6dbc (patch) | |
tree | c2b5d9c89a8495a78a73b315da2ed225e025134c /x11-plugins | |
parent | Initial import from qt overlay. New razor-qt 0.5.0 release. (diff) | |
download | gentoo-2-b5bcd6dad2d5acff96d054580fcf361ff80c6dbc.tar.gz gentoo-2-b5bcd6dad2d5acff96d054580fcf361ff80c6dbc.tar.bz2 gentoo-2-b5bcd6dad2d5acff96d054580fcf361ff80c6dbc.zip |
Version bump, ebuild cleanup and EAPI bump, remove old
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/msn-pecan/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/msn-pecan/msn-pecan-0.1.4.ebuild (renamed from x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild) | 13 |
2 files changed, 14 insertions, 7 deletions
diff --git a/x11-plugins/msn-pecan/ChangeLog b/x11-plugins/msn-pecan/ChangeLog index 74b8cfaa38dc..81d53b416311 100644 --- a/x11-plugins/msn-pecan/ChangeLog +++ b/x11-plugins/msn-pecan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/msn-pecan # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.12 2012/05/05 05:12:03 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/ChangeLog,v 1.13 2012/10/15 09:54:42 voyageur Exp $ + +*msn-pecan-0.1.4 (15 Oct 2012) + + 15 Oct 2012; Bernard Cafarelli <voyageur@gentoo.org> -msn-pecan-0.1.2.ebuild, + +msn-pecan-0.1.4.ebuild: + Version bump, ebuild cleanup and EAPI bump, remove old 05 May 2012; Jeff Horelick <jdhore@gentoo.org> msn-pecan-0.1.2.ebuild, msn-pecan-0.1.3.ebuild: diff --git a/x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild b/x11-plugins/msn-pecan/msn-pecan-0.1.4.ebuild index fe92f1dfe72f..5534e4070df9 100644 --- a/x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild +++ b/x11-plugins/msn-pecan/msn-pecan-0.1.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.2.ebuild,v 1.2 2012/05/05 05:12:03 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/msn-pecan/msn-pecan-0.1.4.ebuild,v 1.1 2012/10/15 09:54:42 voyageur Exp $ -EAPI="2" +EAPI=4 inherit eutils toolchain-funcs multilib @@ -25,16 +25,17 @@ S=${WORKDIR}/${P/_/-} src_prepare() { sed -e "/^LDFLAGS/{s/$/ ${LDFLAGS}/;}" \ - -e "/^CFLAGS/{s/$/ ${CFLAGS}/;}" -i Makefile || die + -e "/^CFLAGS/{s/$/ ${CFLAGS}/;}" -i Makefile \ + || die "Flags sed failed" } src_compile() { - emake CC="$(tc-getCC)" || die + emake CC="$(tc-getCC)" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README TODO || die "dodoc failed" + emake DESTDIR="${D}" install + dodoc ChangeLog README TODO } pkg_postinst() { |