summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-11 17:32:04 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-11 17:32:04 +0000
commita0e5eb2cf5c387d242ec5873dbd8893eed569919 (patch)
treead5996a4baf67eae7ddd85940dd4b757fb1ba5a2 /net-p2p
parentAdd use dep for libsdl (diff)
downloadgentoo-2-a0e5eb2cf5c387d242ec5873dbd8893eed569919.tar.gz
gentoo-2-a0e5eb2cf5c387d242ec5873dbd8893eed569919.tar.bz2
gentoo-2-a0e5eb2cf5c387d242ec5873dbd8893eed569919.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/createtorrent/ChangeLog8
-rw-r--r--net-p2p/createtorrent/createtorrent-1.1.3-r1.ebuild29
-rw-r--r--net-p2p/createtorrent/files/createtorrent-1.1.3-asneeded.patch12
3 files changed, 6 insertions, 43 deletions
diff --git a/net-p2p/createtorrent/ChangeLog b/net-p2p/createtorrent/ChangeLog
index b8443e0b05c5..bea7d141369a 100644
--- a/net-p2p/createtorrent/ChangeLog
+++ b/net-p2p/createtorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/createtorrent
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/ChangeLog,v 1.7 2014/03/02 09:38:58 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/ChangeLog,v 1.8 2015/03/11 17:32:04 mrueg Exp $
+
+ 11 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -createtorrent-1.1.3-r1.ebuild,
+ -files/createtorrent-1.1.3-asneeded.patch:
+ Remove old.
02 Mar 2014; Pacho Ramos <pacho@gentoo.org> createtorrent-1.1.4.ebuild:
amd64 stable, bug #289480
diff --git a/net-p2p/createtorrent/createtorrent-1.1.3-r1.ebuild b/net-p2p/createtorrent/createtorrent-1.1.3-r1.ebuild
deleted file mode 100644
index 6e241bb61a66..000000000000
--- a/net-p2p/createtorrent/createtorrent-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/createtorrent-1.1.3-r1.ebuild,v 1.1 2007/04/13 19:16:06 drac Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="Create BitTorrent files easily"
-HOMEPAGE="http://www.createtorrent.com/"
-SRC_URI="http://www.createtorrent.com/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-asneeded.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-p2p/createtorrent/files/createtorrent-1.1.3-asneeded.patch b/net-p2p/createtorrent/files/createtorrent-1.1.3-asneeded.patch
deleted file mode 100644
index 4121c3c749e1..000000000000
--- a/net-p2p/createtorrent/files/createtorrent-1.1.3-asneeded.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur createtorrent-1.1.3.orig/configure.in createtorrent-1.1.3/configure.in
---- createtorrent-1.1.3.orig/configure.in 2007-02-10 10:20:05.000000000 +0200
-+++ createtorrent-1.1.3/configure.in 2007-04-13 22:05:13.000000000 +0300
-@@ -2,7 +2,7 @@
- AM_CONFIG_HEADER(config.h)
- AM_INIT_AUTOMAKE(createtorrent,1.1.3)
- AC_PROG_CC
--AC_CHECK_LIB([ssl],[SHA1],,[AC_MSG_ERROR([error, OpenSSL required])])
-+AC_CHECK_LIB(crypto, SHA1, LIBS="$LIBS -lcrypto")
- AC_HEADER_DIRENT
- AC_HEADER_STDC
- AC_CHECK_HEADER([openssl/sha.h],,[AC_MSG_ERROR([Error, OpenSSL header file sha.h not found.])])