diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-06-07 23:20:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-06-07 23:20:06 +0000 |
commit | c24059e2be7ad4ea3ca82741f3664069016c5fe2 (patch) | |
tree | 1ed465d03c88f0877383522d7a74dfcbea602d1d /net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild | |
parent | Update plugdev message to be more explicit (diff) | |
download | historical-c24059e2be7ad4ea3ca82741f3664069016c5fe2.tar.gz historical-c24059e2be7ad4ea3ca82741f3664069016c5fe2.tar.bz2 historical-c24059e2be7ad4ea3ca82741f3664069016c5fe2.zip |
Initial commit. Fixes bug Fixes bug 253799
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild')
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild new file mode 100644 index 000000000000..ffa17658d49d --- /dev/null +++ b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.1 2009/06/07 23:20:06 hwoarang Exp $ + +inherit distutils + +DESCRIPTION="A torrent file parser" +HOMEPAGE="http://vrai.net/project.php?project=torrentinfo" +SRC_URI="http://vrai.net/files/software_projects/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |