* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2019-02-18 7:38 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-02-18 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 0dfc495ed2d5bfc1677c5b01340285c0d9677839
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 07:37:52 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 07:37:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc495e
net-p2p/ctorrent: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild | 27 ---------------------------
net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild | 28 ----------------------------
2 files changed, 55 deletions(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
deleted file mode 100644
index a93b57767ba..00000000000
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-MY_P="${PN}-dnh${PV}"
-
-DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++"
-HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
-SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-libs/openssl:="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
- epatch "${FILESDIR}"/${P}-negative-ints.patch
-}
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild
deleted file mode 100644
index ba96a9a0cf3..00000000000
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-MY_P="${PN}-dnh${PV}"
-
-DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++"
-HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
-SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-libs/openssl:="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
- epatch "${FILESDIR}"/${P}-negative-ints.patch
- epatch "${FILESDIR}"/${P}-empty-path-components.patch
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2021-04-30 16:49 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2021-04-30 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 07e1efa8132f651286a95431e62469f1a53f6402
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 16:48:19 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 16:49:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e1efa8
net-p2p/ctorrent: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
index 0c54c21409a..5700e3892e4 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,11 +12,9 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc ~s390 ~sparc x86"
-IUSE="libressl"
RDEPEND="
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( dev-libs/openssl:0= )
+ dev-libs/openssl:0=
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2019-02-18 7:38 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-02-18 7:38 UTC (permalink / raw
To: gentoo-commits
commit: f4355044094f31a379284c8914bce1b0d5131b73
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 07:35:37 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 07:35:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4355044
net-p2p/ctorrent: arm stable wrt bug #676750
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
index c175d7cf552..64d5545aec8 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="libressl"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2019-02-18 7:38 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2019-02-18 7:38 UTC (permalink / raw
To: gentoo-commits
commit: a72fa1979ab6ec1fc3f8d578908aa2c6db422f04
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 07:36:03 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 07:36:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72fa197
net-p2p/ctorrent: amd64 stable wrt bug #676750
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
index 64d5545aec8..d921f9ff372 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="libressl"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2019-02-15 1:37 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2019-02-15 1:37 UTC (permalink / raw
To: gentoo-commits
commit: c1c1347c1b4163b05e05762106925e7df0a32364
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 01:28:27 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 01:36:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c1347c
net-p2p/ctorrent: x86 stable (bug #676750)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
index 1681587e969..c175d7cf552 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="libressl"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2019-02-02 20:44 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2019-02-02 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 09b24dcd4f01fea6e1131d368361f1db0e555bd1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 2 20:20:03 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 2 20:44:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b24dcd
net-p2p/ctorrent: stable 3.3.2-r4 for ppc, bug #676750
Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
index 415fc523444..1681587e969 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="libressl"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2015-08-10 4:29 Mike Frysinger
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger @ 2015-08-10 4:29 UTC (permalink / raw
To: gentoo-commits
commit: 2a957b1a21c7d88bc05b4715b7e9f151c37c1831
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 04:24:26 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 04:29:13 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a957b1a
ctorrent: RDEPEND: add openssl
net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
index 751caa5..a3ae152 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
@@ -20,6 +20,7 @@ IUSE=""
S=${WORKDIR}/${MY_P}
DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/
@ 2015-08-10 4:29 Mike Frysinger
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger @ 2015-08-10 4:29 UTC (permalink / raw
To: gentoo-commits
commit: 987e6e59a7329c5f6d14d990fdb995b5af97517a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 04:27:52 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 04:29:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987e6e59
ctorrent: EAPI: update to 5
net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
index a3ae152..8749c4c 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI="5"
inherit eutils
@@ -19,15 +19,10 @@ IUSE=""
S=${WORKDIR}/${MY_P}
-DEPEND="dev-libs/openssl"
+DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch
epatch "${FILESDIR}"/${P}-negative-ints.patch
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-04-30 16:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 7:38 [gentoo-commits] repo/gentoo:master commit in: net-p2p/ctorrent/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2021-04-30 16:49 Mikle Kolyada
2019-02-18 7:38 Mikle Kolyada
2019-02-18 7:38 Mikle Kolyada
2019-02-15 1:37 Thomas Deutschmann
2019-02-02 20:44 Sergei Trofimovich
2015-08-10 4:29 Mike Frysinger
2015-08-10 4:29 Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox