diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-18 20:04:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-18 20:04:51 +0000 |
commit | 1cb0ee1144faf12789d31319e4d648821442a6bb (patch) | |
tree | 0317fbaf203a29c7d7b11349a5d2cf24f417cda0 /net-libs | |
parent | Stable for HPPA (bug #323529). (diff) | |
download | gentoo-2-1cb0ee1144faf12789d31319e4d648821442a6bb.tar.gz gentoo-2-1cb0ee1144faf12789d31319e4d648821442a6bb.tar.bz2 gentoo-2-1cb0ee1144faf12789d31319e4d648821442a6bb.zip |
Update the syntax to not spit qa warns.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.0.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index f97c6ec4697c..d19f118953c6 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libktorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.6 2010/10/18 19:59:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.7 2010/10/18 20:04:51 scarabeus Exp $ + + 18 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + libktorrent-1.0.4.ebuild: + Update the syntax to not spit qa warns. *libktorrent-1.0.4 (18 Oct 2010) diff --git a/net-libs/libktorrent/libktorrent-1.0.4.ebuild b/net-libs/libktorrent/libktorrent-1.0.4.ebuild index d79281aa1573..1a2d4f5cce24 100644 --- a/net-libs/libktorrent/libktorrent-1.0.4.ebuild +++ b/net-libs/libktorrent/libktorrent-1.0.4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.4.ebuild,v 1.1 2010/10/18 19:59:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.4.ebuild,v 1.2 2010/10/18 20:04:51 scarabeus Exp $ EAPI=3 KMNAME="extragear/network" -inherit kde4-base versionator - if [[ ${PV} != 9999* ]]; then + inherit versionator # upstream likes to skip that _ in beta releases KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_after_major_version) MY_PV="${PV/_/}" @@ -19,6 +18,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" fi +inherit kde4-base DESCRIPTION="A BitTorrent library based on KDE Platform" HOMEPAGE="http://ktorrent.org/" |