diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-16 21:05:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-16 21:05:18 +0200 |
commit | b3b1862966c30d2cc0adccbb284678dfcc5af436 (patch) | |
tree | 0f5c5ed4fa469cb49f09c3d7ee64c94c71d6e93d /dev-vcs | |
parent | media-sound/rosegarden: Drop 1.5.1 (diff) | |
download | kde-sunset-b3b1862966c30d2cc0adccbb284678dfcc5af436.tar.gz kde-sunset-b3b1862966c30d2cc0adccbb284678dfcc5af436.tar.bz2 kde-sunset-b3b1862966c30d2cc0adccbb284678dfcc5af436.zip |
dev-vcs/kdesvn: EAPI-5 bump to fix fatal error w/ cmake-utils.eclass
Bare minimum that hopefully will "work". Not that SRC_URI still does.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/kdesvn/kdesvn-1.0.5.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/kdesvn/metadata.xml | 8 |
2 files changed, 2 insertions, 11 deletions
diff --git a/dev-vcs/kdesvn/kdesvn-1.0.5.ebuild b/dev-vcs/kdesvn/kdesvn-1.0.5.ebuild index 1e0207e3..f5ebf46c 100644 --- a/dev-vcs/kdesvn/kdesvn-1.0.5.ebuild +++ b/dev-vcs/kdesvn/kdesvn-1.0.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdesvn/kdesvn-1.0.5.ebuild,v 1.4 2009/08/12 16:45:46 wired Exp $ -EAPI="2" +EAPI=5 inherit cmake-utils qt3 kde-functions versionator diff --git a/dev-vcs/kdesvn/metadata.xml b/dev-vcs/kdesvn/metadata.xml index dc020aaf..7a38bb90 100644 --- a/dev-vcs/kdesvn/metadata.xml +++ b/dev-vcs/kdesvn/metadata.xml @@ -2,12 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <maintainer> - <email>george@gentoo.org</email> - <name>George Shapovalov</name> - </maintainer> - <maintainer> - <email>tampakrap@gentoo.org</email> - <name>Theo Chatzimichos</name> - </maintainer> </pkgmetadata> |