Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/pr/644'.
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurp committed Jan 13, 2016
2 parents dff0955 + f146f4b commit f5dadc7
Show file tree
Hide file tree
Showing 154 changed files with 928 additions and 1,669 deletions.
3 changes: 3 additions & 0 deletions app-text/linuxdoc-tools/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
documentation), then you should check SGMLTools-Lite, OpenJade,
and docbook-tools.
</longdescription>
<upstream>
<remote-id type="gitlab">agmartin/linuxdoc-tools</remote-id>
</upstream>
</pkgmetadata>
1 change: 1 addition & 0 deletions dev-python/plyvel/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST plyvel-0.9.tar.gz 121513 SHA256 587d93681ae44936ae086b4b45486eb302e3853ba5af149aac3be9e9713998e9 SHA512 21a3bf0bff075e429fef63418c2a2578b22a4904cc2f4f66fc5fbccec22c762d918bea0622a22dcbeee2e60f8d35210ae8f1e63b6d37405f0fdf29ca2fe80586 WHIRLPOOL baf98bb318bb402ba26d98b1a4657a72b7b1b93dda7e0f0b667b66af798cd6e7723a1ae740265a88266ab608023de8b3d350873560117bf9557f2e8abf792453
14 changes: 14 additions & 0 deletions dev-python/plyvel/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>[email protected]</email>
<name>Louis Sautier</name>
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<upstream>
<remote-id type="pypi">plyvel</remote-id>
<remote-id type="bitbucket">wbolster/plyvel</remote-id>
</upstream>
</pkgmetadata>
54 changes: 54 additions & 0 deletions dev-python/plyvel/plyvel-0.9.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1

MY_PN="${PN/-/.}"
DESCRIPTION="Python interface to LevelDB"
HOMEPAGE="https://github.com/wbolster/plyvel"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND="dev-libs/leveldb"
DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"

S="${WORKDIR}/${MY_PN}-${PV}"

python_compile() {
python_is_python3 || local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}

python_compile_all() {
use doc && emake doc
}

python_test() {
local lib="$(ls "${BUILD_DIR}/lib/${PN}/"*.so | head -n1)"
ln -s "${lib}" "${PN}" || die
py.test || die "tests failed with ${EPYTHON}"
rm "${PN}/$(basename "${lib}")" || die
}

python_install_all() {
use doc && local HTML_DOCS=( doc/build//html/. )
distutils-r1_python_install_all
}

4 changes: 4 additions & 0 deletions games-puzzle/wmpuzzle/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<pkgmetadata>
<herd>games</herd>
<herd>desktop-dock</herd>
<maintainer>
<email>[email protected]</email>
<name>Bernard Cafarelli</name>
</maintainer>
<upstream>
<remote-id type="freecode">wmpuzzle</remote-id>
</upstream>
Expand Down
3 changes: 2 additions & 1 deletion mail-filter/rspamd/rspamd-1.0.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/libpcre
DEPEND="dev-libs/openssl
dev-libs/libpcre
dev-lang/luajit:2
dev-libs/libevent
dev-db/sqlite:3
Expand Down
5 changes: 5 additions & 0 deletions media-sound/alsamixer-app/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>desktop-dock</herd>
<maintainer>
<email>[email protected]</email>
<name>Bernard Cafarelli</name>
</maintainer>

<herd>sound</herd>
</pkgmetadata>
2 changes: 1 addition & 1 deletion net-misc/dhcp/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIST dhcp-4.2.5-P1.tar.gz 8255960 SHA256 59b06c9f5d775e46999b422c45b9229402c462b114ce1685617bfb2b8b028250 SHA512 02a811b6e88ce013f7ecff6abf81d4b2aff82fff584521ae03fc3242b6036d0d0ad3afc6283fe8b97d18b8fffd4b6d2253386897ae2297c165240017f5f219ec WHIRLPOOL b8cf91c69ae0e1b234089ce3fae4b9daf5bde7f415d8cbc274ab4d006c8aa25f55807c70ba4c6771e0c9803ec5a99f8cc2088e561cac7d16479f5f022ee5459f
DIST dhcp-4.3.1.tar.gz 8980806 SHA256 266cbca8a7a6bb8f9ccc5765da0d2b04099329314a54a4fc1022d510ad3e9af0 SHA512 84ca525fda825bf367a98754f1fb1b8eba5b095c92c25ddaec6e30b31008c7d5c43062ae43cecaa43731a8e78ae406a3123906fd402d2ba4b46b7adbae65aa6a WHIRLPOOL 3fd3720f6883b43856d2169264ee2adfb541b793604728c4e5cc3b647d4a88d6245fb6e53062de4118301cc15f0b4388363eba304bf3623dfb88c91bde94b2b6
DIST dhcp-4.3.2.tar.gz 9230340 SHA256 6246c9b358759f6cdcc45104caaf76e732a211dbbbbf64a21f499c8db1298165 SHA512 b91a0a90736c6e8bd66a74af8c67949c81db3148eba23ee647f0987bbd98543f0dfd1605c94e152b28a606bbbecd94cd8a8112db5f5fe4c3d041101bda1b95da WHIRLPOOL a201cea52e96517ff1dae2b6c05b05da11feb4c2eed6dca539ea5ab3185711377cd7f7ed9ecc5e5f2bc30bc84d73a85d4140154c43b4f0f27a7e0a4a51f56787
DIST dhcp-4.3.3-P1.tar.gz 9204043 SHA256 c11e896dffa1bfbc49462965d3f6dec45534e34068603546d9a236f2aa669921 SHA512 7e14268b4acaa82c807af9d956f76f4327a9a75d36273a244fef74dbd54e7506e8b38ce6035e56f61ab09a19bfc0a40599f76c89dc342514f1048b5ac3b2a0eb WHIRLPOOL a0a6873e2f1625cfa208c328ed2d6ec507e239456d6eba24f5731a83ba16f5fbb36f0d6d99fd33fb9045cbf051116196a57c6c2ded2b36e93964475ad29d2b0e
DIST dhcp-4.3.3.tar.gz 9205539 SHA256 553c4945b09b1c1b904c4780f34f72aaefa2fc8c6556715de0bc9d4e3d255ede SHA512 33671816e21456ffec57e2c9ab2d129377096b4e2e5b4ca8194dcd9495c6a9e18a2a5e79d4f05694f3dc841895aa0adb63afd7bd6fe4641eb5a80d3fd7e715d9 WHIRLPOOL 27e7f2fdd1f1f7b3309b444a67e21d139468317538345cc3599e6a47f20489fa5d07018eabe8e32c429f2f16f03c28b22b29bff2ab08972f541c63603bd3df9a
254 changes: 0 additions & 254 deletions net-misc/dhcp/dhcp-4.3.2.ebuild

This file was deleted.

Loading

0 comments on commit f5dadc7

Please sign in to comment.