diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-31 21:55:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-31 21:55:36 +0000 |
commit | b3219cdfe67475b7d63fe0a4b1064975c283f281 (patch) | |
tree | b48778439bb2dfe2e7021b0a10331571377a8646 /net-libs/libktorrent | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-b3219cdfe67475b7d63fe0a4b1064975c283f281.tar.gz gentoo-2-b3219cdfe67475b7d63fe0a4b1064975c283f281.tar.bz2 gentoo-2-b3219cdfe67475b7d63fe0a4b1064975c283f281.zip |
Version bump. Drop old.
(Portage version: 2.2_rc71/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.0.1.ebuild | 43 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.0.3.ebuild (renamed from net-libs/libktorrent/libktorrent-1.0.2.ebuild) | 11 |
3 files changed, 13 insertions, 50 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index 305e21f843ef..d739818689fe 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,13 @@ # 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.4 2010/07/09 11:39:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.5 2010/08/31 21:55:36 scarabeus Exp $ + +*libktorrent-1.0.3 (31 Aug 2010) + + 31 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -libktorrent-1.0.1.ebuild, -libktorrent-1.0.2.ebuild, + +libktorrent-1.0.3.ebuild: + Version bump. Drop old. *libktorrent-1.0.2 (09 Jul 2010) diff --git a/net-libs/libktorrent/libktorrent-1.0.1.ebuild b/net-libs/libktorrent/libktorrent-1.0.1.ebuild deleted file mode 100644 index 1e29cd664261..000000000000 --- a/net-libs/libktorrent/libktorrent-1.0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.1.ebuild,v 1.2 2010/06/22 19:30:24 scarabeus Exp $ - -EAPI="2" - -KDE_LINGUAS="ar ast be bg ca ca@valencia cs da de el en_GB eo es et eu fi fr ga -gl hi hne hr hu is it ja km ku lt lv ms nb nds nl nn oc pl pt pt_BR ro ru se si -sk sl sr sr@latin sv tr uk zh_CN zh_TW" -inherit kde4-base - -KTORRENT_VERSION="4.0.1" -DESCRIPTION="A BitTorrent library based on KDE Platform" -HOMEPAGE="http://ktorrent.org/" -SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -SLOT="4" -IUSE="debug doc" - -COMMONDEPEND=" - app-crypt/qca:2 - dev-libs/gmp -" -DEPEND="${COMMONDEPEND} - dev-libs/boost - sys-devel/gettext - doc? ( app-doc/doxygen[-nodot] ) -" -RDEPEND="${COMMONDEPEND}" - -src_compile() { - cmake-utils_src_compile - - use doc && cmake-utils_src_compile docs -} - -src_install() { - use doc && HTML_DOCS="${CMAKE_BUILD_DIR}"/apidocs/html/ - - cmake-utils_src_install -} diff --git a/net-libs/libktorrent/libktorrent-1.0.2.ebuild b/net-libs/libktorrent/libktorrent-1.0.3.ebuild index 84f36fd61e91..5fea3cfc1fb8 100644 --- a/net-libs/libktorrent/libktorrent-1.0.2.ebuild +++ b/net-libs/libktorrent/libktorrent-1.0.3.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2010/07/09 11:39:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.0.3.ebuild,v 1.1 2010/08/31 21:55:36 scarabeus Exp $ EAPI="2" @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]] ; then KMNAME="extragear/network" else # upstream likes to skip that _ in beta releases - KTORRENT_VERSION="4.0.2" + KTORRENT_VERSION="4.0.3" MY_PV="${PV/_/}" MY_P="${PN}-${MY_PV}" @@ -30,16 +30,15 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="4" IUSE="debug doc" -COMMONDEPEND=" +RDEPEND=" app-crypt/qca:2 dev-libs/gmp " -DEPEND="${COMMONDEPEND} +DEPEND="${RDEPEND} dev-libs/boost sys-devel/gettext doc? ( app-doc/doxygen[-nodot] ) " -RDEPEND="${COMMONDEPEND}" src_compile() { cmake-utils_src_compile @@ -48,7 +47,7 @@ src_compile() { } src_install() { - use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/") + use doc && HTML_DOCS=( "${CMAKE_BUILD_DIR}/apidocs/html/" ) cmake-utils_src_install } |