Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307319 - net-p2p/mktorrent-1.0 bump
Summary: net-p2p/mktorrent-1.0 bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL: http://mktorrent.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 14:59 UTC by Fabio Correa
Modified: 2010-04-20 21:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed ebuild (mktorrent-1.0.ebuild,922 bytes, text/plain)
2010-03-01 15:00 UTC, Fabio Correa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Correa 2010-03-01 14:59:35 UTC
Hello, mktorrent-1.0 is out.
Comment 1 Fabio Correa 2010-03-01 15:00:40 UTC
Created attachment 221613 [details]
Proposed ebuild

The ebuild has minor updates: EAPI=3 and a make flag has been deleted from previous ebuild version, 0.7
Comment 2 Fabio Correa 2010-03-01 15:01:56 UTC
--- mktorrent-0.7.ebuild     2009-08-17 13:19:01.000000000 -0500
+++ mktorrent-1.0.ebuild  2010-03-01 09:52:42.711496468 -0500
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-0.7.ebuild,v 1.1 2009/08/17 18:19:01 rbu Exp $
 
-EAPI=1
-inherit toolchain-funcs
+EAPI=3
 
 DESCRIPTION="Simple command line utility to create BitTorrent metainfo files"
 HOMEPAGE="http://mktorrent.sourceforge.net"
@@ -19,7 +18,7 @@
 
 src_compile() {
        tc-export CC
-       MAKEPARAM="USE_LONG_OPTIONS=1 DONT_STRIP=1"
+       MAKEPARAM="USE_LONG_OPTIONS=1"
        use debug && MAKEPARAM="${MAKEPARAM} DEBUG=1"
        use largefile && MAKEPARAM="${MAKEPARAM} USE_LARGE_FILES=1"
        use openssl && MAKEPARAM="${MAKEPARAM} USE_OPENSSL=1"
Comment 3 Stanislav Ochotnicky (RETIRED) gentoo-dev 2010-04-20 21:19:35 UTC
New ebuild in CVS, should be available in a few hours