summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-03-10 10:50:03 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-03-10 10:50:03 +0000
commita69e20271913455d749cd274fca6f7de1a9f6012 (patch)
tree18e8fc30605ebadf240a86937d33f2536ec9f339 /net-libs/libktorrent
parentremove old (diff)
downloadgentoo-2-a69e20271913455d749cd274fca6f7de1a9f6012.tar.gz
gentoo-2-a69e20271913455d749cd274fca6f7de1a9f6012.tar.bz2
gentoo-2-a69e20271913455d749cd274fca6f7de1a9f6012.zip
Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r--net-libs/libktorrent/ChangeLog6
-rw-r--r--net-libs/libktorrent/libktorrent-1.3.0.ebuild52
2 files changed, 5 insertions, 53 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog
index 2b4efa0d5809..e7006ebd0736 100644
--- a/net-libs/libktorrent/ChangeLog
+++ b/net-libs/libktorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libktorrent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.51 2013/03/09 17:36:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.52 2013/03/10 10:50:03 kensington Exp $
+
+ 10 Mar 2013; Michael Palimaka <kensington@gentoo.org>
+ -libktorrent-1.3.0.ebuild:
+ Remove old.
09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild:
Stable for x86, wrt bug #460290
diff --git a/net-libs/libktorrent/libktorrent-1.3.0.ebuild b/net-libs/libktorrent/libktorrent-1.3.0.ebuild
deleted file mode 100644
index 23b6f1960160..000000000000
--- a/net-libs/libktorrent/libktorrent-1.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.0.ebuild,v 1.6 2012/12/23 11:31:19 maekke Exp $
-
-EAPI=4
-
-KDE_SCM="git"
-if [[ ${PV} != 9999* ]]; then
- inherit versionator
- # upstream likes to skip that _ in beta releases
- MY_PV="${PV/_/}"
- KTORRENT_VERSION=$(($(get_major_version)+3)).$(get_version_component_range 2-3 ${MY_PV})
- MY_P="${PN}-${MY_PV}"
- KDE_HANDBOOK="optional"
- KDE_DOC_DIRS="doc"
-
- KDE_LINGUAS="ar ast be bg bs 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@ijekavian sr@ijekavianlatin
- sr@latin sv tr ug uk zh_CN zh_TW"
- SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2"
- S="${WORKDIR}"/"${MY_P}"
-
- KEYWORDS="amd64 ~arm ppc x86"
-else
- KEYWORDS=""
-fi
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="A BitTorrent library based on KDE Platform"
-HOMEPAGE="http://ktorrent.org/"
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
- app-crypt/qca:2
- dev-libs/gmp
- dev-libs/libgcrypt
-"
-DEPEND="${RDEPEND}
- dev-libs/boost
- sys-devel/gettext
-"
-
-src_prepare() {
- kde4-base_src_prepare
- # do not build non-installed example binary
- sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
-}