diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-26 18:29:25 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-26 20:15:00 -0400 |
commit | 8d182064618ae0c4d77274818c791c472bb18a59 (patch) | |
tree | ce4ebeeccce7ed955d2cff289f55088eeff2e2ae /media-sound | |
parent | media-sound/dvda-author: drop EAPI=2 (diff) | |
download | gentoo-8d182064618ae0c4d77274818c791c472bb18a59.tar.gz gentoo-8d182064618ae0c4d77274818c791c472bb18a59.tar.bz2 gentoo-8d182064618ae0c4d77274818c791c472bb18a59.zip |
media-sound/modplugtools: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/modplugtools/modplugtools-0.5.1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/modplugtools/modplugtools-0.5.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/modplugtools/modplugtools-0.5.1.ebuild b/media-sound/modplugtools/modplugtools-0.5.1.ebuild index df70b05c35e3..9a23e39efd48 100644 --- a/media-sound/modplugtools/modplugtools-0.5.1.ebuild +++ b/media-sound/modplugtools/modplugtools-0.5.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="libmodplug based module players modplug123 and modplugplay" HOMEPAGE="http://modplug-xmms.sourceforge.net/" @@ -20,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO + default } diff --git a/media-sound/modplugtools/modplugtools-0.5.3.ebuild b/media-sound/modplugtools/modplugtools-0.5.3.ebuild index ec6a84193ef0..ccedcc19c077 100644 --- a/media-sound/modplugtools/modplugtools-0.5.3.ebuild +++ b/media-sound/modplugtools/modplugtools-0.5.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=7 DESCRIPTION="libmodplug based module players modplug123 and modplugplay" HOMEPAGE="http://modplug-xmms.sourceforge.net/" @@ -20,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO + default } |