aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-04-27 21:52:36 -0400
committerJonathan Callen <abcd@gentoo.org>2011-04-27 21:52:36 -0400
commit7dab287bd58a6d853388df8d42938db4318deb65 (patch)
treeaedff9faa7bb3a43ba1eb8c74fe1e791958d85ce /net-p2p
parentRemove redundant seds to replace the KDE4WORKBASE_ bits, the eclass now handl... (diff)
downloadkde-7dab287bd58a6d853388df8d42938db4318deb65.tar.gz
kde-7dab287bd58a6d853388df8d42938db4318deb65.tar.bz2
kde-7dab287bd58a6d853388df8d42938db4318deb65.zip
Use EAPI=4 when possible, massive cleanup
(Portage version: 2.2.0_alpha30/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 229E5838)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ktorrent/Manifest22
-rw-r--r--net-p2p/ktorrent/ktorrent-9999.ebuild4
2 files changed, 23 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest
index 51530ea030..36c0519ccc 100644
--- a/net-p2p/ktorrent/Manifest
+++ b/net-p2p/ktorrent/Manifest
@@ -1,2 +1,22 @@
-EBUILD ktorrent-9999.ebuild 3181 RMD160 72dbbda2d4a92df5078512299b816729cd591e74 SHA1 843afd84bb29e871e99d9dab6dcff0590cd3f5a3 SHA256 3d66cabd46248322a4514bf8a890c52b68cd6d440400774fb9d665f5d07e31f0
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD ktorrent-9999.ebuild 3175 RMD160 2c4682eaf1ac776019df6570169dedc768bf2cc7 SHA1 90cfb4a65ad7b12c153a410edd7a031542858438 SHA256 8c51568ba52e6dc0423b37f72b9cae6570dba14c1472ace0c46beebe842525b6
MISC metadata.xml 1425 RMD160 57a8dc4f1f121a577f042faea242dcb4bada8f7a SHA1 85f5015342bc1ffbedc1da1171260c05ee6b4eb8 SHA256 589714ec7f93ed39929de5c133b7aa98714b4223298d98b7c0585e6263258c30
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iQIcBAEBCAAGBQJNuMhYAAoJELHSF2kinlg46QwP/R3atJ7pCb/KpgO0PANtxD+6
+e9StN4nch/uVWClnSHyyFEDqNhL9Dl5YRNs2DH7+fTrGbpD+81KtqFFU0E/0TWaM
+ZCIVlvREYQacILAbormIjc1y22rAeqQpSOtSX3qCURhz78heWBHXHm1UKCVwd8Md
+nnFLvkqqA+sKXE9YvyKSx0JrS8ewXGjWgBUYGPd7cvgiteFPhA0Eg4TvKN+pUFsr
+LT+/HMIE/s7mKNMypCsIj7TYqIFREwIlhWpFM/VF37YicpsFIf4LjTCkjc+AbjsP
+Bi7or2Cs/WGBwRDmhKKjCw4wBavgYD/c/W9aUrHVKeTqFABzBBj9zw58e9DEUfxm
+nhqLOkNqYxQolUYGWfSF+MoZjmdAr/VMGhUJg4ZtIO2d5CUbQq6WthUSb2zHPQs9
+m7B1mdmbTLX+I29LKDHzx3vf3yjk4qX2gDCeC9OIBAcFePjfIhpGTT4hgAMeNqs5
+RyZ/QVcHHXc0hIVbgLPmDUYMeCBbNV0OVxAKVSzQwTIx/0CAbH+4ksyCKH5mYLX1
+sJSBKDlfqjaWknApRBp3U/Nqb/kb5MT2w4yUP0PyURr4AH0QwVrw/vfHOwaBhB5j
+GEVcmA8vM3HrQ9qM4QI/eB6K4eC+w0lcOkz5GOlzakcFt3MTaqlw52EZ85xjXQs5
+3WHvN9BReV0WkZwAx9d/
+=kEVJ
+-----END PGP SIGNATURE-----
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild
index 7366758cc3..d4feb898f4 100644
--- a/net-p2p/ktorrent/ktorrent-9999.ebuild
+++ b/net-p2p/ktorrent/ktorrent-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.0.5.ebuild,v 1.6 2011/01/17 01:08:40 ranger Exp $
-EAPI=3
+EAPI=4
KDE_SCM="git"
KDE_MINIMAL="4.5"
@@ -12,7 +12,7 @@ if [[ ${PV} != 9999* ]]; then
inherit versionator
# upstream likes to skip that _ in beta releases
MY_PV="${PV/_/}"
- LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 ${PV})
+ LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3)
LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 2)+1))
MY_P="${PN}-${MY_PV}"
KDE_HANDBOOK="optional"