diff options
author | 2014-07-27 16:58:54 +0000 | |
---|---|---|
committer | 2014-07-27 16:58:54 +0000 | |
commit | 0ef66c2263d537ed3720ab6acc6519defbf38bae (patch) | |
tree | 50f19ef90a25798c557e7834057c261da6b524d7 /media-video/clive | |
parent | old (diff) | |
download | gentoo-2-0ef66c2263d537ed3720ab6acc6519defbf38bae.tar.gz gentoo-2-0ef66c2263d537ed3720ab6acc6519defbf38bae.tar.bz2 gentoo-2-0ef66c2263d537ed3720ab6acc6519defbf38bae.zip |
Use EAPI=5.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-video/clive')
-rw-r--r-- | media-video/clive/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/clive/clive-2.3.0.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-video/clive/ChangeLog b/media-video/clive/ChangeLog index 634d1e6cada3..0ddb15ac0477 100644 --- a/media-video/clive/ChangeLog +++ b/media-video/clive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/clive -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.73 2012/09/28 01:29:07 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/ChangeLog,v 1.74 2014/07/27 16:58:54 ssuominen Exp $ + + 27 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> clive-2.3.0.1.ebuild: + Use EAPI=5. *clive-2.3.0.1 (28 Sep 2012) diff --git a/media-video/clive/clive-2.3.0.1.ebuild b/media-video/clive/clive-2.3.0.1.ebuild index 3fde7d5a9d0f..786c679cce59 100644 --- a/media-video/clive/clive-2.3.0.1.ebuild +++ b/media-video/clive/clive-2.3.0.1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-2.3.0.1.ebuild,v 1.1 2012/09/28 01:29:07 vapier Exp $ - -EAPI=4 +# $Header: /var/cvsroot/gentoo-x86/media-video/clive/clive-2.3.0.1.ebuild,v 1.2 2014/07/27 16:58:54 ssuominen Exp $ +EAPI=5 inherit perl-app DESCRIPTION="Command line tool for extracting videos from various websites" |