mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
profile: prepare for git-lfs
This commit is contained in:
parent
963bd244b9
commit
786a378b01
6 changed files with 5 additions and 67 deletions
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 flag-o-matic
|
||||
|
||||
DESCRIPTION="Experimental Python wrapper for OpenSSL"
|
||||
HOMEPAGE="https://github.com/nabla-c0d3/nassl"
|
||||
#SRC_URI="https://github.com/nabla-c0d3/nassl/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="http://dev.pentoo.ch/~blshkv/distfiles/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
append-cflags -fno-strict-aliasing
|
||||
append-ldflags -Wl,-z,noexecstack
|
||||
python2.7 setup.py build
|
||||
}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
DESCRIPTION="Fast and full-featured SSL scanner"
|
||||
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
|
||||
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-python/nassl-$(get_version_component_range 1-2)*"
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 versionator
|
||||
|
||||
DESCRIPTION="Fast and full-featured SSL scanner"
|
||||
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
|
||||
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="=dev-python/nassl-$(get_version_component_range 1-2)*"
|
||||
|
|
@ -2,3 +2,5 @@
|
|||
#dev-lang/ruby:2.3
|
||||
=virtual/rubygems-11
|
||||
~app-eselect/eselect-ruby-20161226
|
||||
|
||||
=dev-lang/go-1.8*
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
~dev-vcs/git-1.8.2.1
|
||||
|
||||
=dev-vcs/git-lfs-2.0*
|
||||
|
|
|
|||
1
profiles/pentoo/overlay/package.accept_keywords/dev-vcs
Symbolic link
1
profiles/pentoo/overlay/package.accept_keywords/dev-vcs
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../base/package.accept_keywords/dev-vcs
|
||||
Loading…
Reference in a new issue