diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2011-08-07 13:18:16 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2011-08-07 13:18:16 +0000 |
commit | 3478fc2b8d62eefa6874c287814e38400435c29b (patch) | |
tree | 581189b5406bacad9572cbcab62a603c5ff928b4 /media-tv | |
parent | Fix init script, bug #353620, by Alan Swanson <swanson at ukfsn dot org> and ... (diff) | |
download | gentoo-2-3478fc2b8d62eefa6874c287814e38400435c29b.tar.gz gentoo-2-3478fc2b8d62eefa6874c287814e38400435c29b.tar.bz2 gentoo-2-3478fc2b8d62eefa6874c287814e38400435c29b.zip |
Switch to EAPI 4.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/channeleditor/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-tv/channeleditor/ChangeLog b/media-tv/channeleditor/ChangeLog index 9b36557ebd3c..c26f0a679169 100644 --- a/media-tv/channeleditor/ChangeLog +++ b/media-tv/channeleditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/channeleditor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/ChangeLog,v 1.10 2011/06/07 19:40:39 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/ChangeLog,v 1.11 2011/08/07 13:18:16 billie Exp $ + + 07 Aug 2011; Daniel Pielmeier <billie@gentoo.org> + channeleditor-1.9.2.1-r1.ebuild: + Switch to EAPI 4. 07 Jun 2011; Daniel Pielmeier <billie@gentoo.org> -files/build.xml: Remove unused file. diff --git a/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild b/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild index 24f2ac577284..a144e438d893 100644 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild +++ b/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild,v 1.5 2011/06/07 19:40:39 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild,v 1.6 2011/08/07 13:18:16 billie Exp $ -EAPI="2" +EAPI=4 -JAVA_PKG_IUSE="source" +JAVA_PKG_IUSE=source inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Editor for VDR channels.conf" |