From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Iyqx1-0000Ho-37 for garchives@archives.gentoo.org; Sun, 02 Dec 2007 15:41:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lB2FfaGG003215; Sun, 2 Dec 2007 15:41:36 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lB2FfZZC003210 for ; Sun, 2 Dec 2007 15:41:35 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C674C64AE8 for ; Sun, 2 Dec 2007 15:41:34 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Iyqwn-0005Wg-Np for gentoo-commits@lists.gentoo.org; Sun, 02 Dec 2007 15:41:33 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/hrktorrent: ChangeLog hrktorrent-0.2.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog hrktorrent-0.2.3.ebuild X-VCS-Directories: net-p2p/hrktorrent X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Samuli Suominen Date: Sun, 02 Dec 2007 15:41:33 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 828829c9-9933-4770-9a3c-a8427cd3cf65 X-Archives-Hash: 98883fafab48e47c57095df6f60e2f58 drac 07/12/02 15:41:33 Modified: ChangeLog Added: hrktorrent-0.2.3.ebuild Log: Version bump, drop patch since it was applied upstream. (Portage version: 2.1.4_rc4) Revision Changes Path 1.4 net-p2p/hrktorrent/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 26 Nov 2007 19:32:46 -0000 1.3 +++ ChangeLog 2 Dec 2007 15:41:33 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/hrktorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.3 2007/11/26 19:32:46 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.4 2007/12/02 15:41:33 drac Exp $ + +*hrktorrent-0.2.3 (02 Dec 2007) + + 02 Dec 2007; Samuli Suominen +hrktorrent-0.2.3.ebuild: + Version bump, drop patch since it was applied upstream. 26 Nov 2007; Samuli Suominen +files/hrktorrent-0.2.2-Makefile.patch, hrktorrent-0.2.2.ebuild: 1.1 net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild?rev=1.1&content-type=text/plain Index: hrktorrent-0.2.3.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild,v 1.1 2007/12/02 15:41:33 drac Exp $ inherit toolchain-funcs DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT" HOMEPAGE="http://henrik.unit5.ca/hrktorrent" SRC_URI="http://henrik.unit5.ca/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="=net-libs/rb_libtorrent-0.12*" DEPEND="${RDEPEND} dev-cpp/asio dev-util/pkgconfig" src_compile() { emake CXX="$(tc-getCXX)" || die "emake failed." } src_install() { dobin ${PN} doman ${PN}.1 dodoc CHANGELOG README ${PN}.rc.example } pkg_postinst() { local docsuffix=$(ecompress --suffix) elog "A sample configuration file for ${PN} can be found in" elog "/usr/share/doc/${PF}/hrktorrent.rc.example${docsuffix}" elog "To use a config file, extract it, put it in your home directory" elog "and name it \".hrktorrent.rc\"" } -- gentoo-commits@gentoo.org mailing list