summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-05-05 15:09:44 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-05-05 15:09:44 +0000
commitd1faf1a69b1e0b9541b887e065ba0d45aad26c1a (patch)
tree099dd93ea7bf3fc5e454b287a61b870d9c1bfb33 /net-p2p/mktorrent-borg
parentMove pkgconfig to DEPEND wrt #217278. (diff)
downloadgentoo-2-d1faf1a69b1e0b9541b887e065ba0d45aad26c1a.tar.gz
gentoo-2-d1faf1a69b1e0b9541b887e065ba0d45aad26c1a.tar.bz2
gentoo-2-d1faf1a69b1e0b9541b887e065ba0d45aad26c1a.zip
Version bump wrt #220159
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-p2p/mktorrent-borg')
-rw-r--r--net-p2p/mktorrent-borg/ChangeLog10
-rw-r--r--net-p2p/mktorrent-borg/files/0.9.8-CFLAGS.patch11
-rw-r--r--net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild (renamed from net-p2p/mktorrent-borg/mktorrent-borg-0.9.8.ebuild)8
3 files changed, 12 insertions, 17 deletions
diff --git a/net-p2p/mktorrent-borg/ChangeLog b/net-p2p/mktorrent-borg/ChangeLog
index af0bd993b60d..9a325e0968ae 100644
--- a/net-p2p/mktorrent-borg/ChangeLog
+++ b/net-p2p/mktorrent-borg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/mktorrent-borg
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v 1.3 2007/12/30 15:45:57 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/ChangeLog,v 1.4 2008/05/05 15:09:43 armin76 Exp $
+
+*mktorrent-borg-0.9.9 (05 May 2008)
+
+ 05 May 2008; Raúl Porcel <armin76@gentoo.org> -files/0.9.8-CFLAGS.patch,
+ -mktorrent-borg-0.9.8.ebuild, +mktorrent-borg-0.9.9.ebuild:
+ Version bump wrt #220159
*mktorrent-borg-0.9.8 (30 Dec 2007)
diff --git a/net-p2p/mktorrent-borg/files/0.9.8-CFLAGS.patch b/net-p2p/mktorrent-borg/files/0.9.8-CFLAGS.patch
deleted file mode 100644
index a2e09534e83d..000000000000
--- a/net-p2p/mktorrent-borg/files/0.9.8-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2007-12-30 16:39:30.000000000 +0100
-+++ Makefile 2007-12-30 16:39:38.000000000 +0100
-@@ -1,8 +1,5 @@
- CC=gcc
-
--# Default
--CFLAGS = -w -O2
--LFLAGS =
- LIBS = -lcrypto
-
-
diff --git a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.8.ebuild b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild
index e2ddde4f9a60..1bde85cab59f 100644
--- a/net-p2p/mktorrent-borg/mktorrent-borg-0.9.8.ebuild
+++ b/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/mktorrent-borg-0.9.8.ebuild,v 1.1 2007/12/30 15:45:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent-borg/mktorrent-borg-0.9.9.ebuild,v 1.1 2008/05/05 15:09:43 armin76 Exp $
inherit eutils toolchain-funcs
@@ -19,8 +19,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/0.9.8-CFLAGS.patch"
- sed -i -e "s/CC=gcc/CC=$(tc-getCC)/g" Makefile
+ sed -i -e "s/CC=gcc/CC=$(tc-getCC)/g" \
+ -e "s/^CFLAGS =/CFLAGS +=/g" Makefile
}
src_install() {