diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-07-12 10:22:06 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-07-12 10:22:06 +0000 |
commit | 5b60f6d111a5536a01b61507f6ec4e3c8077e04b (patch) | |
tree | fa0ea4eb9ac12e568be08ca0ad2921e47be886df /net-dialup | |
parent | alpha/ia64/sparc stable wrt #271889 (diff) | |
download | gentoo-2-5b60f6d111a5536a01b61507f6ec4e3c8077e04b.tar.gz gentoo-2-5b60f6d111a5536a01b61507f6ec4e3c8077e04b.tar.bz2 gentoo-2-5b60f6d111a5536a01b61507f6ec4e3c8077e04b.zip |
Migrate to EAPI 2.
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/trayimonc/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/trayimonc/trayimonc-0.8-r1.ebuild (renamed from net-dialup/trayimonc/trayimonc-0.8.ebuild) | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/net-dialup/trayimonc/ChangeLog b/net-dialup/trayimonc/ChangeLog index 44dced1f62b6..8f538a1ff24a 100644 --- a/net-dialup/trayimonc/ChangeLog +++ b/net-dialup/trayimonc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/trayimonc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/trayimonc/ChangeLog,v 1.6 2009/02/15 20:33:20 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/trayimonc/ChangeLog,v 1.7 2009/07/12 10:22:06 mrness Exp $ + +*trayimonc-0.8-r1 (12 Jul 2009) + + 12 Jul 2009; Alin Năstac <mrness@gentoo.org> -trayimonc-0.8.ebuild, + +trayimonc-0.8-r1.ebuild: + Migrate to EAPI 2. 15 Feb 2009; Peter Alfredsen <loki_val@gentoo.org> +files/trayimonc-0.8-gcc43.patch, trayimonc-0.8.ebuild: diff --git a/net-dialup/trayimonc/trayimonc-0.8.ebuild b/net-dialup/trayimonc/trayimonc-0.8-r1.ebuild index 486d1c141119..39a8d9de6431 100644 --- a/net-dialup/trayimonc/trayimonc-0.8.ebuild +++ b/net-dialup/trayimonc/trayimonc-0.8-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/trayimonc/trayimonc-0.8.ebuild,v 1.3 2009/02/15 20:33:20 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/trayimonc/trayimonc-0.8-r1.ebuild,v 1.1 2009/07/12 10:22:06 mrness Exp $ + +EAPI="2" inherit kde eutils @@ -15,13 +17,11 @@ IUSE="xinerama debug" need-kde 3 -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch ${FILESDIR}/${P}-gcc43.patch } -src_compile() { +src_configure() { local myconf="" set-kdedir 3 @@ -30,8 +30,7 @@ src_compile() { useq debug && \ myconf="${myconf} --enable-debug=full" - econf $myconf && \ - emake || die "Compile has failed!" + econf $myconf } src_install() { |