diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2013-03-04 19:20:40 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2013-03-04 19:20:40 +0000 |
commit | 841eb96b28f6892b31e129b366bfde0b436f717d (patch) | |
tree | eea3a7a0fb7274a5ef71207481cbbf1d280a2e5c | |
parent | Update MySQL pmask. (diff) | |
download | gentoo-2-841eb96b28f6892b31e129b366bfde0b436f717d.tar.gz gentoo-2-841eb96b28f6892b31e129b366bfde0b436f717d.tar.bz2 gentoo-2-841eb96b28f6892b31e129b366bfde0b436f717d.zip |
Switch to EAPI 5.
(Portage version: 2.1.11.52/cvs/Linux i686, signed Manifest commit with key 215AD14D)
-rw-r--r-- | media-tv/channeleditor/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/channeleditor/ChangeLog b/media-tv/channeleditor/ChangeLog index 2c4f58382535..128b120bc267 100644 --- a/media-tv/channeleditor/ChangeLog +++ b/media-tv/channeleditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/channeleditor -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/ChangeLog,v 1.12 2012/11/17 20:37:08 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/ChangeLog,v 1.13 2013/03/04 19:20:40 billie Exp $ + + 04 Mar 2013; Daniel Pielmeier <billie@gentoo.org> + channeleditor-1.9.2.1-r1.ebuild: + Switch to EAPI 5. 17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> channeleditor-1.9.2.1-r1.ebuild: 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 1bd217f7b970..a2ca08ce384f 100644 --- a/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild +++ b/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.7 2012/11/17 20:37:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/channeleditor/channeleditor-1.9.2.1-r1.ebuild,v 1.8 2013/03/04 19:20:40 billie Exp $ -EAPI=4 +EAPI=5 JAVA_PKG_IUSE=source inherit eutils java-pkg-2 java-ant-2 |