diff options
author | 2015-03-27 08:30:26 +0000 | |
---|---|---|
committer | 2015-03-27 08:30:26 +0000 | |
commit | 45f508e9e0309fb5412f08c4a011f95ff74a0372 (patch) | |
tree | b9d79a52c5f72cafac090b233bab1d30bc298977 /net-wireless | |
parent | revbump; conversion -> distutils-r1, rm old ebuild (diff) | |
download | gentoo-2-45f508e9e0309fb5412f08c4a011f95ff74a0372.tar.gz gentoo-2-45f508e9e0309fb5412f08c4a011f95ff74a0372.tar.bz2 gentoo-2-45f508e9e0309fb5412f08c4a011f95ff74a0372.zip |
revbump; conversion -> distutils-r1
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/cpyrit-cuda/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0-r1.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/net-wireless/cpyrit-cuda/ChangeLog b/net-wireless/cpyrit-cuda/ChangeLog index c73e94882e38..e26ae27c556a 100644 --- a/net-wireless/cpyrit-cuda/ChangeLog +++ b/net-wireless/cpyrit-cuda/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/cpyrit-cuda -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/cpyrit-cuda/ChangeLog,v 1.4 2013/03/17 17:12:16 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/cpyrit-cuda/ChangeLog,v 1.5 2015/03/27 08:30:26 idella4 Exp $ + +*cpyrit-cuda-0.4.0-r1 (27 Mar 2015) + + 27 Mar 2015; Ian Delaney <idella4@gentoo.org> +cpyrit-cuda-0.4.0-r1.ebuild: + revbump; conversion -> distutils-r1 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml and add missing attribute diff --git a/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0-r1.ebuild b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0-r1.ebuild new file mode 100644 index 000000000000..fbf3a9953983 --- /dev/null +++ b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/cpyrit-cuda/cpyrit-cuda-0.4.0-r1.ebuild,v 1.1 2015/03/27 08:30:26 idella4 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="A sub-package that adds CUDA-capability to Pyrit" +HOMEPAGE="http://code.google.com/p/pyrit/" +SRC_URI="http://pyrit.googlecode.com/files/cpyrit-cuda-${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/openssl:= + net-libs/libpcap + dev-util/nvidia-cuda-toolkit" +RDEPEND="${DEPEND}" +PDEPEND="~net-wireless/pyrit-${PV}" |