Sync with portage [Thu Nov 17 10:39:41 MSK 2016].
This commit is contained in:
parent
192440b2cb
commit
36a42d30df
487 changed files with 6732 additions and 2038 deletions
|
@ -1,4 +1,4 @@
|
|||
DIST dpkg_1.17.26.tar.xz 4410860 SHA256 aa4e758752cdfd7ecb118d7a7d31139a0c090c92aa494aa2e46603006deb1ec8 SHA512 4d2f2a7691dd34d47b62ec1f602d9bab612b151f05362607ec8e31037c4ba0baf5d609c46352240e9806e5781db8df9781e8a0ee9fd24faf54f8b43244a7e538 WHIRLPOOL 56decf0774f2d4405fb0934415c50749230c06fe9112e0ebb4458a8917538c83644eadb885d24350bbf713a6250dd5687956b70d47e22c06cf39ff87cb2d5a23
|
||||
DIST dpkg_1.17.27.tar.xz 4413092 SHA256 90749c31b9f1fceb46dd9fab5b50de34272efef333cc16d9e144f514fd944bb6 SHA512 6f0229bf6c6b76be22d0baf4af21b1175b5397c4a84eb47f0d02bb93173207cc087015a53a2ed9feb7195d313d447d71a0d7361eb1238377c38f8be4465f8bbd WHIRLPOOL cc8525d391bbb42e399e4a1ecb526db1071122272f7eb1b23bdbbad361dfa0f7af8f1fac867f5fb2028d74171ecd3b175b813b2370b2982b17c1d05b39921455
|
||||
DIST dpkg_1.18.13.tar.xz 4489244 SHA256 51f98e37ccf21c8df1ba919d6670286bc48b905ff20d6e4cf9620d9b318a3990 SHA512 56902cac9dbd78a88af83b4bc4f7635a20ab8f784a6f3a73f8ff4d10640d39768b8cdcef845d32c5914769d6820a14297f22188a21c515694c1dd92e49955d7e WHIRLPOOL 5a1acdd26c1cfdf2d8382cb67d8f4ff17b2c294601674ed00db9ca2e5c4738504b1f84b180e7833bf12697d71a15a83c46278482c6cd1c18e7297c5b04752318
|
||||
DIST dpkg_1.18.14.tar.xz 4492628 SHA256 1788e418526049097fb3d8f68d5a75053c19693ab1fa47a506a7ef80db454d5a SHA512 9588d6827c1db39208408a0bb171580f564a97b216013a777cb956dffb039fd0f8241461e3a3a6bf5c4093b0e968f089d71d85af18ccc82c49a1e006aaf680f6 WHIRLPOOL 96f1ec8c1ed623b99600c9207643f18781b75008aae5e6085ee8148d147177b5db9d79ef6ad4e5f3ff8593b7ee2569448cb2b9dc51c646f2cc05ae2712baa0ec
|
||||
DIST dpkg_1.18.15.tar.xz 4494820 SHA256 aee936653b9c39403160c0a331ee7934563fbfa4e1f5adbc14a289c803cda371 SHA512 63b5853013868e89ab0d6c98d23fd704c189854bd08b771d10e8c906010421c58d23e79bc513d4034f90e6d91db04ff82c33312444f24392301802789684eb73 WHIRLPOOL fd74d3febcfa0a654267ba6dc68703e392d8c92ba633512a1cf4cea4e4438638eeb4104714be808c816f9f0904511bd7db1c260180c03b69c9bc0b9a514d2810
|
||||
|
|
|
@ -15,8 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
|
|||
IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/perl-5.6.0:=
|
||||
dev-perl/TimeDate
|
||||
>=dev-lang/perl-5.14.2:=
|
||||
bzip2? ( app-arch/bzip2 )
|
||||
lzma? ( app-arch/xz-utils )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
|
@ -32,7 +31,6 @@ DEPEND="
|
|||
>=sys-devel/gettext-0.18.2
|
||||
)
|
||||
test? (
|
||||
dev-perl/DateTime-Format-DateParse
|
||||
dev-perl/IO-String
|
||||
dev-perl/Test-Pod
|
||||
virtual/perl-Test-Harness
|
||||
|
@ -45,29 +43,12 @@ DOCS=(
|
|||
TODO
|
||||
)
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.18.9-strerror.patch
|
||||
"${FILESDIR}"/${PN}-1.18.12-dpkg_buildpackage-test.patch
|
||||
"${FILESDIR}"/${PN}-1.18.12-flags.patch
|
||||
"${FILESDIR}"/${PN}-1.18.12-rsyncable.patch
|
||||
"${FILESDIR}"/${PN}-1.18.12-dpkg_buildpackage-test.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Force the use of the running bash for get-version (this file is never
|
||||
# installed, so no need to worry about hardcoding a temporary bash)
|
||||
sed -i -e '1c\#!'"${BASH}" get-version || die
|
||||
|
||||
if [[ ${CHOST} == mips64*-linux-gnu ]] ; then
|
||||
# Debian targets use custom full tuples. Map the default one
|
||||
# based on the ABI we're using.
|
||||
local abi
|
||||
if [[ ${ABI} == "n64" ]] ; then
|
||||
abi="mips64"
|
||||
else
|
||||
abi="mipsn32"
|
||||
fi
|
||||
printf "gnu-linux-mips64 ${abi}\ngnu-linux-mips64el ${abi}el\n" >> triplettable
|
||||
fi
|
||||
|
||||
use nls && strip-linguas -i po
|
||||
|
||||
default
|
|
@ -0,0 +1,26 @@
|
|||
Fixes the redeclaration of ttyname which was preventing
|
||||
enabling clang fortify.
|
||||
|
||||
The error was;
|
||||
|
||||
main.c:858:15: error: redeclaration of 'ttyname' must have the 'overloadable' attribute
|
||||
char *p, *ttyname();
|
||||
^
|
||||
/build/samus/usr/include/unistd.h:784:14: note: previous overload of function is here
|
||||
extern char *ttyname (int __fd) __THROW __CLANG_NO_MANGLE (ttyname);
|
||||
|
||||
https://github.com/krb5/krb5/pull/568
|
||||
|
||||
Patch by Zentaro Kavanagh <zentaro@google.com>
|
||||
|
||||
--- clients/ksu/main.c
|
||||
+++ clients/ksu/main.c
|
||||
@@ -855,7 +855,7 @@
|
||||
|
||||
static char * ontty()
|
||||
{
|
||||
- char *p, *ttyname();
|
||||
+ char *p;
|
||||
static char buf[MAXPATHLEN + 5];
|
||||
int result;
|
||||
|
|
@ -58,6 +58,7 @@ MULTILIB_CHOST_TOOLS=(
|
|||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-1.12_warn_cflags.patch"
|
||||
epatch "${FILESDIR}/${PN}-config_LDFLAGS.patch"
|
||||
epatch "${FILESDIR}/${PN}-1.14.2-redeclared-ttyname.patch"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
|
|
@ -58,6 +58,7 @@ MULTILIB_CHOST_TOOLS=(
|
|||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-1.12_warn_cflags.patch"
|
||||
epatch "${FILESDIR}/${PN}-config_LDFLAGS.patch"
|
||||
epatch "${FILESDIR}/${PN}-1.14.2-redeclared-ttyname.patch"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
|
|
@ -58,6 +58,7 @@ MULTILIB_CHOST_TOOLS=(
|
|||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-1.12_warn_cflags.patch"
|
||||
epatch "${FILESDIR}/${PN}-config_LDFLAGS.patch"
|
||||
epatch "${FILESDIR}/${PN}-1.14.2-redeclared-ttyname.patch"
|
||||
|
||||
# Make sure we always use the system copies.
|
||||
rm -rf util/{et,ss,verto}
|
||||
|
|
|
@ -1 +1 @@
|
|||
DIST rhash-1.3.3-src.tar.gz 248855 SHA256 5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a SHA512 0ac1699a0e5718b750610cd6189d9d582186d7e17191e3723a994559c8f9c6ea7e0d34825da0c96fd0fc6be3e14b5f44ce7a21d17156cdfce3f0e3e4ff09389e WHIRLPOOL d2b17c8fd0a121e6d7e853c22bfce0545235e272c48893f13a28a5d424b26bc0cb18a5aa7eb51e07428b677116f4fdae89859a4d4e3e7cdefb4dea62337b558e
|
||||
DIST rhash-1.3.4-src.tar.gz 249357 SHA256 406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49 SHA512 a78be309011798d5e55023eb93f898c10254a42270288fa5ec68ad446b5f3d001e8c6f893683e5171e3858c86d45ce2ce16eefde1173209e1925420c27a7ff7a WHIRLPOOL 5883dcbf0c2bf51036434d1906b85b615eae65ef2729a68d7ac637e2bea3c494cd3ee7fa9a60d3c4f3241bc4fd5c62c8f7e058c0e53649d50dade241e06dda2e
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
From 30c5897a7533b746388f44f3999ad2e23c529364 Mon Sep 17 00:00:00 2001
|
||||
From: James Le Cuirot <chewi@gentoo.org>
|
||||
Date: Fri, 16 Sep 2016 22:53:51 +0100
|
||||
Subject: [PATCH] Handle librhash.so symlink in shared Makefile rules, not
|
||||
static
|
||||
|
||||
---
|
||||
librhash/Makefile | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/librhash/Makefile b/librhash/Makefile
|
||||
index a38073f..fc5e5c3 100644
|
||||
--- a/librhash/Makefile
|
||||
+++ b/librhash/Makefile
|
||||
@@ -46,18 +46,18 @@ dist-clean: clean
|
||||
install-lib-static: $(LIBRARY) install-headers
|
||||
$(INSTALL) -d $(DESTDIR)$(LIBDIR)
|
||||
$(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBDIR)/
|
||||
- ln -s $(SONAME) $(DESTDIR)$(LIBDIR)/$(SOLINK)
|
||||
|
||||
install-lib-shared: $(SONAME)
|
||||
$(INSTALL) -d $(DESTDIR)$(LIBDIR)
|
||||
$(INSTALL_SHARED) $(SONAME) $(DESTDIR)$(LIBDIR)/
|
||||
+ ln -s $(SONAME) $(DESTDIR)$(LIBDIR)/$(SOLINK)
|
||||
|
||||
uninstall-lib-static: uninstall-headers
|
||||
rm -f $(DESTDIR)$(LIBDIR)/$(LIBRARY)
|
||||
- rm -f $(DESTDIR)$(LIBDIR)/$(SOLINK)
|
||||
|
||||
uninstall-lib-shared:
|
||||
rm -f $(DESTDIR)$(LIBDIR)/$(SONAME)
|
||||
+ rm -f $(DESTDIR)$(LIBDIR)/$(SOLINK)
|
||||
|
||||
install-headers:
|
||||
$(INSTALL) -d $(DESTDIR)$(INCDIR)
|
||||
--
|
||||
2.8.2
|
||||
|
|
@ -20,10 +20,6 @@ RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )"
|
|||
DEPEND="${RDEPEND}
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/librhash-symlink.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
@ -46,8 +42,7 @@ multilib_src_compile() {
|
|||
|
||||
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" \
|
||||
ADDCFLAGS="${ADDCFLAGS[*]}" ADDLDFLAGS="${ADDLDFLAGS[*]}" \
|
||||
$(multilib_is_native_abi && echo build-shared || echo lib-shared) \
|
||||
$(use static-libs && echo lib-static)
|
||||
build-shared $(use static-libs && echo lib-static)
|
||||
}
|
||||
|
||||
myemake() {
|
||||
|
@ -55,7 +50,7 @@ myemake() {
|
|||
}
|
||||
|
||||
multilib_src_install() {
|
||||
myemake install-lib-shared
|
||||
myemake -C librhash install-lib-shared install-so-link
|
||||
multilib_is_native_abi && myemake install-shared
|
||||
use static-libs && myemake install-lib-static
|
||||
}
|
|
@ -117,12 +117,12 @@ src_prepare() {
|
|||
"${S}"/runtime/doc/tagsrch.txt \
|
||||
"${S}"/runtime/doc/usr_29.txt \
|
||||
"${S}"/runtime/menu.vim \
|
||||
"${S}"/src/configure.in || die 'sed failed'
|
||||
"${S}"/src/configure.ac || die 'sed failed'
|
||||
|
||||
# Don't be fooled by /usr/include/libc.h. When found, vim thinks
|
||||
# this is NeXT, but it's actually just a file in dev-libs/9libs
|
||||
# This fixes bug 43885 (20 Mar 2004 agriffis)
|
||||
sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed'
|
||||
sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed'
|
||||
|
||||
# gcc on sparc32 has this, uhm, interesting problem with detecting EOF
|
||||
# correctly. To avoid some really entertaining error messages about stuff
|
||||
|
@ -162,7 +162,7 @@ src_configure() {
|
|||
replace-flags -O3 -O2
|
||||
|
||||
# Fix bug 18245: Prevent "make" from the following chain:
|
||||
# (1) Notice configure.in is newer than auto/configure
|
||||
# (1) Notice configure.ac is newer than auto/configure
|
||||
# (2) Rebuild auto/configure
|
||||
# (3) Notice auto/configure is newer than auto/config.mk
|
||||
# (4) Run ./configure (with wrong args) to remake auto/config.mk
|
||||
|
|
|
@ -60,12 +60,12 @@ src_prepare() {
|
|||
"${S}"/runtime/doc/tagsrch.txt \
|
||||
"${S}"/runtime/doc/usr_29.txt \
|
||||
"${S}"/runtime/menu.vim \
|
||||
"${S}"/src/configure.in || die 'sed failed'
|
||||
"${S}"/src/configure.ac || die 'sed failed'
|
||||
|
||||
# Don't be fooled by /usr/include/libc.h. When found, vim thinks
|
||||
# this is NeXT, but it's actually just a file in dev-libs/9libs
|
||||
# This fixes bug 43885 (20 Mar 2004 agriffis)
|
||||
sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed'
|
||||
sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed'
|
||||
|
||||
# gcc on sparc32 has this, uhm, interesting problem with detecting EOF
|
||||
# correctly. To avoid some really entertaining error messages about stuff
|
||||
|
@ -106,7 +106,7 @@ src_configure() {
|
|||
replace-flags -O3 -O2
|
||||
|
||||
# Fix bug 18245: Prevent "make" from the following chain:
|
||||
# (1) Notice configure.in is newer than auto/configure
|
||||
# (1) Notice configure.ac is newer than auto/configure
|
||||
# (2) Rebuild auto/configure
|
||||
# (3) Notice auto/configure is newer than auto/config.mk
|
||||
# (4) Run ./configure (with wrong args) to remake auto/config.mk
|
||||
|
|
|
@ -92,12 +92,12 @@ src_prepare() {
|
|||
"${S}"/runtime/doc/tagsrch.txt \
|
||||
"${S}"/runtime/doc/usr_29.txt \
|
||||
"${S}"/runtime/menu.vim \
|
||||
"${S}"/src/configure.in || die 'sed failed'
|
||||
"${S}"/src/configure.ac || die 'sed failed'
|
||||
|
||||
# Don't be fooled by /usr/include/libc.h. When found, vim thinks
|
||||
# this is NeXT, but it's actually just a file in dev-libs/9libs
|
||||
# This fixes bug 43885 (20 Mar 2004 agriffis)
|
||||
sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed'
|
||||
sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed'
|
||||
|
||||
# gcc on sparc32 has this, uhm, interesting problem with detecting EOF
|
||||
# correctly. To avoid some really entertaining error messages about stuff
|
||||
|
@ -150,7 +150,7 @@ src_configure() {
|
|||
replace-flags -O3 -O2
|
||||
|
||||
# Fix bug 18245: Prevent "make" from the following chain:
|
||||
# (1) Notice configure.in is newer than auto/configure
|
||||
# (1) Notice configure.ac is newer than auto/configure
|
||||
# (2) Rebuild auto/configure
|
||||
# (3) Notice auto/configure is newer than auto/config.mk
|
||||
# (4) Run ./configure (with wrong args) to remake auto/config.mk
|
||||
|
|
|
@ -12,7 +12,7 @@ SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
|
|||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm hppa ~ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="alpha amd64 arm hppa ~ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="static-libs"
|
||||
|
||||
DEPEND=""
|
||||
|
|
|
@ -11,7 +11,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/xapian:0/1.2.22
|
||||
|
|
|
@ -2,3 +2,4 @@ DIST python-exec-2.0.1.tar.bz2 80965 SHA256 3eddcb0d6c682a5c182c62578bb8d6ce1140
|
|||
DIST python-exec-2.0.2.tar.bz2 82217 SHA256 c411638fe94953c1e8ff57e7b66f601a817633fbc9cb7d410982778042051bb0 SHA512 96198dda88a73b902d617a32f10ddf2ac981b1871fb5eaf5003d77453df8a0aacf299c39c6e49ebaa620994a30e57ee7a1128fb4ba41aa4f503031fa2addef7f WHIRLPOOL 603b494c7b87f0f3f0cfba35378e1a2e231879a01b730657e09ecf798957fa4dfd54a6d852074c2aa9ae3c15e5d1d3203584b8a120e5dd0dee2117319706a5ce
|
||||
DIST python-exec-2.1.tar.bz2 82167 SHA256 adac4e9ae677ca0fbb9efc55573ecbb0e8361ed7a60a5241e7abc1056fba06ad SHA512 cadfb7723aa412caec4a449909769b14a800c19650c64768b0ffb30b2c0645e70c9a039f960f3263c6c18490bb73c0129b83a72c7407f558bcaf3652cc4c8bcf WHIRLPOOL 72b73b216faf7caa8afbc3ce316771bd832e468cf84835267dc3833d5c52fce24578e09f2d3aa8a322f324426eda5e53bd9611711ea976679574b2be764c2525
|
||||
DIST python-exec-2.4.3.tar.bz2 86815 SHA256 581aa0c033632269d553754440d4017c21afc1c1500fd8951de093bc715c63fb SHA512 37fb7f915a2848699e9fca4e09d167b6d6aa192e3c374d7f01aec09529b5f1346ce2c45139f4e8f68b53e3f197b4d77b7f58519b012c117dd5ec8535a43fbe34 WHIRLPOOL 117564deb6f35387757ebbbff96d0325d5979d2933bbfca184cde0170cdd923bf9fa71ba76f234b098df12f006b6f8b5ba388416692ceff56ec7c16173777ab6
|
||||
DIST python-exec-2.4.4.tar.bz2 86945 SHA256 cdc780764bce79047ab047160156c5dc3bf5728d9c59cf1ed904fdf12638d60b SHA512 26b76960430dc3b2b79aab5e8a72498144d4e78bed5291fe9361afe081f0e8d70049a74ec29384cb0fc199f76c23499324d2eddcaea521ef33d88e61b1b674f9 WHIRLPOOL 791fd9732179d17bf5cd981956759e7c25e1e1dcbaf6fdfb05cf4fed8d4f44490740aaa5b4d38335a72128f8fdea0f6ab2e34c331a2b7f6b0897aa7eaa1f0c48
|
||||
|
|
134
dev-lang/python-exec/python-exec-2.4.4.ebuild
Normal file
134
dev-lang/python-exec/python-exec-2.4.4.ebuild
Normal file
|
@ -0,0 +1,134 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
# Kids, don't do this at home!
|
||||
inherit python-utils-r1
|
||||
PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
|
||||
|
||||
# Inherited purely to have PYTHON_TARGET flags which will satisfy USE
|
||||
# dependencies and trigger necessary rebuilds.
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Python script wrapper"
|
||||
HOMEPAGE="https://github.com/mgorny/python-exec/"
|
||||
SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
# eselect-python because of /usr/bin/python* collisions and new config
|
||||
# python versions because of missing $scriptdir/python* symlinks
|
||||
RDEPEND="
|
||||
!<app-eselect/eselect-python-20160206
|
||||
!<dev-lang/python-2.7.10-r4:2.7
|
||||
!<dev-lang/python-3.3.5-r4:3.3
|
||||
!<dev-lang/python-3.4.3-r4:3.4
|
||||
!<dev-lang/python-3.5.0-r3:3.5"
|
||||
|
||||
src_configure() {
|
||||
local pyimpls=() i EPYTHON
|
||||
for i in "${PYTHON_COMPAT[@]}"; do
|
||||
python_export "${i}" EPYTHON
|
||||
pyimpls+=( "${EPYTHON}" )
|
||||
done
|
||||
|
||||
local myconf=(
|
||||
--with-python-impls="${pyimpls[*]}"
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# Prepare and own the template
|
||||
sed -n -e '/^#/p' config/python-exec.conf.example \
|
||||
> "${T}"/python-exec.conf || die
|
||||
insinto /etc/python-exec
|
||||
doins "${T}"/python-exec.conf
|
||||
|
||||
local f
|
||||
for f in python{,2,3}; do
|
||||
# symlink the C wrapper for python to avoid shebang recursion
|
||||
# bug #568974
|
||||
dosym python-exec2c /usr/bin/"${f}"
|
||||
done
|
||||
for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
|
||||
# those are python scripts (except for new python-configs)
|
||||
# so symlink them via the python wrapper
|
||||
dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
|
||||
done
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
if [[ -e ${EROOT}etc/python-exec/python-exec.conf ]]; then
|
||||
# preserve current configuration
|
||||
cp "${EROOT}"etc/python-exec/python-exec.conf \
|
||||
"${ED}"etc/python-exec/python-exec.conf || die
|
||||
else
|
||||
# preserve previous Python version preference
|
||||
local py old_pythons=()
|
||||
local config_base=${EROOT}etc/env.d/python
|
||||
|
||||
# start with the 'global' preference (2 vs 3)
|
||||
if [[ -f ${config_base}/config ]]; then
|
||||
old_pythons+=( "$(<${config_base}/config)" )
|
||||
fi
|
||||
|
||||
# then try specific py3 selection
|
||||
for py in 3; do
|
||||
local target=
|
||||
|
||||
if [[ -f ${config_base}/python${py} ]]; then
|
||||
# try the newer config files
|
||||
target=$(<${config_base}/python${py})
|
||||
elif [[ -L ${EROOT}/usr/bin/python${py} ]]; then
|
||||
# check the older symlink format
|
||||
target=$(readlink "${EROOT}/usr/bin/python${py}")
|
||||
|
||||
# check if it's actually old eselect symlink
|
||||
[[ ${target} == python?.? ]] || target=
|
||||
fi
|
||||
|
||||
# add the extra target if found and != global
|
||||
if [[ ${target} && ${old_pythons[0]} != ${target} ]]; then
|
||||
old_pythons+=( "${target}" )
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ ${old_pythons[@]} ]]; then
|
||||
elog "You seem to have just upgraded into the new version of python-exec"
|
||||
elog "that uses python-exec.conf for configuration. The ebuild has attempted"
|
||||
elog "to convert your previous configuration to the new format, resulting"
|
||||
elog "in the following preferences (most preferred version first):"
|
||||
elog
|
||||
for py in "${old_pythons[@]}"; do
|
||||
elog " ${py}"
|
||||
done
|
||||
elog
|
||||
elog "Those interpreters will be preferred when running Python scripts or"
|
||||
elog "calling wrapped Python executables (python, python2, pydoc...)."
|
||||
elog "If none of the preferred interpreters are supported, python-exec will"
|
||||
elog "fall back to the newest supported Python version."
|
||||
elog
|
||||
elog "Please note that due to the ambiguous character of the old settings,"
|
||||
elog "you may want to modify the preference list yourself. In order to do so,"
|
||||
elog "open the following file in your favorite editor:"
|
||||
elog
|
||||
elog " ${EROOT}etc/python-exec/python-exec.conf"
|
||||
elog
|
||||
elog "For more information on the new configuration format, please read"
|
||||
elog "the comment on top of the installed configuration file."
|
||||
|
||||
local IFS=$'\n'
|
||||
echo "${old_pythons[*]}" \
|
||||
>> "${ED}"etc/python-exec/python-exec.conf || die
|
||||
fi
|
||||
fi
|
||||
}
|
|
@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="cdio debug static-libs track-src-odirect"
|
||||
|
||||
RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.gz"
|
|||
# clause "or later" so we use LGPL-2.1 without +
|
||||
LICENSE="GPL-3+ GPL-2+ LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE="+cxx static-libs test"
|
||||
|
||||
RDEPEND="app-eselect/eselect-cdparanoia
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0/15" # subslot is based on SONAME
|
||||
KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE="cddb +cxx minimal static-libs test"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2 GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
|
||||
KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~x86"
|
||||
IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional
|
||||
launch-frontend launch-frontend-setuid libedit readline static-libs xattr zlib"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="acl debug static-libs verbose-debug xattr zlib"
|
||||
|
||||
RDEPEND="acl? ( virtual/acl )
|
||||
|
|
|
@ -19,7 +19,7 @@ fi
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib"
|
||||
REQUIRED_USE="?? ( libedit readline )"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
#IUSE="java lua mono perl php python ruby tcl"
|
||||
#REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )"
|
||||
IUSE="java lua perl php python ruby tcl"
|
||||
|
|
|
@ -14,7 +14,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/1.2.22" # ABI version of libxapian.so, prefixed with 1.2.
|
||||
KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory"
|
||||
|
||||
DEPEND="sys-libs/zlib"
|
||||
|
|
16
dev-lisp/sbcl/files/sbcl-1.3.11-config.patch
Normal file
16
dev-lisp/sbcl/files/sbcl-1.3.11-config.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
diff -r -U2 sbcl-1.3.11.orig/src/runtime/Config.x86-64-linux sbcl-1.3.11/src/runtime/Config.x86-64-linux
|
||||
--- sbcl-1.3.11.orig/src/runtime/Config.x86-64-linux 2016-10-30 23:28:43.000000000 +0700
|
||||
+++ sbcl-1.3.11/src/runtime/Config.x86-64-linux 2016-11-16 23:27:37.248815622 +0700
|
||||
@@ -58,12 +58,4 @@
|
||||
endif
|
||||
|
||||
-# The following works for Ubuntu 16.10. There must be a better way to
|
||||
-# do this across various flavors of linux.
|
||||
-ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e no-pie),)
|
||||
-CFLAGS += -fno-pie
|
||||
-LINKFLAGS += -no-pie
|
||||
-LDFLAGS += -no-pie
|
||||
-endif
|
||||
-
|
||||
# Nothing to do for after-grovel-headers.
|
||||
.PHONY: after-grovel-headers
|
|
@ -101,6 +101,8 @@ src_prepare() {
|
|||
eapply "${FILESDIR}"/bsd-sockets-test-1.2.11.patch
|
||||
# bugs #560276, #561018
|
||||
eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
|
||||
# bug #599902
|
||||
eapply "${FILESDIR}"/${PN}-1.3.11-config.patch
|
||||
|
||||
eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
|
||||
eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
|
||||
|
|
|
@ -2,3 +2,4 @@ DIST menhir-20160526.tar.gz 731071 SHA256 dac27e31b360331cbac92d6cafb917e52058cb
|
|||
DIST menhir-20160808.tar.gz 733224 SHA256 c583a425ad1152bb4f93e4a8de384e0174f423485463dc6ab6b6d7c070b77295 SHA512 162e69642ca34d7da078f14b4509ab88e158cc4ba5ee70a067b7a2a2ea444f7cad77244de4a179c4a00420442c537f662257f1ead03dc9b80c799da0073a94b9 WHIRLPOOL 80b7e5047619d6c791477677ac22b625cfed00056e62759f7a3d725fbb791fff26b852d7126d475426db84eb71c55b480812760f89d40b09672afc676b5488ea
|
||||
DIST menhir-20160825.tar.gz 733364 SHA256 1c93fe44de140aeef25212fbc2d62aaa080e7bdb9902106820920f7a8a2fa849 SHA512 6672bf3a10c7cb3ac8a16162e782261e25411f5d7fe69195b720302989daa432c56c9ecf93a08d33e77b306cd0cdaaa4bc00430e642b4d2924cbeecb10bda050 WHIRLPOOL e6ce0ca104f69fedf6b22749db6400f963181497e940f7e3369e3bb9de115944e6a93350062797034c38f8ddcd6466cd44b74d3f60ca8f5f4e06a44a91194008
|
||||
DIST menhir-20161114.tar.gz 736454 SHA256 7327d6010ffb5a62371faad58e454a56244d20358a9e733e86e5714baedf5f14 SHA512 6ec810e30df00805ebc05f58130c4c4f86dffc96f4c9852d9574d7d948cd4a51901da2ece7b954c06550124dc3fe7f5ce9482b4280d3e0b6e7f33519b7aa89b2 WHIRLPOOL 608a3449f02d8f27cc1b39f6fb3504563d4ce86e3afdce2c8742238046966b68d3ca898acfef7c630195ff5413a4a6ed7fbfe843c5e25886042b78badda79890
|
||||
DIST menhir-20161115.tar.gz 737035 SHA256 f31037f904c863b241bd90dd4ba6cd8f5ea86255477c13a2f7d0e02724ab16c9 SHA512 f17e6f3088e2af5b8e1d010dcd2608c932620e2206833f91c34209fbacc19de6ee17a45ed550fbccdab914779f37b34487f4620a5c66ab82c449238f0b67c7c0 WHIRLPOOL 6e55ead5c99810f5452d1b922bfc9694eba292503035eb39e1a4fa6e7a81ee2673322552c995eeb01a1784e7f284ee1aae3b4cd938a0c0b73c70630c7aa96a7f
|
||||
|
|
37
dev-ml/menhir/menhir-20161115.ebuild
Normal file
37
dev-ml/menhir/menhir-20161115.ebuild
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit findlib eutils
|
||||
|
||||
DESCRIPTION="LR(1) parser generator for the OCaml language"
|
||||
HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/"
|
||||
SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz"
|
||||
|
||||
LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples +ocamlopt"
|
||||
|
||||
RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ml/ocamlbuild"
|
||||
|
||||
src_configure() {
|
||||
if ! use ocamlopt ; then
|
||||
export TARGET=byte
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake PREFIX="${EPREFIX}"/usr -j1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
findlib_src_preinst
|
||||
emake PREFIX="${ED}"/usr docdir="${ED}"/usr/share/doc/"${PF}" $(use examples || echo "DOCS=manual.pdf") install
|
||||
use examples && docompress -x /usr/share/doc/${PF}/demos
|
||||
dodoc AUTHORS CHANGES
|
||||
}
|
66
dev-perl/DBD-mysql/DBD-mysql-4.39.0.ebuild
Normal file
66
dev-perl/DBD-mysql/DBD-mysql-4.39.0.ebuild
Normal file
|
@ -0,0 +1,66 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=CAPTTOFU
|
||||
DIST_VERSION=4.039
|
||||
inherit eutils perl-module
|
||||
|
||||
DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
# embedded=on disables ssl support
|
||||
# https://metacpan.org/source/MICHIELB/DBD-mysql-4.036/dbdimp.c#L1886
|
||||
REQUIRED_USE="?? ( embedded ssl )"
|
||||
IUSE="embedded test +ssl"
|
||||
|
||||
RDEPEND=">=dev-perl/DBI-1.609.0
|
||||
virtual/libmysqlclient:=
|
||||
embedded? ( virtual/mysql[embedded] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
virtual/perl-Data-Dumper
|
||||
test? (
|
||||
dev-perl/Test-Deep
|
||||
>=virtual/perl-Test-Simple-0.900.0
|
||||
virtual/perl-Time-HiRes
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
if use test; then
|
||||
myconf="${myconf} --testdb=test \
|
||||
--testhost=localhost \
|
||||
--testuser=test \
|
||||
--testpassword=test"
|
||||
fi
|
||||
myconf="${myconf} --$(usex ssl ssl nossl)"
|
||||
use embedded && myconf="${myconf} --force-embedded --embedded=mysql_config"
|
||||
perl-module_src_configure
|
||||
}
|
||||
|
||||
# Parallel testing is broken as 2 tests create the same table
|
||||
# and mysql isn't acid compliant and can't limit visibility of tables
|
||||
# to a transaction...
|
||||
DIST_TEST="do"
|
||||
|
||||
src_test() {
|
||||
einfo
|
||||
einfo "If tests fail, you have to configure your MySQL instance to create"
|
||||
einfo "and grant some privileges to the test user."
|
||||
einfo "You can run the following commands at the MySQL prompt: "
|
||||
einfo "> CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';"
|
||||
einfo "> CREATE DATABASE test;"
|
||||
einfo "> GRANT ALL PRIVILEGES ON test.* TO 'test'@'localhost';"
|
||||
einfo
|
||||
sleep 5
|
||||
perl_rm_files t/pod.t t/manifest.t
|
||||
# Don't be a hero and try to do EXTENDED_TESTING=1 unless you can figure
|
||||
# out why 60leaks.t fails
|
||||
perl-module_src_test
|
||||
}
|
|
@ -3,3 +3,4 @@ DIST DBD-mysql-4.036.tar.gz 146513 SHA256 5c48a823f86b8110ccb6504c6176ca248b52f5
|
|||
DIST DBD-mysql-4.037.tar.gz 146639 SHA256 df578acef28ed3f6aaae52dc98e6821a1407d3bfa88585255729bb0ebfed3cfc SHA512 3bda6ea18d29e32028b7eb93cd06fdbabbadafa66f982556298a68980c42a7b5236872113696e6d2df66a345049d1e63bc90ab358c8631f0cbea187780e514af WHIRLPOOL 2cd51fb258de4877010d6d5f88a27f8e251d86b311d5d7dc3b62a46e7d6ac87facaad7c2bbba6c7f306d91d106e7a713fb21c2f1b7d2934e989aa30794d38a7f
|
||||
DIST DBD-mysql-4.038.tar.gz 149016 SHA256 4174bb885a5ccb34d942fc10fafb8bfcbc6d4b4311681ed90727ae1d3bd122e8 SHA512 ba9515f3fe0a5afdede86bdfdeb2b06dafe9251650e868da6d3630e593d2992b292eb8027c964f15c6cbfc80c2fb67270e13ccd013e83d0c55ac503c99d2e1c2 WHIRLPOOL 1f18c7629a5e185d60e14df339f9a6c50e1234a732d7da2a91d10b0b874bfafa0b9c87aa41132581b869def9ff2c0869a0d8a6af985a9e84f81930970e4c2982
|
||||
DIST DBD-mysql-4.038_01.tar.gz 148907 SHA256 2cf04092f1ec55a46aa6a01325dddab0a07a284f2c5d9472c8330cf6b37b3c05 SHA512 4b2e508a52fe55c66ca5d58f9676a5a72bc54b090a6e98aef8a201e46c61d2f0d407ea96ee5cf26728073a22757dc7350ee0121a1983421a1bd5140bd9015a6d WHIRLPOOL b0997048eaadc2a024402eb502b6690ee5720533fb01c7552bc8bff0069272eb06e95ac38e0348a656f007b3a24cc2abd557056eeba7246bd9a0effcbcabda4c
|
||||
DIST DBD-mysql-4.039.tar.gz 149928 SHA256 1602a9d22e13bd2c5b27e8e2f2a7cc7fa08d6ce53162b0aa12b5d7d5e41a974c SHA512 eb8fa2f7f67ee7eefb5062259a0b20a121df0a8101de1fb2e086d445163d8552939038a6caa5e49b7335d1eb3f9172b466cb6eb932654c1289df53767782b87b WHIRLPOOL 35f4a53cb1137a844f56a708a18034e5cfcf6904fbc058fc2b89ad6a3c6a52e2ac1d04338f7a00a4a3b111efc83e524020043f017e263e6c8cbc077c46fb694b
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MSTRAT
|
||||
DIST_VERSION=0.64
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Get a locale specific string describing the span of a given duration"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-perl/Module-Build
|
||||
${RDEPEND}"
|
||||
|
||||
DIST_TEST="do"
|
1
dev-perl/DateTime-Format-Human-Duration/Manifest
Normal file
1
dev-perl/DateTime-Format-Human-Duration/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST DateTime-Format-Human-Duration-0.64.tar.gz 17683 SHA256 9d384cf926051bd6eb511cd9069b296bf33fd3fa699eceae44d56f49e939a076 SHA512 2ae94d56e1176adcdb55b2f1291a04e15c50c0116477be18b49f9b95bd3ac0778c0bc280df323df213e3fcd8be25f8d91227be1841ce68b4cfa86be479d34376 WHIRLPOOL 0b1fd8aaf9fda7f37acd02cc49c46b83a61e44d926e43a2e7d59b2d47f63b4f865f5dfe649d49b1afddd34bd9c252a94f6b15360bbd6821dc26ad04a40a952b8
|
22
dev-perl/DateTime-Format-Human-Duration/metadata.xml
Normal file
22
dev-perl/DateTime-Format-Human-Duration/metadata.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>c.affolter@stepping-stone.ch</email>
|
||||
<name>Christian Affolter</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>dev-zero@gentoo.org</email>
|
||||
<name>Tiziano Müller</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription>Get a locale specific string describing the span of a given
|
||||
duration.</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="cpan">DateTime-Format-Human-Duration</remote-id>
|
||||
<remote-id type="cpan-module">DateTime::Format::Human::Duration</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -5,7 +5,7 @@
|
|||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=DROLSKY
|
||||
DIST_VERSION=1.40
|
||||
DIST_VERSION=1.41
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A date and time object"
|
|
@ -2,4 +2,4 @@ DIST DateTime-1.20.tar.gz 220697 SHA256 ac909ca4e26f2713940302ad1fd8068de0a69704
|
|||
DIST DateTime-1.21.tar.gz 221151 SHA256 a3a5840cae36d693b1371bd0f615aa8e3ab7f6cc25e06bff40c7010217d3f6b1 SHA512 256b49c6857c2eab4508ed1c1ddca0d88a32339c10334d70f95599d4d49934fe2fbc7689df334121c29abdb8eb0ebdf066183361224a5dbdce98fc1a216a721f WHIRLPOOL 73a277d680f6a806f54fd23d31d2bc34220e042e202d8df1d272c664f4171f3afbb34e2be8aef091bf4bd48ff9f4b775efa4810284a8e9081ac6bbde1af0e5ec
|
||||
DIST DateTime-1.28.tar.gz 229774 SHA256 781a25ab7dada202c917f6c5db06f6d9e6f03d5a395e91afab478ba074e75787 SHA512 cf2c883636073086101dc08596210e59af0cf301ae78e496358e6952f26104aa26c1fdc0784aa10e05ac0308a1ed7aef78a7682b803679481fa570f5de1c04a3 WHIRLPOOL 0eaeb2a30382f7952c7113bee2b8857f1e9409d1052f3031a55e72caf5ab18ec5827b062c4e57a540f917973235eff291cdf396de0ccd6e84a8cc4fdb64ea3dc
|
||||
DIST DateTime-1.36.tar.gz 235407 SHA256 bc60e430c27d7693df5af7b1ee33a4f03308677512790ae3c608e70c0760e159 SHA512 debb3c10f55d4dca66a495a89ac92f6a1f90c0091b6c223391f0e5d8835a6b5ef00e9529ac29f837e4e82baf630b82e3fcab20223e13ccaf4db9e9d08573486c WHIRLPOOL 2b6b679b989d8335021142109799e5b1e8589234ee70080a32bf46b699f5256674ecb6810d0f585a104767e854914819818be8df1f99632bc932a0f255068439
|
||||
DIST DateTime-1.40.tar.gz 236885 SHA256 5f340af70c738d5bf9d402560c9999c207e38e8a3d131e4413b5fa895af79247 SHA512 e86d7c644e34b2bab004073e6159357be48fd2580a38be675486129a692ccf80acf375b7bd928edb295824baf511f01c10e24fa39733bb183edb8a7cd4055306 WHIRLPOOL 1a46a20b1140af263bea15cd61b7c182cf2855fcbcc5d0fbfdc10ec557039c9f1e738e8b4ca4584e640f423fda1d19a3090c609b5fbaadf7e323519c062381db
|
||||
DIST DateTime-1.41.tar.gz 237742 SHA256 5b0d9616cd36dfd39c0e2f06b54c55f7a300af19a2d16aaa76b3557c3bbb77a7 SHA512 68e2d1a55fd5a54941c22c8907db5266c1189d00559d2ee32ac96f0d8bfd27089b257d68326f8cec135e4576321ab27c3501e0c5b4fc46bd5509486bc2fa9bf4 WHIRLPOOL e726c5725f780a48895a0a4df07ab8b71643f7cdce82947c2e8b40d67d0f1e06a8c1835a07fd0aaa467afce270e8a70d1b226b8c295e3b42192bdcb053d10ba7
|
||||
|
|
|
@ -16,5 +16,6 @@
|
|||
<remote-id type="cpan-module">DateTime::LeapSecond</remote-id>
|
||||
<remote-id type="cpan-module">DateTime::PP</remote-id>
|
||||
<remote-id type="cpan-module">DateTime::PPExtra</remote-id>
|
||||
<remote-id type="cpan-module">DateTime::Types</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
24
dev-perl/File-Share/File-Share-0.250.0.ebuild
Normal file
24
dev-perl/File-Share/File-Share-0.250.0.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=INGY
|
||||
DIST_VERSION=0.25
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Extend File::ShareDir to local libraries"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-perl/File-ShareDir-1.30.0"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
|
||||
test? ( virtual/perl-Test-Simple )
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files t/release-pod-syntax.t
|
||||
perl-module_src_test
|
||||
}
|
1
dev-perl/File-Share/Manifest
Normal file
1
dev-perl/File-Share/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST File-Share-0.25.tar.gz 13696 SHA256 8e9d256e0ac4384228384b4ad2a57819a163edb39f20988ed5c1318c01407070 SHA512 7c9f9a341a5d2d397479a09da05136df1d0c6b9869da511e45ee75b49565218f2231fd1b45c61e68ab802402a95af02513c4c78ce72cf8205537d0e68f9b1e46 WHIRLPOOL 98a4d487b44495a2ddbf5aec838d59181bd38fd46ce72cc692878dba6e57d0b6c40bfb0b3f23fd894cca927742279e8a552855528ee1362877822678d64f7f74
|
12
dev-perl/File-Share/metadata.xml
Normal file
12
dev-perl/File-Share/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">File-Share</remote-id>
|
||||
<remote-id type="cpan-module">File::Share</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
24
dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild
Normal file
24
dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=BKB
|
||||
DIST_VERSION=0.46
|
||||
DIST_EXAMPLES=("examples/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Read JSON into a Perl Variable"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="virtual/perl-Getopt-Long"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
virtual/perl-Encode
|
||||
)
|
||||
"
|
|
@ -1,2 +1,3 @@
|
|||
DIST JSON-Parse-0.42.tar.gz 65871 SHA256 bac333e09f9e6d18daca1742732045032609a8bdd70cf93f4ae64ec48cd493aa SHA512 de13b79da092fb4232d82dfacab05c0585d77dda735b76a9622a571a1992e7e5a652b29df26f25a5837894f120d0fe4627963981636865a3a457dfe68082e34e WHIRLPOOL 0b5dcb8e47b210ed5fcfd21082cdffc3c5725e02d2e117655c47cfdb386e58710fe653ca29b9c01c94e770e3a21a3e363b2aa8fd2cef8eee685291d962a8ad7a
|
||||
DIST JSON-Parse-0.43.tar.gz 67271 SHA256 74c642000f064f6a85e3fb07ce0cb54bdea26b55af85baa71083da7e485ea98e SHA512 31495ae0298a0ced702668116b63a87d26de02eeb74b31ddeef0a25e96684bb6bc60a524534a32be5a2b5fb0adf3259084e67c829c3bea80c4a1bb33c185510e WHIRLPOOL 47f24afe264df5d8e8aa78021367759418acb00d67f90d64d34edaa77be66dea2e8d331c914d02d359f183f25b8b4a031c8acb5b5f0707529da99f5e8b7673a7
|
||||
DIST JSON-Parse-0.46.tar.gz 72873 SHA256 657d537a93d7126d01cbc41286e0d61f066e9537c9565464e052452445b22b41 SHA512 ea6180c18c0027e88bbf9ef0c088479409020fca4da9af91775a7aa4a9e65a56c6c2b5852ecf605aa1b694201a00c54d340fa79635578551c2536cbc7e829508 WHIRLPOOL 33b57062d67b6774b11189e783bc8cc05f6c405e3c6b699323c883622bac92ce5a337311163d571753aa31538c3067b93c10d130e08247d615f9a743bdd7eacf
|
||||
|
|
|
@ -9,6 +9,5 @@
|
|||
<remote-id type="cpan">JSON-Parse</remote-id>
|
||||
<remote-id type="cpan-module">JSON::Parse</remote-id>
|
||||
<remote-id type="cpan-module">JSON::Tokenize</remote-id>
|
||||
<remote-id type="cpan-module">JSON::Whitespace</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
27
dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild
Normal file
27
dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MLEHMANN
|
||||
DIST_VERSION=3.03
|
||||
DIST_EXAMPLES=("eg/bench")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Types-Serialiser
|
||||
dev-perl/common-sense
|
||||
!<dev-perl/JSON-2.900.0
|
||||
!<dev-perl/JSON-Any-1.310.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-perl/Canary-Stability
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
|
||||
test? ( virtual/perl-Test-Harness )"
|
|
@ -1 +1,2 @@
|
|||
DIST JSON-XS-3.01.tar.gz 78245 SHA256 4e8df3256a5aa9ed304ce1bbcd9140737deef31ba847bff9f4c15480c88c71ab SHA512 75acc0d1b8a916ff1ef08466357e77159f1c53a0e021f93a066f745bf3a67dbf18342fb7f1d8666f2ff2c54a0257ea8a9ce6efc8ce2eeefa81689d406f667733 WHIRLPOOL 0f16dfcc5b852bf07f71f15df24c597ffa2f6fea905cf159845abb8d1124c9c36005cf5743f89a5ab46c28f9688d367a8b08a6b4fc28964eec5b87d5190f0e44
|
||||
DIST JSON-XS-3.03.tar.gz 83303 SHA256 699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e100004f016a702e876dde SHA512 757dc3bff01860d348e3bbb0c68ddef6a80e25f74b812b1969e57f4284724fc92828014c059a91c232ba100b5c96d41257272900db48395b484d6eeb540c5db8 WHIRLPOOL fbeb37c203064b7522cd2febca8f51ab5e0f9cbf439525323d15876c875fe730303e099a640a82a2aa52f7853625e288751d93eb6058f8324e7bed3f9d7ad3f5
|
||||
|
|
|
@ -8,6 +8,5 @@
|
|||
<upstream>
|
||||
<remote-id type="cpan">JSON-XS</remote-id>
|
||||
<remote-id type="cpan-module">JSON::XS</remote-id>
|
||||
<remote-id type="cpan-module">JSON::XS::Boolean</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
27
dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
Normal file
27
dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MSCHILLI
|
||||
DIST_VERSION=1.48
|
||||
DIST_EXAMPLES=( "eg/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Log4j implementation for Perl"
|
||||
HOMEPAGE="http://log4perl.sourceforge.net/"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-File-Path-2.60.600
|
||||
>=virtual/perl-File-Spec-0.820.0
|
||||
virtual/perl-Time-HiRes
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? ( >=virtual/perl-Test-Simple-0.450.0 )
|
||||
"
|
|
@ -1,2 +1,3 @@
|
|||
DIST Log-Log4perl-1.46.tar.gz 278058 SHA256 31011a17c04e78016e73eaa4865d0481d2ffc3dc22813c61065d90ad73c64e6f SHA512 f8e9b75eb8a3d0076069b370ab2ec455a9425fa7056e40ba2ba3d3a423489d650e1a28fd5d5e7bca57511a63f6a9dc2b438dacb10b028a955ecc3516fcf3ae45 WHIRLPOOL 32c1a63ae6f574ef96d672a503233cb24a3937a6468ed5f06ba659bf06a6ded620f63606294b9db18c034dab172176d5b32058152404d1641878dc7b41e981f8
|
||||
DIST Log-Log4perl-1.47.tar.gz 278780 SHA256 9001dded011226538b9a50c7856815bb0dba72a1e6218fdcaba56f651356b96f SHA512 f0630cdb22586a9ab85d9ed900a9becb74a15376155f334efdf19bd0eeba00fe76820d6cef74550263c55dc2773504ac0ac8e94b5f287da739e8fbad18a6a5a6 WHIRLPOOL ef56d110ffec35b4021372cea07c0d4224221a0d33706006c3c9bf53d88626185b3e20c5d02d3931c9d29606d40e3df8e47685a35d1eb3b9a42284d7be7fce6c
|
||||
DIST Log-Log4perl-1.48.tar.gz 279197 SHA256 cf6e9fc1f9183fabbe540d84f603c6541458034092b7c53e41008093db62dc98 SHA512 d19a19b26fbe396e9599b27d7ebc41a80abc6b392e85f348df9b6fc8e830405e34e72fb6602dd07a7145d858368244daf35184163022721c687ae0b2d5901639 WHIRLPOOL c25bbfe9db303134f5d6a24b59e1a76967261dcd07fe4ede43ad9d31b55ce27acc18b6d07911d71a3a047d9c3d96897655a5cf555e1343256e6f2810e6bf2d45
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
<remote-id type="cpan-module">Log::Log4perl::Filter::Boolean</remote-id>
|
||||
<remote-id type="cpan-module">Log::Log4perl::Filter::LevelMatch</remote-id>
|
||||
<remote-id type="cpan-module">Log::Log4perl::Filter::LevelRange</remote-id>
|
||||
<remote-id type="cpan-module">Log::Log4perl::Filter::MDC</remote-id>
|
||||
<remote-id type="cpan-module">Log::Log4perl::Filter::StringMatch</remote-id>
|
||||
<remote-id type="cpan-module">Log::Log4perl::InternalDebug</remote-id>
|
||||
<remote-id type="cpan-module">Log::Log4perl::JavaMap</remote-id>
|
||||
|
|
23
dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
Normal file
23
dev-perl/MP3-Tag/MP3-Tag-1.140.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=ILYAZ
|
||||
DIST_VERSION=1.14
|
||||
DIST_SECTION=modules
|
||||
DIST_EXAMPLES=("examples/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Module for reading tags of MP3 Audio files"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="Artistic"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-perl/MP3-Info"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
|
@ -1 +1,2 @@
|
|||
DIST MP3-Tag-1.13.tar.gz 275907 SHA256 34d3c33c1efa4c4448e27a45b1689ca20a27882fb3c74c0d3588e6aa315f33ae SHA512 3dcdc186d8e2f00fc474eccadb755058fcba6cb80637c87d8565981f073bb19fa867a755de7423e3d58393bc730fe85f601f63dd928f4fe27a9fe9b80f63bfc3 WHIRLPOOL 1a0d203f0070af4f6fd5ae349f5957d7ca79795021b0f5ad1cabb8d1132f68b0fd916f4a63cbf15aa806d214e7d9339a8f9dce43b808015ad0759c44c0eb45c2
|
||||
DIST MP3-Tag-1.14.tar.gz 279630 SHA256 3ec392f273ce38228ee2d7e53f7622f6f90a9c31c5079e6c9f354fb04a98c259 SHA512 05e35f024868505cfc8a07146442e248ef1e80c3c156fd1eabeb874d458356f6b391793e343a24e9e490fd537e7f280316f651b6717378c06953480d271ed2e1 WHIRLPOOL 2db6994d83dcca06d48cd82275a786b01fb9deb3c4c56b5d63eb96434aea897c91c40375c4bbe54a617902b93b2cda31d211f3b1e65d53fe5eed8ec31bf54768
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST Module-ScanDeps-1.20.tar.gz 64260 SHA256 72003547e36db833f920eb85247943b755c94ded998e640bae20ff37d6104691 SHA512 1756c48d8932d50f03e5440e9b1a1c38c4f795c5701d6c9704cef88ac1162efeefb863f003b105b8516bb9cb8113c9c8524e7c6847070450228ef6baeb4d578d WHIRLPOOL d7d573c3138cf62ca371deac91ef10c9a0fad8d09abb1b7eb315921a7a420a80cf3cff4fc99bee499e1a4f22dc462da63ecd837ac0a3389789a123a71d5fae5d
|
||||
DIST Module-ScanDeps-1.23.tar.gz 55076 SHA256 162b6f771197ad4662ac60c427d473b4c0a41cac476fa96b48556cce7fca040e SHA512 7ceb1705aa9be7601a44dea2521a0952de70eb294a88939147d254c3af7056602bbfab97fd117ac4f4184da92354aa1f83f1207d84bf502eb02b0c60fc417ba8 WHIRLPOOL e179cc2552765bad5823997dbd222d7c53a1c3093193393cb35c8dc3b1e66204381c6d500ec6758e0f6e8c3520ca775502956a56d59ad3a26a068eec2f7a271d
|
||||
|
|
38
dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.ebuild
Normal file
38
dev-perl/Module-ScanDeps/Module-ScanDeps-1.230.0.ebuild
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=RSCHUPP
|
||||
DIST_VERSION=1.23
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Recursively scan Perl code for dependencies"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-File-Temp
|
||||
virtual/perl-Getopt-Long
|
||||
virtual/perl-Module-Metadata
|
||||
virtual/perl-Text-ParseWords
|
||||
virtual/perl-version
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
dev-perl/prefork
|
||||
dev-perl/Module-Pluggable
|
||||
dev-perl/Test-Requires
|
||||
)
|
||||
"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/0-pod.t
|
||||
perl-module_src_test
|
||||
}
|
|
@ -9,6 +9,5 @@
|
|||
<remote-id type="cpan">Module-ScanDeps</remote-id>
|
||||
<remote-id type="cpan-module">Module::ScanDeps</remote-id>
|
||||
<remote-id type="cpan-module">Module::ScanDeps::Cache</remote-id>
|
||||
<remote-id type="cpan-module">Module::ScanDeps::DataFeed</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST PDF-Create-1.29.tar.gz 103868 SHA256 7adc48a56786e2b15147e94d9474cfaabc652f83def13491d699ae19dda6d592 SHA512 82939b22163c448de67565ff0997021c2df2345a1af443e7b9e00fdb299108cea71c9157a945881314742167cefa55b57909e28905e29bb743aa3448b33dbb4d WHIRLPOOL a688cfe61f18ee6c32392b04549240e5ad7c7110244a0884f475219cd1e1ab44112bb0d3d40e5f751c2da4c4da5cb5a82ad8357830debbb03acccadda9b60ded
|
||||
DIST PDF-Create-1.37.tar.gz 120384 SHA256 fd2e76a5d5aefe40421dd2ebd90d61f9239344a9eee75611951751ba615ecc5b SHA512 75ef488ddfbda663997b3fb036d99fe8e93554d7fcc6fea420d099d5d02db4d51ca21b194a59ca5225b53b7f1cfe8ec73d0e55adac4fb49c023c0c890272746f WHIRLPOOL ec1d6dd56ddc7dee54dd21441416b9b70e48d7cdfe52b8b67de79d2373b8f3a4b6bcb39aeedb085ca563ec9e9764ddc2bab4dcdbe87b589b06272a1a09bbb05a
|
||||
|
|
37
dev-perl/PDF-Create/PDF-Create-1.370.0.ebuild
Normal file
37
dev-perl/PDF-Create/PDF-Create-1.370.0.ebuild
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=MANWAR
|
||||
DIST_VERSION=1.37
|
||||
DIST_EXAMPLES=( "eg/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Create PDF documents in Perl"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test examples"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Data-Dumper
|
||||
>=dev-perl/File-Share-0.250.0
|
||||
dev-perl/JSON
|
||||
virtual/perl-Scalar-List-Utils
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
dev-perl/File-ShareDir-Install
|
||||
test? (
|
||||
virtual/perl-File-Temp
|
||||
>=dev-perl/Test-LeakTrace-0.140.0
|
||||
>=virtual/perl-Test-Simple-1.0.0
|
||||
)
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files "t/changes.t" "t/meta-json.t" "t/meta-yml.t" "t/pod.t" "t/manifest.t"
|
||||
perl-module_src_test
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
<remote-id type="cpan-module">PDF::Create</remote-id>
|
||||
<remote-id type="cpan-module">PDF::Create::Outline</remote-id>
|
||||
<remote-id type="cpan-module">PDF::Create::Page</remote-id>
|
||||
<remote-id type="cpan-module">PDF::Font</remote-id>
|
||||
<remote-id type="cpan-module">PDF::Image::GIF</remote-id>
|
||||
<remote-id type="cpan-module">PDF::Image::JPEG</remote-id>
|
||||
</upstream>
|
||||
|
|
|
@ -4,3 +4,4 @@ DIST aiohttp-1.0.4.tar.gz 562803 SHA256 7e2d4282b2031ca2aaef35d4291743f37a884082
|
|||
DIST aiohttp-1.0.5.tar.gz 563623 SHA256 053a16d03672cb3055cfac06650d238f55205702207be4a3b40c42333df0ebeb SHA512 f6fe77729a54d817046f0cc952d8906524c2dfe6712dd1972d696680fe34310b6dba9a3b48b6e27c52d3fedd3fa0f541a7c1ac45488b3358e39e3768a01749d9 WHIRLPOOL 51c609bed1bad59e8c1761fa412ed36031da7b80dff03f5edffd84763044cdb570c49d7b9970d133c9b1b224cc293e73004b00447f5b242d91c8286cc21e87c9
|
||||
DIST aiohttp-1.1.1.tar.gz 575872 SHA256 6f624d2b340a2c622949e5585540373a86349d31c2f6d46cd4d7b8446cf35f4a SHA512 38636ce4547688ade569ebfc0dbc62b769379500451954c528cd5dddfc7e6c25e6397a56382959ecd43c85c2f344039f4140bf91551e90b288fbd2aefdc94823 WHIRLPOOL d08ba4a51ddb8f66ceed6a64b304192635fccca31f9982484d17f4beaee3cb60d341a3101db6fda8d45231bd99e82ee18b3b86270edbbb9312bd9504f360ac43
|
||||
DIST aiohttp-1.1.2.tar.gz 576160 SHA256 8be33ad39522d5fbc06ce527da4615bf93e6c5d4f933173072bc51fa27ea0cf4 SHA512 ccba7a8e9a2cebaa0afadcfa927fbe9113577b2c69165cd64d8f1169d6cdb4efca252a228ad8d4780b20fcc94fffb9fa8217cbd0d49cbe9c5560a81e4423be41 WHIRLPOOL ea3f9d74f7c4a0d266b56a2cd5a8655734fd8c9043a7b8f5423f960ff90cbaec1b1d6f3965b089d1cb4db7e1abb39a58dd7d5f627e6f88fb292c822ae75ab77a
|
||||
DIST aiohttp-1.1.5.tar.gz 577346 SHA256 8f4c31a10b0a96667ac8a13e3756a3505e040c423c3c4075b99745056b3537d8 SHA512 44b1474a64ce150164045f30734da119a1848a3677d885493f99f2d724d20884dac9a24adce4b90017e203fc67b295443f91d14f1af9eb20d657a3cd4b69d747 WHIRLPOOL 036265681123f902aaa2000fd6ddd83980c3b1a48d67b583b5e1da7e7079d381a9c92669c12040c1494ba3890c2a849cd1f190003a1ec611df7a72843242bcec
|
||||
|
|
59
dev-python/aiohttp/aiohttp-1.1.5.ebuild
Normal file
59
dev-python/aiohttp/aiohttp-1.1.5.ebuild
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="6"
|
||||
|
||||
PYTHON_COMPAT=( python3_4 python3_5 )
|
||||
|
||||
inherit distutils-r1 vcs-snapshot
|
||||
|
||||
DESCRIPTION="http client/server for asyncio"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/aiohttp"
|
||||
SRC_URI="https://github.com/KeepSafe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc test"
|
||||
|
||||
CDEPEND="
|
||||
dev-python/async_timeout[${PYTHON_USEDEP}]
|
||||
dev-python/chardet[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-2.0[${PYTHON_USEDEP}]
|
||||
dev-python/yarl[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
doc? (
|
||||
>=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
|
||||
dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
|
||||
dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
)
|
||||
test? (
|
||||
${CDEPEND}
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
www-servers/gunicorn[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
RDEPEND="${CDEPEND}"
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
PYTHONPATH="${PWD}:${PYTHONPATH}" ${PYTHON} -m pytest tests/ || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
DIST bandit-0.13.2.tar.gz 68888 SHA256 ef78c4dda20f758f95aca467fbb6609a696b6df13104d324b329b1bca963e30d SHA512 0809b7bca2f88e579760c7dcd3fedd1bdd394930eb0cd203ec24d75a18cc8007fa0db304a378f2d99d9cfd5e8b1f34a4ebe427a4bcb5daadf3d29acf0a26da42 WHIRLPOOL c91c140a79816d55f46b4b81e8554e2e36ff47b217da0258cc8ca220b59fd1b0622bd938956280ee111ee994cee81a442da3148fc1be9f0ff8c7d1ea2cdc305d
|
||||
DIST bandit-1.0.1.tar.gz 130662 SHA256 3d3a88bf82375cd18ab889c2bf86dcf840798c74a1a6b8d3015071d9ebf2dcd7 SHA512 47e82de934d1f7b28d4d9acbc33b7cd704bab9332b1ef5815e8f6f8b6c99763b758716782ae0a6b0a7db393e0ec6d619c9c3c70e2e645f23dff28b0de04250d2 WHIRLPOOL f0df1e05bce8c6ee0909ceae6bba0c5f7591a229f99c7c38a726460fb363720a28d87fc47aaa197d00b84c01b3b570a61da82c1902f4b4611b332e2b6d0fb9ad
|
||||
DIST bandit-1.1.0.tar.gz 135333 SHA256 b5a011ab77bb9d9f7aca349732db7b9789ebe86a57a9cb49314abcb41161a15e SHA512 0344be4c98b4f1df056761f7735fa0b23dc234c64ca0090d3e665899905eaac9d49750a7ebe6f7f9e4c39d07f3c2cb0d653cc65c0e56dfadac0caeac5799af94 WHIRLPOOL 3df6eb26693d2d0b40ebbcb6774e2a0bba2cda8fad62952467a3b18b1cf538758fefeb2b2281c0c3c5d5de5674ab177ed38263c50451c250502b740df8f1545b
|
||||
DIST bandit-1.2.0.tar.gz 138040 SHA256 cb2265e740ab2290f8621dc9d6cd0ef22b53c85f986ef6285b1867338192da87 SHA512 f2119bb7b920ca7b4254fed433ee0e41bbbde51a45cd88283fac1a9ac8f60ce621fffecca676bdb8db7ea5cb925851e50176014405425c30b5991e17f57f294a WHIRLPOOL fceed98c132887b0d85e7c926a5e71dc92b43ec75401cbb12127cb6c42111a5506ba800130b2a1bfd0f0340ca7b15045842c566d0f02bfa44a65f9c8510d65c8
|
||||
|
|
51
dev-python/bandit/bandit-1.2.0.ebuild
Normal file
51
dev-python/bandit/bandit-1.2.0.ebuild
Normal file
|
@ -0,0 +1,51 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A security linter from OpenStack Security"
|
||||
HOMEPAGE="https://openstack.org"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${CDEPEND}
|
||||
test? (
|
||||
>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
|
||||
<dev-python/hacking-0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
|
||||
<dev-python/sphinx-1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
>=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
>=dev-python/git-python-1.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
testr init
|
||||
testr run || die
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
DIST OOSuite-0.45.zip 520692 SHA256 62bae3f45d256c63858f5acb4caeffd1c93d0b8748a2cdfed8ac9323258eb6fe SHA512 9908da3fd5919a18770f45ff1e995d8345e3dca22b90aa4cec439485d261e482633e481fb1f57aa6e1da43505da3a009ad97aa9a306171eb885dd7ee19f48c74 WHIRLPOOL 1674fe4d0bd5df81724d40d6b2b9947315c116c242e5699d91fe3c72cec4b8333db1b3c28e394fe1fca9243e8a1478a36aaa96c715f716ca1e195669df0431b5
|
||||
DIST OOSuite-0.50.zip 529690 SHA256 64954e7f22fb8218d24d0c479671dcf53442896c2dcacd50dae27ea9510f9c59 SHA512 b8dcdb750bd623050702c40e221f681a1b226975532dfe9b2e8d9b4cda7948612782c049ea46f582bf38a99e7b746e0d20afba5693f7ab36f8288cec7c44a7d2 WHIRLPOOL 5a4be22c24274b94d0259ffe48fa8156733ad5e814b1783cb4db10f9c9f424d3600b3c43595fc915e59d374105f89756b9b9d71d03bad3cfd3353a67bc672c52
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sci-mathematics@gentoo.org</email>
|
||||
<name>Gentoo Mathematics Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
The OpenOpt suite of Python packages contains the following modules:
|
||||
* openopt: universal numerical optimization package with
|
||||
several solvers (e.g. ralg) and connections to tens of other,
|
||||
graphical output of convergence.
|
||||
* FuncDesigner: tool to rapidly build functions over
|
||||
variables/arrays and get their dense/sparse derivatives via
|
||||
automatic differentiation, integration (with specifiable accuracy by
|
||||
interalg), interpolation, uncertainty analysis and interval
|
||||
analysis, eigenvalue analysis, solve systems of linear/nonlinear/ODE
|
||||
equations and numerical optimization problems coded in FuncDesigner
|
||||
by OpenOpt.
|
||||
* DerApproximator: tool to get (or check user-supplied) derivatives
|
||||
via finite-difference approximation
|
||||
* SpaceFuncs: tool for 2D, 3D, N-dimensional geometric modeling with
|
||||
possibilities of parametrized calculations, numerical optimization
|
||||
and solving systems of geometrical equations.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
|
@ -1,109 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE='tk?'
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
MYPN="OOSuite"
|
||||
MYPID="f/f3"
|
||||
|
||||
DESCRIPTION="OpenOpt suite of Python modules for numerical optimization"
|
||||
HOMEPAGE="http://openopt.org/"
|
||||
SRC_URI="http://openopt.org/images/${MYPID}/${MYPN}.zip -> ${MYPN}-${PV}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="examples minimal tk"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
!minimal? (
|
||||
dev-python/cvxopt[glpk,${PYTHON_USEDEP}]
|
||||
dev-python/lp_solve[${PYTHON_USEDEP}]
|
||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
||||
dev-python/setproctitle[${PYTHON_USEDEP}]
|
||||
sci-libs/nlopt[python]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}] )"
|
||||
DEPEND="
|
||||
app-arch/unzip
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/PythonPackages"
|
||||
|
||||
OO_DIRS="DerApproximator FuncDesigner OpenOpt SpaceFuncs"
|
||||
|
||||
python_prepare() {
|
||||
# reorganize SpaceFuncs
|
||||
pushd SpaceFuncs > /dev/null
|
||||
mkdir SpaceFuncs
|
||||
cp __version__.py SpaceFuncs || die
|
||||
mv SpaceFuncs.py __init__.py kernel SpaceFuncs || die
|
||||
popd > /dev/null
|
||||
local d
|
||||
for d in ${OO_DIRS}; do
|
||||
pushd ${d} > /dev/null
|
||||
find . -name "*COPYING*" -delete
|
||||
find . -type d -name examples -or -name tests -or -name doc \
|
||||
-exec rm -r '{}' +
|
||||
distutils-r1_python_prepare
|
||||
popd > /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
# move all examples and tests to ease installation in proper directory
|
||||
mkdir "${WORKDIR}/examples"
|
||||
local d e
|
||||
for d in ${OO_DIRS}; do
|
||||
mkdir "${WORKDIR}/examples/${d}" || die
|
||||
for e in $(find ${d} -type d -name examples -or -name tests -or -name doc); do
|
||||
mv ${e} "${WORKDIR}/examples/${d}/" || die
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
local d
|
||||
for d in ${OO_DIRS}; do
|
||||
pushd ${d} > /dev/null
|
||||
distutils-r1_python_compile
|
||||
popd > /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local d t oldpath=${PYTHONPATH}
|
||||
for d in ${OO_DIRS}; do
|
||||
PYTHONPATH="${BUILD_DIR}/${d}/build/lib:${PYTHONPATH}"
|
||||
done
|
||||
export PYTHONPATH
|
||||
cd "${WORKDIR}"/examples
|
||||
# limit the tests, other need more dependencies
|
||||
for t in \
|
||||
DerApproximator/tests/t_check.py \
|
||||
FuncDesigner/examples/sle1.py \
|
||||
OpenOpt/examples/nlp_1.py \
|
||||
SpaceFuncs/examples/triangle.py
|
||||
do
|
||||
"${PYTHON}" ${t} || die "test ${t} failed"
|
||||
done
|
||||
export PYTHONPATH=${oldpath}
|
||||
}
|
||||
|
||||
python_install() {
|
||||
local d
|
||||
for d in ${OO_DIRS}; do
|
||||
pushd ${d} > /dev/null
|
||||
distutils-r1_python_install
|
||||
popd > /dev/null
|
||||
done
|
||||
use examples && EXAMPLES="${WORKDIR}"/examples
|
||||
}
|
|
@ -1,109 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE='tk?'
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
MYPN="OOSuite"
|
||||
MYPID="f/f3"
|
||||
|
||||
DESCRIPTION="OpenOpt suite of Python modules for numerical optimization"
|
||||
HOMEPAGE="http://openopt.org/"
|
||||
SRC_URI="http://openopt.org/images/${MYPID}/${MYPN}.zip -> ${MYPN}-${PV}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="examples minimal tk"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
!minimal? (
|
||||
dev-python/cvxopt[glpk,${PYTHON_USEDEP}]
|
||||
dev-python/lp_solve[${PYTHON_USEDEP}]
|
||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
||||
dev-python/setproctitle[${PYTHON_USEDEP}]
|
||||
sci-libs/nlopt[python]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}] )"
|
||||
DEPEND="
|
||||
app-arch/unzip
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/PythonPackages"
|
||||
|
||||
OO_DIRS="DerApproximator FuncDesigner OpenOpt SpaceFuncs"
|
||||
|
||||
python_prepare() {
|
||||
# reorganize SpaceFuncs
|
||||
pushd SpaceFuncs > /dev/null
|
||||
mkdir SpaceFuncs
|
||||
cp __version__.py SpaceFuncs || die
|
||||
mv SpaceFuncs.py __init__.py kernel SpaceFuncs || die
|
||||
popd > /dev/null
|
||||
local d
|
||||
for d in ${OO_DIRS}; do
|
||||
pushd ${d} > /dev/null
|
||||
find . -name "*COPYING*" -delete
|
||||
find . -type d -name examples -or -name tests -or -name doc \
|
||||
-exec rm -r '{}' +
|
||||
distutils-r1_python_prepare
|
||||
popd > /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
# move all examples and tests to ease installation in proper directory
|
||||
mkdir "${WORKDIR}/examples"
|
||||
local d e
|
||||
for d in ${OO_DIRS}; do
|
||||
mkdir "${WORKDIR}/examples/${d}" || die
|
||||
for e in $(find ${d} -type d -name examples -or -name tests -or -name doc); do
|
||||
mv ${e} "${WORKDIR}/examples/${d}/" || die
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
local d
|
||||
for d in ${OO_DIRS}; do
|
||||
pushd ${d} > /dev/null
|
||||
distutils-r1_python_compile
|
||||
popd > /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local d t oldpath=${PYTHONPATH}
|
||||
for d in ${OO_DIRS}; do
|
||||
PYTHONPATH="${BUILD_DIR}/${d}/build/lib:${PYTHONPATH}"
|
||||
done
|
||||
export PYTHONPATH
|
||||
cd "${WORKDIR}"/examples
|
||||
# limit the tests, other need more dependencies
|
||||
for t in \
|
||||
DerApproximator/tests/t_check.py \
|
||||
FuncDesigner/examples/sle1.py \
|
||||
OpenOpt/examples/nlp_1.py \
|
||||
SpaceFuncs/examples/triangle.py
|
||||
do
|
||||
"${PYTHON}" ${t} || die "test ${t} failed"
|
||||
done
|
||||
export PYTHONPATH=${oldpath}
|
||||
}
|
||||
|
||||
python_install() {
|
||||
local d
|
||||
for d in ${OO_DIRS}; do
|
||||
pushd ${d} > /dev/null
|
||||
distutils-r1_python_install
|
||||
popd > /dev/null
|
||||
done
|
||||
use examples && EXAMPLES="${WORKDIR}"/examples
|
||||
}
|
56
dev-python/oslo-messaging/oslo-messaging-4.6.1-r1.ebuild
Normal file
56
dev-python/oslo-messaging/oslo-messaging-4.6.1-r1.ebuild
Normal file
|
@ -0,0 +1,56 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/oslo.messaging"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
|
||||
S="${WORKDIR}/oslo.messaging-${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
CDEPEND="
|
||||
>=dev-python/pbr-1.8[${PYTHON_USEDEP}]
|
||||
<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${CDEPEND}"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
>=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-service-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/cachetools-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/py-amqp-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/kombu-3.0.25[${PYTHON_USEDEP}]
|
||||
!~dev-python/kombu-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pika-0.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pika-pool-0.1.3[${PYTHON_USEDEP}]
|
||||
virtual/python-futures[${PYTHON_USEDEP}]
|
||||
>=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
|
||||
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i '/^hacking/d' test-requirements.txt || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
57
dev-python/oslo-messaging/oslo-messaging-5.10.0-r1.ebuild
Normal file
57
dev-python/oslo-messaging/oslo-messaging-5.10.0-r1.ebuild
Normal file
|
@ -0,0 +1,57 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/oslo.messaging"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
|
||||
S="${WORKDIR}/oslo.messaging-${PV}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${CDEPEND}"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
>=dev-python/futurist-0.11.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/futurist-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/cachetools-1.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/py-amqp-1.4.0[${PYTHON_USEDEP}]
|
||||
<dev-python/py-amqp-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/kombu-3.0.25[${PYTHON_USEDEP}]
|
||||
!~dev-python/kombu-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pika-0.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pika-pool-0.1.3[${PYTHON_USEDEP}]
|
||||
virtual/python-futures[${PYTHON_USEDEP}]
|
||||
>=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
|
||||
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i '/^hacking/d' test-requirements.txt || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
DIST pylons-sphinx-themes-0.3.1.tar.gz 135393 SHA256 c107542e6a3ed89a9e9d9d2cd9d2f8ee3e6d551a394796bb6a9fb03a36afaa58 SHA512 3b3c51b9efc1e4d753b5c0be6baf2a0ea876c536be7d19f3226135d379930320ecca91cd964c9b577347184079cf07349be24c38851511631a5d5b45d1e5ad20 WHIRLPOOL 4ee426757a070a9790ede16ef8f806e795d9b0ee8dcfb4022e965f679e8463bd1cee97f14d54b7f621358dc06b1ad301b5c6420e705ae1530c29694dd0f8ab31
|
|
@ -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 python3_{4,5} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pylons Sphinx themes for documentation styling"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pylons-sphinx-themes"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-4"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
@ -1,2 +0,0 @@
|
|||
DIST Pylons-1.0.1.tar.gz 2299257 SHA256 7c22579516d92e6fcab3f9555b33fe7a259cc2e16d2fe414816c0138c91e8c0d SHA512 1b34541c912c914636fc7b0d358439a6705e5161a306a4bfa6a08cbc1ee4741cb3882afc9cae9a22d208f89f9648a4b7559304842339c8d6d75472f058a91ceb WHIRLPOOL 58019b223a0fc52f5cf7582a03ae7f5b25c29b88d3faff42c03ed5602f3fb2bc4bc9a4cce48d761109c2c7a4edc0b05ffcb100bf1bab70cf572f93c6da38d2c8
|
||||
DIST Pylons-1.0.2.tar.gz 187012 SHA256 918fd04b8bdb9515ebb8ccbb981df43276aeaf865a0d4cec81b392b3ac96874f SHA512 a57b6cd25486824dc3143b1202dc7c11ed5bbb5f5beba4359a1a491bb1611057976d36b0792037aabda3bc5ef87e12f3dc17a431609961c81a28632268570bb1 WHIRLPOOL 97e925456e443a5fe0512663460dc639d723d0c9ce922a5707bd3a41e01bc570e0f6411d0865e6f96138f43925fb9d68a609ba998d1760d5c72dce12106b76a9
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="genshi">Add optional genshi support</flag>
|
||||
<flag name="jinja">Add optional jinja support</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="pypi">Pylons</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -1,54 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="Pylons"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Pylons Web Framework"
|
||||
HOMEPAGE="http://pylonshq.com/ https://pypi.python.org/pypi/Pylons"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="genshi jinja test"
|
||||
|
||||
RDEPEND=">=dev-python/beaker-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/decorator-2.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/formencode-1.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mako-0.2.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pastescript-1.7.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/routes-1.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplejson-2.0.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/tempita-0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/weberror-0.10.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/webhelpers-0.6.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/webob-0.9.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/webtest-1.1[${PYTHON_USEDEP}]
|
||||
genshi? ( >=dev-python/genshi-0.4.4[${PYTHON_USEDEP}] )
|
||||
jinja? ( >=dev-python/jinja-2[${PYTHON_USEDEP}] )"
|
||||
# Dependency on >=dev-python/coverage-2.85 and dev-python/genshi is not with Jython.
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/coverage-2.85[${PYTHON_USEDEP}]
|
||||
dev-python/genshi[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.2.1[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_test() {
|
||||
nosetests || die "Tests fail with ${EPYTHON}"
|
||||
}
|
|
@ -1,54 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="Pylons"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Pylons Web Framework"
|
||||
HOMEPAGE="http://pylonshq.com/ https://pypi.python.org/pypi/Pylons"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="genshi jinja test"
|
||||
|
||||
RDEPEND=">=dev-python/beaker-1.5.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/formencode-1.2.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/mako-0.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/nose-1.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/paste-1.7.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pastescript-1.7.4.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplejson-2.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/tempita-0.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/weberror-0.10.3[${PYTHON_USEDEP}]
|
||||
dev-python/webhelpers[${PYTHON_USEDEP}]
|
||||
>=dev-python/webob-1.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/webtest-1.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/markupsafe-0.15[${PYTHON_USEDEP}]
|
||||
genshi? ( >=dev-python/genshi-0.6[${PYTHON_USEDEP}] )
|
||||
jinja? ( >=dev-python/jinja-2[${PYTHON_USEDEP}] )"
|
||||
# Dependency on >=dev-python/coverage-2.85 and dev-python/genshi is not with Jython.
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( ${RDEPEND}
|
||||
>=dev-python/coverage-2.85[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
REQUIRED_USE="test? ( genshi jinja )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_test() {
|
||||
nosetests || die "Tests fail with ${EPYTHON}"
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
DIST python-ceilometerclient-1.1.1.tar.gz 87597 SHA256 f48e2d9ecef25ab784510fa0b299d0d73aa8f41652abf9f28393a93612416a29 SHA512 ce4768e67c6a5871ec52de433292c6328d387d94860f808f63ab9102f96ba3ca2397116792a5b907d9037290a31c2780149481f1f12581e0a9dd585f4e8d0909 WHIRLPOOL 6ec0fba808036620729e984ce66ae90a9a45a4a1167ad25dc11e2da549406cfea12758e80574a7cbcb0dc56c99138918c834eb57ad486821c050a6812e425e03
|
||||
DIST python-ceilometerclient-2.6.1.tar.gz 94237 SHA256 5e3f77c8028324e427d5058bff0cd314164f5f43fcf5c76c5b78a699f801766a SHA512 5d56def259015f96a05b0aa345a0d48ba79314e8c35964efbf60f5f62e2178d2e06d66e478dd92bb65449a6f398ee8e1599065c34850d17df0ce38a12343d1fe WHIRLPOOL 62f21939a9cf84660b8cc050ab5f47d9efac1553ae833866859523fd4b542e66a6a186701cf7417f629f9b6893c9d60d0ac07445730e2d771ac0009a92fa8c3e
|
||||
DIST python-ceilometerclient-2.6.2.tar.gz 94001 SHA256 cc2f11868985b50081b36a212f2bbd30dc646c938971b3ec5dcb32e3aae933b1 SHA512 547df2616adbe437a751026554bf11e74ba753a3bc905fa71621d47accabcf6d4e1a67ad2516af91b5ba9600d4721a1f4bce730862fb18b63249d5334a78972d WHIRLPOOL 9351ed84232742bf50d139fffd4ea59ebbc1b93c48c82df15b1a43756c487d0ea89f8368184ca72a4a9ecb793fa16f4960e853d4958f10c8d0d3f556bf4a1e53
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This is a client library for Ceilometer built on the Ceilometer API"
|
||||
HOMEPAGE="https://github.com/openstack/python-ceilometerclient"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${CDEPEND}
|
||||
test? (
|
||||
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
|
||||
<dev-python/fixtures-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mock-1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
|
||||
!~dev-python/sphinx-1.2[${PYTHON_USEDEP}]
|
||||
<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/keystoneauth-2.1.0
|
||||
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
|
||||
<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/stevedore-1.10.0[${PYTHON_USEDEP}]"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i '/^hacking/d' test-requirements.txt || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
testr init
|
||||
testr run || die "tests failed under python2.7"
|
||||
flake8 ceilometerclient/tests/ || die "run over tests folder by flake8 yielded error"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.ffii.org/pub/cjk/${MY_P}.tar.gz
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
IUSE="doc emacs"
|
||||
|
||||
RDEPEND="virtual/latex-base
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DIST debootstrap_1.0.75.tar.gz 61897 SHA256 4fdc5daf7bce3816a7faa916e7cbd6d45357f241f0d845bec0015c06fd7c7cd6 SHA512 bbf4a9e33ee0b398064aa12ba77c7e2ad8fba0e050a8d821341c9c065f8554476aaa6c67f93e3255f85828b98643080f331aee9de6a901a9d5fb5cbcb8ed6beb WHIRLPOOL dca8e385102ef03ea970320fc1fea8a8f44fc09b78384591911df046afb0f14157e90fafb3cf8c021ea7568e22eea9f26674eb07cfb25b21ed72810cf0957c7a
|
||||
DIST debootstrap_1.0.85.tar.gz 65743 SHA256 134b937991effdddfd2de57de615dc0f59bef27ec684ca0a26e4887ea49ef576 SHA512 642559fd37a309a419018e36c32bbb951df02f14f37d715087b14f8ae81f70a4b3a44385af6b84eab370b39634de5dd7a49a4f7e1d511925db1e9798099273a6 WHIRLPOOL bb725c7ca4f1f3157748b36b72ebda7e0b86d8b2d745082848bc2bd463873ef1fb58e57095340e8289c4a153bff477d8768236746d53137f1c71e345ab4b154a
|
||||
DIST debootstrap_1.0.86.tar.gz 65352 SHA256 ce7eb450f7d5dd55d9b49f8a68f2b33c5f4edeba93c2d63ef3dd01e009f4fb5c SHA512 f9f4714e7017ae8788cc0e3939b5365fde2298a6bc05b160af652d421b8330611414c524fcb8e2d1c265e70920a62400de04eb5e57aa81e6f240d6fd0ff829a2 WHIRLPOOL 2aac00da8eaf54085606a6f36e05fbc27c59bf3a3b4229f4780306944c84ca70f18bda1492bdd523ccbf08edd3c35c29ad6f1e230ae5aaeeb284072b79c0f48e
|
||||
DIST debootstrap_1.0.87.tar.gz 65875 SHA256 e48c931b8c0a4981c580db1a85418177bf62f18320a376aefbc7910e1f1fb3aa SHA512 a36d566292f25093e0367a912f262e95036e355a3f4872a5b957cff53999f4491cc30d7d65a08c31e68f98d75c0a5229b88681895720ff9a610d5fffe4565060 WHIRLPOOL b1fa7835051b69fc21bdbdadad81af3f5e9ba2218c0502c86a93118282e1ca0e901e81b5a6ab691bc6f154265d651ec7bb598d4df89387c04a3c87c5285e777e
|
||||
DIST devices.tar.gz 47835 SHA256 0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432 WHIRLPOOL 222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732
|
||||
|
|
|
@ -20,7 +20,6 @@ RDEPEND="
|
|||
sys-devel/binutils
|
||||
"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
DOCS=( TODO debian/changelog )
|
||||
|
||||
src_unpack() {
|
|
@ -1 +1,2 @@
|
|||
DIST dropwatch-1.4.tbz2 32199 SHA256 ede45fd3b4a847a9befa73e9e8f6336aee5418fc3e041648c684e5085113a3b4 SHA512 a5744ea156464c53d31d5b54bcaf9bd61f2035285059bc05a3eec20be71d1451a6191237f194dc5d8e6fb6fcbb81d9ef87adf5ac2d878cc1f159191c47118e29 WHIRLPOOL 3d8661ab85da0a7485e8f6312eeb99e1ed14f6af38d119093c835e94f518918908e596d3e5744be5f529d280b6644b459106eb503112df58b63865737f8eecc1
|
||||
DIST dropwatch-1.4_p20150706.tar.xz 14880 SHA256 c0977172d1d1f14ddadf4fd5f5449f1ef0ced77c73b34c4ce9d256c7380c9b29 SHA512 f78f19f063408cb655869e662e92709b1cec820ab35b11272b87a990c380e0799c6e9067dcf53edab795916347dfe3fd04932f9699c3f5649f96d62567957fbd WHIRLPOOL 26e460964db3c71bb9a0d7f89fcec5985471a7ad94cdaadd4fdef0e0a70f1d990fd8db1092945fd30e34fe54868647d31d60235b4fa7d60533c58e4e1e050d4d
|
||||
|
|
42
dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
Normal file
42
dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-info toolchain-funcs
|
||||
|
||||
DESCRIPTION="A utility to interface to the kernel to monitor for dropped network packets"
|
||||
HOMEPAGE="https://fedorahosted.org/dropwatch/"
|
||||
SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-libs/libnl:3
|
||||
sys-libs/binutils-libs:=
|
||||
sys-libs/readline:="
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
CONFIG_CHECK="~NET_DROP_MONITOR"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-makefile.patch"
|
||||
"${FILESDIR}/${PN}-1.4-binutils-2.23.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" -C src
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "src/${PN}"
|
||||
doman "doc/${PN}.1"
|
||||
dodoc README
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "Ensure that 'drop_monitor' kernel module is loaded before running ${PN}"
|
||||
}
|
|
@ -1,6 +1,16 @@
|
|||
diff -aurd src.orig/lookup.c src/lookup.c
|
||||
--- src.orig/lookup.c 2011-10-03 22:51:38.000000000 +0400
|
||||
+++ src/lookup.c 2013-02-18 09:13:56.683214438 +0400
|
||||
commit a5aa2c3cbae207d12b9f2fded36a47031c55be36
|
||||
Author: Andrew Savchenko <bircoph@gmail.com>
|
||||
Date: Thu Nov 17 00:04:47 2016 +0300
|
||||
|
||||
Fix build with recent binutils
|
||||
|
||||
Gentoo-Bug: 457980
|
||||
Upstream Ticket: 5
|
||||
|
||||
diff --git a/src/lookup.c b/src/lookup.c
|
||||
index ba54991..809981b 100644
|
||||
--- a/src/lookup.c
|
||||
+++ b/src/lookup.c
|
||||
@@ -27,13 +27,13 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -16,9 +26,10 @@ diff -aurd src.orig/lookup.c src/lookup.c
|
|||
|
||||
extern struct lookup_methods bfd_methods;
|
||||
extern struct lookup_methods kallsym_methods;
|
||||
diff -aurd src.orig/lookup.h src/lookup.h
|
||||
--- src.orig/lookup.h 2011-10-03 22:51:38.000000000 +0400
|
||||
+++ src/lookup.h 2013-02-18 09:11:00.506895026 +0400
|
||||
diff --git a/src/lookup.h b/src/lookup.h
|
||||
index e6568d8..47a7b56 100644
|
||||
--- a/src/lookup.h
|
||||
+++ b/src/lookup.h
|
||||
@@ -28,6 +28,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <asm/types.h>
|
||||
|
@ -29,9 +40,10 @@ diff -aurd src.orig/lookup.h src/lookup.h
|
|||
|
||||
/*
|
||||
* Initalization routine
|
||||
diff -aurd src.orig/lookup_bfd.c src/lookup_bfd.c
|
||||
--- src.orig/lookup_bfd.c 2012-01-16 22:34:11.000000000 +0400
|
||||
+++ src/lookup_bfd.c 2013-02-18 09:14:02.472984310 +0400
|
||||
diff --git a/src/lookup_bfd.c b/src/lookup_bfd.c
|
||||
index cc7010b..271d426 100644
|
||||
--- a/src/lookup_bfd.c
|
||||
+++ b/src/lookup_bfd.c
|
||||
@@ -25,13 +25,13 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -47,9 +59,10 @@ diff -aurd src.orig/lookup_bfd.c src/lookup_bfd.c
|
|||
|
||||
|
||||
static int lookup_bfd_init(void)
|
||||
diff -aurd src.orig/lookup_kas.c src/lookup_kas.c
|
||||
--- src.orig/lookup_kas.c 2012-05-31 02:43:23.000000000 +0400
|
||||
+++ src/lookup_kas.c 2013-02-18 09:14:07.906101713 +0400
|
||||
diff --git a/src/lookup_kas.c b/src/lookup_kas.c
|
||||
index 16e639f..556cb62 100644
|
||||
--- a/src/lookup_kas.c
|
||||
+++ b/src/lookup_kas.c
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
diff --git a/src/Makefile b/src/Makefile
|
||||
index 5bc6aaa..4eab2e8 100644
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -1,14 +1,14 @@
|
||||
all: dropwatch
|
||||
|
||||
CPPFLAGS += -D_GNU_SOURCE
|
||||
-CFLAGS += -g -Wall -Werror $(shell pkg-config --cflags libnl-3.0)
|
||||
+CFLAGS += -g -Wall $(shell pkg-config --cflags libnl-3.0)
|
||||
LDLIBS += -lbfd -lreadline -lnl-3 -lnl-genl-3
|
||||
|
||||
OBJFILES := main.o lookup.o\
|
||||
lookup_bfd.o lookup_kas.o
|
||||
|
||||
dropwatch: $(OBJFILES)
|
||||
- $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
+ $(LINK.o) $(CFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
clean:
|
||||
$(RM) dropwatch *.o
|
|
@ -1,2 +1,2 @@
|
|||
DIST ELFkickers-3.0.tar.gz 99527 SHA256 8597dc38ecb1a352f86c5075608547f2c4dcd50f4ba89de70c5494cf6611c6aa SHA512 dab3076baa0bc62cdcadd885fa101df77e602ba32b67ad1635be1f981e817078944f682f3bffaba1c8b0dc181036f7266ddbd82fe15a2e34ca5dadf1aa9974ed WHIRLPOOL d5d4a98169ad397df695a7f7861a95b44ca7c48d454968788965098077e04a58c953d984dfa6dbb7963c1cd52cec2965f4faf6a7ca08e1adde1e9d8915dabd62
|
||||
DIST ELFkickers-3.0a.tar.gz 100112 SHA256 c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f SHA512 c90a763e5b60069f9cb67fd5c114da753184ff466c3db1dd9a44e86de9408a4384a3ac00a8c67191ca9a6556fd0db11058542361e987710f9b5bedabaec2717c WHIRLPOOL 9ed47c5c64c79dca6bce891beb430502b33481b3bc14f19f46e26157b6772ca5d1e6bc00907337dd3dc07d163b6a0cc246fef7e4afd36a85547e210b7b4bd2ea
|
||||
DIST ELFkickers-3.1.tar.gz 101406 SHA256 6d663fb06dd723a078282937052368498e3860d3c42f0d765579d496e5f51a58 SHA512 a0b1ba6cdb23b12f41b81cac1960b15cc2a4418cef48923900b668fa5132ce428bab16b1780698864fdf0c374762d57f471fc124d231f8de143be172c757000b WHIRLPOOL 550df625744d0de9170623ae6aa849840309369085be65d7784b81147826109f8c2997d65cdc20359f728b468a94b212bc5c89d6236a0cb05c9f98fa8e3fec9d
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
MY_PN=${PN/elf/ELF}-${PV}
|
||||
S=${WORKDIR}/${MY_PN}
|
||||
|
||||
DESCRIPTION="collection of programs to manipulate ELF files: sstrip, rebind, elfls, elftoc"
|
||||
HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html"
|
||||
SRC_URI="http://www.muppetlabs.com/~breadbox/pub/software/${MY_PN}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~hppa ~mips ~sparc x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="app-misc/pax-utils"
|
||||
RDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/respect-CFLAGS-LDFLAGS.patch
|
||||
epatch "${FILESDIR}"/create-destdir-path.patch
|
||||
sed -i -e "s:^prefix = /usr/local:prefix = ${D}:" Makefile \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC=$(tc-getCC) all
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="4"
|
||||
EAPI="6"
|
||||
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
|
@ -15,18 +15,19 @@ SRC_URI="http://www.muppetlabs.com/~breadbox/pub/software/${MY_PN}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~mips ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="app-misc/pax-utils"
|
||||
RDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/respect-CFLAGS-LDFLAGS.patch
|
||||
epatch "${FILESDIR}"/create-destdir-path.patch
|
||||
epatch "${FILESDIR}"/${P}-respect-CFLAGS-LDFLAGS.patch
|
||||
epatch "${FILESDIR}"/${P}-create-destdir-path.patch
|
||||
epatch "${FILESDIR}"/add-freebsd-elf-defs.patch
|
||||
sed -i -e "s:^prefix = /usr/local:prefix = ${D}:" Makefile \
|
||||
|| die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_compile() {
|
|
@ -0,0 +1,17 @@
|
|||
diff -Naur ELFkickers-3.1.orig/Makefile ELFkickers-3.1/Makefile
|
||||
--- ELFkickers-3.1.orig/Makefile 2015-07-23 13:25:30.000000000 -0400
|
||||
+++ ELFkickers-3.1/Makefile 2016-11-16 17:17:08.237039268 -0500
|
||||
@@ -24,10 +24,9 @@
|
||||
infect: bin/infect doc/infect.1
|
||||
|
||||
install: $(PROGRAMS)
|
||||
- mkdir -p $(prefix)/bin
|
||||
- cp bin/* $(prefix)/bin/.
|
||||
- mkdir -p $(prefix)/share/man/man1
|
||||
- cp doc/* $(prefix)/share/man/man1/.
|
||||
+ install -d $(prefix)/usr/bin $(prefix)/usr/share/man/man1
|
||||
+ install bin/* $(prefix)/usr/bin
|
||||
+ install -m 644 doc/* $(prefix)/usr/share/man/man1
|
||||
|
||||
clean:
|
||||
for dir in elfrw $(PROGRAMS) ; do $(MAKE) -C$$dir clean ; done
|
|
@ -0,0 +1,103 @@
|
|||
diff -Naur ELFkickers-3.1.orig/ebfc/Makefile ELFkickers-3.1/ebfc/Makefile
|
||||
--- ELFkickers-3.1.orig/ebfc/Makefile 2014-11-17 14:50:34.000000000 -0500
|
||||
+++ ELFkickers-3.1/ebfc/Makefile 2016-11-16 17:13:53.297033908 -0500
|
||||
@@ -1,7 +1,7 @@
|
||||
# Makefile for ebfc
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra -Wno-missing-field-initializers
|
||||
+CC ?= gcc
|
||||
+CFLAGS += -Wno-missing-field-initializers
|
||||
|
||||
ebfc: ebfc.o brainfuck.o libelfparts.a
|
||||
|
||||
diff -Naur ELFkickers-3.1.orig/elfls/Makefile ELFkickers-3.1/elfls/Makefile
|
||||
--- ELFkickers-3.1.orig/elfls/Makefile 2011-05-31 02:53:05.000000000 -0400
|
||||
+++ ELFkickers-3.1/elfls/Makefile 2016-11-16 17:12:48.885032137 -0500
|
||||
@@ -1,7 +1,7 @@
|
||||
# Makefile for elfls
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra -I../elfrw
|
||||
+CC ?= gcc
|
||||
+CFLAGS += -I../elfrw
|
||||
|
||||
elfls: elfls.c ../elfrw/libelfrw.a
|
||||
|
||||
diff -Naur ELFkickers-3.1.orig/elfrw/Makefile ELFkickers-3.1/elfrw/Makefile
|
||||
--- ELFkickers-3.1.orig/elfrw/Makefile 2011-05-22 14:02:12.000000000 -0400
|
||||
+++ ELFkickers-3.1/elfrw/Makefile 2016-11-16 17:13:06.653032625 -0500
|
||||
@@ -1,7 +1,6 @@
|
||||
# Makefile for libelfrw.a
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra -O3
|
||||
+CC ?= gcc
|
||||
|
||||
LIBOBJS = elfrw.o elfrw_dyn.o elfrw_ehdr.o elfrw_phdr.o elfrw_rel.o \
|
||||
elfrw_shdr.o elfrw_sym.o elfrw_ver.o
|
||||
diff -Naur ELFkickers-3.1.orig/elftoc/Makefile ELFkickers-3.1/elftoc/Makefile
|
||||
--- ELFkickers-3.1.orig/elftoc/Makefile 2011-05-23 23:30:22.000000000 -0400
|
||||
+++ ELFkickers-3.1/elftoc/Makefile 2016-11-16 17:12:57.549032375 -0500
|
||||
@@ -1,8 +1,6 @@
|
||||
# Makefile for elftoc
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra
|
||||
-LDFLAGS = -Wall -Wextra
|
||||
+CC ?= gcc
|
||||
|
||||
OBJS = gen.o names.o address.o readelf.o shdrtab.o phdrtab.o dynamic.o \
|
||||
pieces.o outbase.o outitems.o outelf64.o outelf32.o out.o elftoc.o
|
||||
diff -Naur ELFkickers-3.1.orig/infect/Makefile ELFkickers-3.1/infect/Makefile
|
||||
--- ELFkickers-3.1.orig/infect/Makefile 2011-05-31 02:52:27.000000000 -0400
|
||||
+++ ELFkickers-3.1/infect/Makefile 2016-11-16 17:12:30.617031634 -0500
|
||||
@@ -1,7 +1,6 @@
|
||||
# Makefile for infect
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra
|
||||
+CC ?= gcc
|
||||
|
||||
infect: infect.c
|
||||
|
||||
diff -Naur ELFkickers-3.1.orig/objres/Makefile ELFkickers-3.1/objres/Makefile
|
||||
--- ELFkickers-3.1.orig/objres/Makefile 2016-11-14 16:46:24.000000000 -0500
|
||||
+++ ELFkickers-3.1/objres/Makefile 2016-11-16 17:13:40.225033549 -0500
|
||||
@@ -1,8 +1,7 @@
|
||||
# Makefile for objres
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra -I../elfrw
|
||||
-LDFLAGS = -Wall -Wextra
|
||||
+CC ?= gcc
|
||||
+CFLAGS += -I../elfrw
|
||||
|
||||
objres: objres.o ../elfrw/libelfrw.a
|
||||
|
||||
diff -Naur ELFkickers-3.1.orig/rebind/Makefile ELFkickers-3.1/rebind/Makefile
|
||||
--- ELFkickers-3.1.orig/rebind/Makefile 2011-05-23 23:29:16.000000000 -0400
|
||||
+++ ELFkickers-3.1/rebind/Makefile 2016-11-16 17:13:17.373032920 -0500
|
||||
@@ -1,7 +1,7 @@
|
||||
# Makefile for rebind
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra -I../elfrw
|
||||
+CC ?= gcc
|
||||
+CFLAGS += -I../elfrw
|
||||
|
||||
rebind: rebind.c ../elfrw/libelfrw.a
|
||||
|
||||
diff -Naur ELFkickers-3.1.orig/sstrip/Makefile ELFkickers-3.1/sstrip/Makefile
|
||||
--- ELFkickers-3.1.orig/sstrip/Makefile 2011-05-23 23:29:58.000000000 -0400
|
||||
+++ ELFkickers-3.1/sstrip/Makefile 2016-11-16 17:14:05.949034256 -0500
|
||||
@@ -1,7 +1,7 @@
|
||||
# Makefile for sstrip
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -Wextra -I../elfrw
|
||||
+CC ?= gcc
|
||||
+CFLAGS += -I../elfrw
|
||||
|
||||
sstrip: sstrip.c ../elfrw/libelfrw.a
|
||||
|
|
@ -13,7 +13,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
|
||||
|
||||
IUSE="gtk3 +autoclose +automark +commander ctags debugger +defineformat enchant git gpg gtkspell lua multiterm nls +overview python scope soup"
|
||||
REQUIRED_USE="
|
||||
|
|
|
@ -14,7 +14,7 @@ SRC_URI="http://download.geany.org/${P}.tar.bz2"
|
|||
|
||||
LICENSE="GPL-2+ HPND"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
IUSE="gtk3 +vte"
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.32:2
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
;;; dev-util/bzr site-lisp configuration
|
||||
|
||||
(unless (fboundp 'vc-bzr-registered)
|
||||
(add-to-list 'load-path "@SITELISP@"))
|
|
@ -1,33 +0,0 @@
|
|||
--- setup.py.orig 2011-08-16 17:18:11.280853205 +0200
|
||||
+++ setup.py 2011-08-16 17:20:12.597637778 +0200
|
||||
@@ -178,28 +178,8 @@
|
||||
from distutils.errors import CCompilerError, DistutilsPlatformError
|
||||
from distutils.extension import Extension
|
||||
ext_modules = []
|
||||
-try:
|
||||
- try:
|
||||
- from Cython.Distutils import build_ext
|
||||
- from Cython.Compiler.Version import version as pyrex_version
|
||||
- except ImportError:
|
||||
- print("No Cython, trying Pyrex...")
|
||||
- from Pyrex.Distutils import build_ext
|
||||
- from Pyrex.Compiler.Version import version as pyrex_version
|
||||
-except ImportError:
|
||||
- have_pyrex = False
|
||||
- # try to build the extension from the prior generated source.
|
||||
- print("")
|
||||
- print("The python package 'Pyrex' is not available."
|
||||
- " If the .c files are available,")
|
||||
- print("they will be built,"
|
||||
- " but modifying the .pyx files will not rebuild them.")
|
||||
- print("")
|
||||
- from distutils.command.build_ext import build_ext
|
||||
-else:
|
||||
- have_pyrex = True
|
||||
- pyrex_version_info = tuple(map(int, pyrex_version.split('.')))
|
||||
-
|
||||
+have_pyrex = False
|
||||
+from distutils.command.build_ext import build_ext
|
||||
|
||||
class build_ext_if_possible(build_ext):
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST stockfish-7-src.zip 158788 SHA256 89f1bb855c9251c1c644156d82960c71aa68e837390367f5111aa756e0785f36 SHA512 e5f2bb5e1309db9bf8e89ed35d69c7cf1c63b9da5158dfb32faea33113569c337781e40ec3f4fc03760f1e17acfbb671ecc2eaf57dec1fd018173fe0ae6d70d1 WHIRLPOOL 201d405b977355be3326f21567b2b836522d8d021fdab028d74fb3dd21b5eb281825f28df56d35f6a85b0e91cad9f2f674775180715a96f11e85ad4a06f0d663
|
||||
DIST stockfish-8-src.zip 159017 SHA256 7bad36f21f649ab24f6d7786bbb1b74b3e4037f165f32e3d42d1ae19c8874ce9 SHA512 4dcc8c6e975367e96d5b4e76c241094e1bade53fd19fa29320a5df10177ff5ae04844ca7ae9f9cfe929aa1341d898aabbbe523bbdab4c5beef75ca8332ce50c1 WHIRLPOOL ac28ea7e89a447e465dfc102cc4f1a7a9131e0933bf52f57b00483f541065613d678797c807d462c6b364a1052b86c55e0471bfb76fe8e61e3355ea79133fc84
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<use>
|
||||
<flag name="armv7">Build for armv7; enables PIE</flag>
|
||||
<flag name="general-32">Generic unoptimized 32-bits build</flag>
|
||||
<flag name="general-64">Generic unoptimized 64-bits build</flag>
|
||||
<flag name="optimize">Enable upstream -O3 optimizations (default enabled)</flag>
|
||||
</use>
|
||||
<maintainer type="person">
|
||||
<email>tamiko@gentoo.org</email>
|
||||
<name>Matthias Maier</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="armv7">Build for armv7; enables PIE</flag>
|
||||
<flag name="general-32">Generic unoptimized 32-bits build</flag>
|
||||
<flag name="general-64">Generic unoptimized 64-bits build</flag>
|
||||
<flag name="optimize">Enable upstream -O3 optimizations (default enabled)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
70
games-board/stockfish/stockfish-8.ebuild
Normal file
70
games-board/stockfish/stockfish-8.ebuild
Normal file
|
@ -0,0 +1,70 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world"
|
||||
HOMEPAGE="http://stockfishchess.org/"
|
||||
|
||||
SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="armv7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug
|
||||
general-32 general-64 +optimize"
|
||||
|
||||
DEPEND="|| ( app-arch/unzip app-arch/zip )"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${P}-src/src"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# prevent pre-stripping
|
||||
sed -e 's:-strip $(BINDIR)/$(EXE)::' -i Makefile \
|
||||
|| die 'failed to disable stripping in the Makefile'
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local my_arch
|
||||
|
||||
# generic unoptimized first
|
||||
use general-32 && my_arch=general-32
|
||||
use general-64 && my_arch=general-64
|
||||
|
||||
# x86
|
||||
use x86 && my_arch=x86-32-old
|
||||
use cpu_flags_x86_sse && my_arch=x86-32
|
||||
|
||||
# amd64
|
||||
use amd64 && my_arch=x86-64
|
||||
use cpu_flags_x86_popcnt && my_arch=x86-64-modern
|
||||
|
||||
# both bmi2 and avx2 are part of hni (haswell new instructions)
|
||||
use cpu_flags_x86_avx2 && my_arch=x86-64-bmi2
|
||||
|
||||
# other architectures
|
||||
use armv7 && my_arch=armv7
|
||||
use ppc && my_arch=ppc
|
||||
use ppc64 && my_arch=ppc64
|
||||
|
||||
# Skip the "build" target and use "all" instead to avoid the config
|
||||
# sanity check (which would throw a fit about our compiler). There's
|
||||
# a nice hack in the Makefile that overrides the value of CXX with
|
||||
# COMPILER to support Travis CI and we abuse it to make sure that we
|
||||
# build with our compiler of choice.
|
||||
emake all ARCH="${my_arch}" \
|
||||
COMP=$(tc-getCXX) \
|
||||
COMPILER=$(tc-getCXX) \
|
||||
debug=$(usex debug "yes" "no") \
|
||||
optimize=$(usex optimize "yes" "no")
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
dodoc ../AUTHORS ../Readme.md
|
||||
}
|
66
games-engines/openxcom/openxcom-1.0.0-r1.ebuild
Normal file
66
games-engines/openxcom/openxcom-1.0.0-r1.ebuild
Normal file
|
@ -0,0 +1,66 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit eutils cmake-utils gnome2-utils
|
||||
|
||||
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
|
||||
HOMEPAGE="http://openxcom.org/"
|
||||
SRC_URI="https://github.com/SupSuper/OpenXcom/archive/v1.0.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3 CC-BY-SA-4.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND=">=dev-cpp/yaml-cpp-0.5.1
|
||||
media-libs/libsdl[opengl,video]
|
||||
media-libs/sdl-gfx
|
||||
media-libs/sdl-image[png]
|
||||
media-libs/sdl-mixer[flac,mikmod,vorbis]"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
DOCS=( README.txt )
|
||||
|
||||
S=${WORKDIR}/OpenXcom-1.0
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
use doc && cmake-utils_src_compile doxygen
|
||||
cmake-utils_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
use doc && dodoc -r "${CMAKE_BUILD_DIR}"/docs/html/*
|
||||
doicon -s scalable res/linux/icons/openxcom.svg
|
||||
newicon -s 48 res/linux/icons/openxcom_48x48.png openxcom.png
|
||||
newicon -s 128 res/linux/icons/openxcom_128x128.png openxcom.png
|
||||
domenu res/linux/openxcom.desktop
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
games_pkg_preinst
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
echo
|
||||
elog "In order to play you need copy GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND,"
|
||||
elog "TERRAIN, UFOGRAPH, UFOINTRO, UNITS folders from original X-COM game to"
|
||||
elog "/usr/share/${PN}/data"
|
||||
echo
|
||||
elog "If you need or want text in some language other than english, download:"
|
||||
elog "http://openxcom.org/translations/latest.zip and uncompress it in"
|
||||
elog "/usr/share/${PN}/data/Language"
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
|
@ -2,8 +2,8 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit eutils cmake-utils gnome2-utils git-r3 games
|
||||
EAPI=6
|
||||
inherit eutils cmake-utils gnome2-utils git-r3
|
||||
|
||||
DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
|
||||
HOMEPAGE="http://openxcom.org/"
|
||||
|
@ -32,10 +32,6 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
mycmakeargs=(
|
||||
"-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
|
||||
"-DCMAKE_INSTALL_DATADIR=${GAMES_DATADIR}"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
|
@ -47,36 +43,32 @@ src_compile() {
|
|||
src_install() {
|
||||
DOCS="README.md" \
|
||||
cmake-utils_src_install
|
||||
use doc && dohtml -r "${CMAKE_BUILD_DIR}"/docs/html/*
|
||||
use doc && dodoc -r "${CMAKE_BUILD_DIR}"/docs/html/*
|
||||
doicon -s scalable res/linux/icons/openxcom.svg
|
||||
newicon -s 48 res/linux/icons/openxcom_48x48.png openxcom.png
|
||||
newicon -s 128 res/linux/icons/openxcom_128x128.png openxcom.png
|
||||
domenu res/linux/openxcom.desktop
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
games_pkg_preinst
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
gnome2_icon_cache_update
|
||||
echo
|
||||
elog "In order to play you need copy GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND,"
|
||||
elog "TERRAIN, UFOGRAPH, UFOINTRO, UNITS folders from original X-COM game to"
|
||||
elog "${GAMES_DATADIR}/${PN}/UFO"
|
||||
elog "/usr/share/${PN}/UFO"
|
||||
echo
|
||||
elog "If you want to play the TFTD mod, you need to copy ANIMS, FLOP_INT,"
|
||||
elog "GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND, TERRAIN, UFOGRAPH, UNITS folders"
|
||||
elog "from the original Terror from the Deep game to"
|
||||
elog "${GAMES_DATADIR}/${PN}/TFTD"
|
||||
elog "/usr/share/${PN}/TFTD"
|
||||
echo
|
||||
elog "If you need or want text in some language other than english, download:"
|
||||
elog "http://openxcom.org/translations/latest.zip and uncompress it in"
|
||||
elog "${GAMES_DATADIR}/${PN}/common/Language"
|
||||
elog "/usr/share/${PN}/common/Language"
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
diff --git a/configure.ac b/configure.ac
|
||||
index 3554e67..b8b66c1 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -35,8 +35,8 @@ AC_ARG_ENABLE(dbus,
|
||||
[AS_HELP_STRING([--enable-dbus], [Build the DBus daemon.])],
|
||||
[if test "$enableval" = "yes" ; then
|
||||
modules="$xcowsayd_modules"
|
||||
+ CFLAGS="$CFLAGS -DWITH_DBUS"
|
||||
fi
|
||||
- CFLAGS="$CFLAGS -DWITH_DBUS"
|
||||
AC_FUNC_FORK])
|
||||
|
||||
PKG_CHECK_MODULES(XCOWSAY, $modules)
|
|
@ -10,8 +10,6 @@ DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-deriv
|
|||
KEYWORDS="amd64 x86"
|
||||
IUSE="+cron"
|
||||
|
||||
# FIXME: Add back when ported
|
||||
# $(add_kdeapps_dep kuser)
|
||||
RDEPEND="
|
||||
$(add_kdeapps_dep ksystemlog)
|
||||
cron? ( $(add_kdeapps_dep kcron) )
|
||||
|
|
|
@ -12,8 +12,6 @@ IUSE="+cron nls"
|
|||
|
||||
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
|
||||
|
||||
# FIXME: Add back when ported
|
||||
# $(add_kdeapps_dep kuser)
|
||||
RDEPEND="
|
||||
$(add_kdeapps_dep ksystemlog)
|
||||
cron? ( $(add_kdeapps_dep kcron) )
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
DIST attica-5.26.0.tar.xz 60212 SHA256 8cc602d96a7e650771630e72a7102efdc9c3fb99004ed23f2de2daf9370ae7fc SHA512 54d0fddc8c5f33a906b24feb5006e389778869c15c248ff4170dc4934557c3a6671a3e8434a96cbd897404cea49aa71c65557e15ae7a73ed9df78f5741927f51 WHIRLPOOL 7c6823e1a6682aa2f484583b6dce8a2e8783bfa3a8b7a7ec361d503337e2fd7307f0e969318fac5197fac4ca1c4bd0c0ebcd418f53bb1f82386ac10a057cfd69
|
||||
DIST attica-5.27.0.tar.xz 60188 SHA256 4741f8863e14bbd6e0908824763c80461b478c02a68be232aae0c83d10e6cd70 SHA512 763d1d84971b6d39842dcbf23e28b912c0ad41f4b17d6a0e5d098915d57b474296c2b3f1bd5b4ef6d0ee4f932284355e9790d8326ec724ee569db504bda6e2ed WHIRLPOOL 2cdd7815522bdd29c62758ab6360c19aeaa30b188bfae77e31916f7ec1ce7f23c649b6644183ebd1638864b5eb7dfc139ae86295526ea14b246fe8d983e2a0c5
|
||||
DIST attica-5.28.0.tar.xz 60172 SHA256 7a527c59a8137c7d759bcbbdad3e8dd5b4c94869f26e9d282a354cae50dc6693 SHA512 a5a1eaa470a90d27364710b14f0d88789b8a35e0eb91ff588821299894f01b19be2eb0002ddfca665eaa3edefab38271bb8e07f44d5d25b79efe6e0798e081c7 WHIRLPOOL 4cc7f070577b55cba6bfb64093a91b52bd20838ce812e87460fcdab60ca74c753e473022bde44975a4094caf8994d77a93a3fd5c7484b03673b61bc653ff92fb
|
||||
|
|
17
kde-frameworks/attica/attica-5.28.0.ebuild
Normal file
17
kde-frameworks/attica/attica-5.28.0.ebuild
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit kde5
|
||||
|
||||
DESCRIPTION="Framework providing access to Open Collaboration Services"
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
$(add_qt_dep qtnetwork)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue