diff options
-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" |