Sync with portage [Mon May 15 20:55:02 MSK 2017].

mhiretskiy
root 7 years ago
parent 106b639755
commit 57fa27c3c4

@ -1,30 +1,30 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="This is a configuration file control system and IDS"
EAPI=6
DESCRIPTION="File control configuration system and IDS"
HOMEPAGE="https://sourceforge.net/projects/filewatcher/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-perl/MailTools
RDEPEND="
dev-perl/MailTools
dev-vcs/rcs
virtual/mta"
DOCS=( Changes README )
src_install() {
keepdir /var/lib/filewatcher /var/lib/filewatcher/archive
dosbin filewatcher || die "could not install filewatcher"
doman filewatcher.1 || die "could not install filewatcher manpage"
dodoc Changes README
dosbin filewatcher
doman filewatcher.1
insinto /etc
doins "${FILESDIR}"/filewatcher.conf || \
die "could not install basic filewatcher config"
doins "${FILESDIR}"/filewatcher.conf
einstalldocs
}
pkg_postinst() {

@ -1 +1,2 @@
DIST gixy-0.1.3.tar.gz 31484 SHA256 bffb35c111807379eda3a4ea4da32587ad7368bc8fe7d5436dddb65037e39198 SHA512 d366b0a5198424127e37656bdf09edd3c6005c6e302f01a7787c649f9c8cf84084c02441beea11246592ee2dbbf6c87ab241ab627d0571f3511ffb2cc8855b7c WHIRLPOOL a624da9d0ba7ca040ad3f5b764174261bb4481e258fff2c75acdbf84150158a4032386c9209757860f03f27383561e72541323ddc46068cfdea89d491ea2f43d
DIST gixy-0.1.4.tar.gz 31918 SHA256 b9f9c985b7edf93d549b13a582ce1b84458c5454542d7e1aac97af9f3251cd28 SHA512 28bbc4fa862e587ae6e65cae0284ab7c8f5b958838a079c77b45c70337288935419fad69dc5853914b700dd68e183d0ea54c83dbc2479220268b6a15b307c29e WHIRLPOOL 96edf33961f8f8160de4b5b1a800df7b9984718a60e27b2610204a40a5a6a2c240d5e548ce12c620744fbb63796aec9085bb3af4374513cfd26cdf008c9bdcf1

@ -0,0 +1,31 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Nginx configuration static analyzer"
HOMEPAGE="https://github.com/yandex/gixy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
>=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
>=dev-python/jinja-2.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.1.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
python_prepare() {
sed -i -e "/argparse/d" setup.py || die
distutils-r1_python_prepare_all
}

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit python-r1

@ -1 +1 @@
DIST mei-amt-check-0_p20170513.tar.gz 10676 SHA256 e45ac72f59fc1c99a86c57cd45acecd8b9194a913d12c1eaa922f8eab241b57d SHA512 9c7ff98fd22b3304f7e1f0ff47c77698a4b003414db475b4945bb432d16a7ad6937a04bb96f64f4f260c0c2a3aac8249548e6aedf8d4cb85182c5018cd38e713 WHIRLPOOL b1321861981e1262505ed1db5d778910fab5767f10be5cce8cb569860c83622bafe7c9c3c17a390fd97c535f0860dea3e3e5982ccc1a6e874c2e99f37bf2929f
DIST mei-amt-check-0_p20170514.tar.gz 10676 SHA256 e45ac72f59fc1c99a86c57cd45acecd8b9194a913d12c1eaa922f8eab241b57d SHA512 9c7ff98fd22b3304f7e1f0ff47c77698a4b003414db475b4945bb432d16a7ad6937a04bb96f64f4f260c0c2a3aac8249548e6aedf8d4cb85182c5018cd38e713 WHIRLPOOL b1321861981e1262505ed1db5d778910fab5767f10be5cce8cb569860c83622bafe7c9c3c17a390fd97c535f0860dea3e3e5982ccc1a6e874c2e99f37bf2929f

@ -7,7 +7,7 @@ inherit vcs-snapshot linux-info toolchain-funcs
DESCRIPTION="AMT status checker"
HOMEPAGE="https://github.com/mjg59/mei-amt-check/"
COMMIT="15f084bf47484f9c86617d015d9b470aad10921c"
COMMIT="a4d8fca4d18e1ae896b0305a53e152b568596bc1"
SRC_URI="https://github.com/mjg59/mei-amt-check/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"

@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1

@ -1,2 +1,2 @@
DIST passwordsafe-1.00_beta.tar.gz 13959557 SHA256 e01c62be5f9a80910e61b7b39dc834ffab3e6a9946795312b1df487bc5a5f0bc SHA512 7f0c6b99e452e7a70e6678ffc8941f0e5e446ab7178713428a9632cd885fa5ca7d3cdd8d146848992f7631f5dadcae85e7c0b4388819d78b88caa640004ab4b1 WHIRLPOOL dc317bd3a62b0c896de781c5f4798c058b59e8ffeda7c8f33094697abf4cef8d4a544709a2b1b5ec21c09d82122e874de837cad9277e4f42f066ab0ab68b3c91
DIST passwordsafe-1.01_beta.tar.gz 13984971 SHA256 dc1e7e012009309f57a8611adad9ec62fdafe5b326f66dd0cefe2b5988ee52aa SHA512 e7dbca0caf3942423280f6e1d61e46294a5dd9f78ac1b9047a6085a0dc52d9cfc35eb4b5eb1f56b08337235d2aaa97ea22f2d472ff1a021843034d2a49737abf WHIRLPOOL 65cca1a1622eea7d63ff53f0661fbbccb6eaa1adc78747df7eae04ce58c32b5326b2a56749919a3a0ffc001a9395c27412816eda0b69f621dba65964b16d47b9
DIST passwordsafe-1.02.1_beta.tar.gz 14068085 SHA256 cd376032947c705fbbdbecb763eea760cc7ce2e1eb539df04bda3fad34ad9e27 SHA512 c83a0c757f9f74906ffaebf650fd3f422a29f838c7f5430b3d3e32852b35dd92dc413a1c920320af9812d7960f0648e8df8a9d145828f8669e824e9972038067 WHIRLPOOL b082cdc26167be832302df4a07d695bba8a581a588b7ee66f6549ab2642b35b85d5921a8381b5f21726b5d0f93fc88d6dc713ff6356f9e0f5d524aeb0d92390a

@ -1,7 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
WX_GTK_VER="3.0"
@ -36,6 +36,7 @@ pkg_pretend() {
}
src_prepare() {
default
# binary name pwsafe is in use by app-misc/pwsafe, we use passwordsafe
# instead. Perform required changes in linking files
sed -i install/desktop/pwsafe.desktop -e "s/pwsafe/${PN}/g" || die

@ -1,2 +1,2 @@
DIST lzip-1.18.tar.gz 95569 SHA256 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd SHA512 cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674 WHIRLPOOL 61a76a55afdbd685aa8b16c0cb2f1ae1629d488ea087df589cd96441db9ab6d64caf08b8ba116daaabadf62a37858dc82a03b18b61595c08e0924f51860eef56
DIST lzip-1.19-pre1.tar.gz 98914 SHA256 16c257b70309038b344fdba03615f3853cf2f5a6ae6e3b5f7c662f1079c590cd SHA512 38be478667b83ab2dca5f9abb6740ff6a8def922296ded32a176c292b68c2d1c063a55a68c24e9e5adbff6fdf474b57f134764c75835bd3169716d203356ce9f WHIRLPOOL ae4c453e4dbe6a6f43572614e04b99347895fbb400717d1f23858bcdf9974f66707dcc8ca748c58dcb35e5f89aa59332dd166ddc98a3458cac7c77009ea223a2
DIST lzip-1.19.tar.gz 100277 SHA256 ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9 SHA512 513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392 WHIRLPOOL 45b787d6467fade895a51bc968443e707cf36e4f46aeb7c0ee3091b0fe16eb511f56bdbaad278b9d6ebd16e721df95c08389b7e9c53f9486462072db50d7759d

@ -1,13 +1,14 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
inherit toolchain-funcs
DESCRIPTION="lossless data compressor based on the LZMA algorithm"
HOMEPAGE="http://www.nongnu.org/lzip/lzip.html"
SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz"
SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.tar.gz
http://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"

@ -1,3 +1,4 @@
DIST lziprecover-1.17.tar.gz 75941 SHA256 a539b86d282a4bb154e01b04c3e09eaf7540b2c2be72d6b2110900c076bf3dbd SHA512 409a3634ef15238f8c87e6e69ecf0cf83c48274cff6c54a901a4f80bdc3d475b6bf03215cfee762ac64ca41b3e8a805ab620ceaaa1bec7fc22ffafad049b5f0f WHIRLPOOL 1b97ac140cdc190fdb3ceec5337576c775166bf4a30fbd8f956208095898411bd9ee7cbd99bd4e44aae11d67e9a6ad52ba60967d87c9eb057830950ede23aefa
DIST lziprecover-1.18.tar.gz 86584 SHA256 08c00b4009601b94aa32a96285b979f491bda2f112447764cfe36d489e45f3db SHA512 60febb52b5dde8e1fa1e4917c48bb09112bcd3a43c5486a234fdcfa3db1d5049977df306ce66ec0821e812676886f5fa214a3479649cb977151b5cf82018b6b6 WHIRLPOOL 33a9199ee20e8849b4a2139fd968498527c99b2c40cecbd1475e97c82ff1c55911c2ff2dc3cc05c613bc8ce6391d2c68154571716e810d4c627b230b43aef882
DIST lziprecover-1.19-rc1.tar.gz 96688 SHA256 f5d443b5d26eff8a2304221052733e086ec3f5b9fc70fd848fe755a143918596 SHA512 89350cee9a0b99c5d15d1b9ec647f4d2a528762288177578535512694ed526fcdad7f7b4881fa404cbf257227fcee56ee0bfbe3b537e50a41224ec0031398d8a WHIRLPOOL f79e642128f367bf4db3c90f6368c87b66c5d539bdd32d73f37cb07d91992c86b2927c0ce22492f87f00b36c15a3b09b895df4cdd7276c2d307230ef2e30d42e
DIST lziprecover-1.19.tar.gz 96987 SHA256 8dfa5f2b734a5ac8f274fb8f40eb0772c568ad7a78f6799cbc3e5f0cea5cae7c SHA512 2fc12c7fbc08fab45f97e01d97504258e77d9ac8a49e03a5099e6ed569523eb129898e5f9e7325e23e105f1ba171edf6628f5f03d8723daae1b1b4116d89c2f7 WHIRLPOOL c73444fe7785ad95fff5ea8213dd0eabbdee2593ffbbcc3876c1d764e35cecd733885720aba673fe8f4687cea14111dee1a795abcbca0bc5c13dc2922d81dbd4
DIST lziprecover-1.20-pre1.tar.gz 99623 SHA256 aa53621ddf53138be3a92959d18a058045d628602ec30088dc2fb4168f7f429a SHA512 a63ace33624c50caf960545c3e28d01b9d9d107d274301552d1f3f6ff6f5069e159e5bd67e37c25af46d1a9410de6bd384ade575232c7e77a8c946095275fb34 WHIRLPOOL 2cf00aba241bbe6110e33e5b99a3fcca5d92caf6e74000db7c99e65d54c86a2baeec31af3b4b950989e68b43b4be73a77721cb4bb52960594889425c7caefd72

@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit toolchain-funcs
DESCRIPTION="Lziprecover is a data recovery tool and decompressor for lzip compressed files"
HOMEPAGE="http://www.nongnu.org/lzip/lziprecover.html"
SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz
http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${P/_/-}"
src_configure() {
# not autotools-based
./configure \
--prefix="${EPREFIX}"/usr \
CXX="$(tc-getCXX)" \
CPPFLAGS="${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}" || die
}

@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 flag-o-matic ltprune qmake-utils

@ -1,4 +0,0 @@
DIST install-crossover-standard-6.0.0.sh 20086564 SHA256 0b49f6a0fe866078ccd10fee476836a4eea99904c6b9827e3c47e12b613d1342
DIST install-crossover-standard-6.0.1.sh 20097976 SHA256 cc77a25d46f09b357b7d0ecb86c6749db052bc91622d291a18732aa3803894e2
DIST install-crossover-standard-6.1.0.sh 24481498 SHA256 d36938d7a53767e6169eb05565f8a3ae8313f3ceee6a5912c6497f39ca08afbf
DIST install-crossover-standard-6.2.0.sh 23632049 SHA256 5ddd35d5271b49ec43ed128e9efd122c1792e1718e6e4024aa263ae0212c4320

@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
einfo "bottles and install Windows applications."
}

@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
einfo "bottles and install Windows applications."
}

@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
einfo "bottles and install Windows applications."
}

@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-standard-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
elog "Please visit ${HOMEPAGE}"
elog "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
einfo "bottles and install Windows applications."
}

@ -1,13 +0,0 @@
DIST install-crossover-pro-5.0.0.sh 15957213 SHA256 aa4575bf989eee9ecb3fa4f150913cb46c8bf7e32322f8c874310fff82ffb72c
DIST install-crossover-pro-5.0.1.sh 16177282 SHA256 b92683c0e20008a67f2b79ea83bae01141cce22966ebbf291058eecdf941ddd6
DIST install-crossover-pro-5.0.3.sh 17299111 SHA256 d171b87cb5c1aaa775e8abbb303fa7acc572f1b0911bbd89d1852e823fc9f133
DIST install-crossover-pro-6.0.0.sh 20265211 SHA256 77055a7bc168b05efff9c1d6bfce9f450b43f00ea0e74f9f8a4514cfa00379c3
DIST install-crossover-pro-6.1.0.sh 24811441 SHA256 9a71320ed778ab57e05f9e9412774e96910573f6e8a5edfe8d8cf2eb7805b200
DIST install-crossover-pro-6.2.0.sh 23806779 SHA256 d6bcd30430bbf01b72780e6be13900e8cb5a80fd2850e230262db349d6ae58f2
DIST install-crossover-pro-7.0.2.sh 25607860 SHA256 c307b237b6d57fea1e940c5c840f44ed0fc34357ae9f417e7127abc20d51314b
DIST install-crossover-pro-7.1.0.sh 26190866 SHA256 8844a09493a9d987fd96d7c6cc17c3e3ca5b910fc61162c1d3e40beef8ef3b14
DIST install-crossover-pro-8.0.0.sh 29587007 SHA256 f440337441715c723cd29a52f3156da86df622d19d81b5bd163b786696f9248f
DIST install-crossover-pro-9.0.0.sh 30375251 SHA256 14b46ba4c386dbacb38abf24871576a22450b63f96e236338386f4f7bf65b71f
DIST install-crossover-pro-9.0.1.sh 30381453 SHA256 8154e04dfdc10ebba3fe849ccf7f0c9b1508bf7d8612ac99ef3b1ac28ea13cb7
DIST install-crossover-pro-9.1.0.sh 32846417 SHA256 a53bc1f0e188b3769f0e398450d62034b7d775e53e359be6f791dc02138d1b03
DIST install-crossover-pro-9.2.0.sh 33017777 SHA256 ac027670a56f64b607c9047583d1e26c2e6808dd79d78fd41750651294eaf321

@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,50 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,50 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins support/templates/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,50 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,52 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,54 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
|| ( virtual/jpeg:62[abi_x86_32(-)] media-libs/jpeg:62[abi_x86_32(-)] )
media-libs/libpng:1.2[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,54 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit unpacker
DESCRIPTION="simplified/streamlined version of wine with commercial support"
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
SRC_URI="install-crossover-pro-${PV}.sh"
LICENSE="CROSSOVER"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="nas"
RESTRICT="bindist fetch strip"
RDEPEND="
dev-util/desktop-file-utils
sys-libs/glibc
x11-libs/libXrandr[abi_x86_32(-)]
x11-libs/libXi[abi_x86_32(-)]
x11-libs/libXmu[abi_x86_32(-)]
x11-libs/libXxf86dga[abi_x86_32(-)]
x11-libs/libXxf86vm[abi_x86_32(-)]
|| ( virtual/jpeg:62[abi_x86_32(-)] media-libs/jpeg:62[abi_x86_32(-)] )
media-libs/libpng:1.2[abi_x86_32(-)]
nas? ( media-libs/nas[abi_x86_32(-)] )
"
DEPEND=""
S=${WORKDIR}
pkg_nofetch() {
einfo "Please visit ${HOMEPAGE}"
einfo "and place ${A} in ${DISTDIR}"
}
src_unpack() {
unpack_makeself # needed due to .sh extension; #415013
}
src_install() {
dodir /opt/cxoffice
cp -r * "${D}"/opt/cxoffice || die "cp failed"
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
insinto /opt/cxoffice/etc
doins share/crossover/data/cxoffice.conf
}
pkg_postinst() {
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
elog "bottles and install Windows applications."
}

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>wine@gentoo.org</email>
<name>Wine</name>
</maintainer>
</pkgmetadata>

@ -1,2 +1,3 @@
DIST diskimage-builder-1.28.0.tar.gz 267409 SHA256 2d8999a8484d27e8604d125aabcbdad648f8b601776225cfc611faf1a3b9a0e6 SHA512 ae13e29563f90a4aaa4f2bee889bca4fd662da41fcffb957ca8a4380907e5d89fbc25ecb93aeda2cb5597776b51417388e8a5e39741250d68a8f7f67239ebc7f WHIRLPOOL 7cfcefcf37fd0d5fae4fb8d3284ad3b60e53e4a2853c85625a1925c34bd4cdbee999932089f7dae81adcf699226ba1550f729a2b1b8aab4b6e54c10c7148fea1
DIST diskimage-builder-2.3.3.tar.gz 294768 SHA256 227943d8702a66c9ed08d59362324bc79951ad7c11d9efdb67c32b2fbd517af2 SHA512 d3e97ef520270d056877bef467d9fb4bb8bd64ebff149ca7e8a5b11e5f19043a93932968d61b7efe7e54767dc88e04536ceb8b664e9c40ab388eac52303e2a74 WHIRLPOOL c780d3de0bcc43e35b5b12bbd188eece079467eec5ea7a426450d30f14135cdd4fe82985804514c1382424aae41534af37c163e55de98031d3327d89743a3a2b
DIST diskimage-builder-2.4.0.tar.gz 308467 SHA256 ae9bc8b0dde17d422785d0099152997a15a4c051c484f3efff17594d8bb8d34c SHA512 2936d88f13dcebe67133400c20fa355349c33eb1d89045c38ffa4c2942152d9ca4b7fadefa622bf1c0055f8903a68d958f3b3db21fb3472da7b6ec7fd5c01267 WHIRLPOOL 6cd869d5a8fd31e3aa154d76eaa2543644c254eb90b12df80ce649c331759fbc5e4c8912a7753099a32c15c6dc98db256080d02d16e1d1d82377b293a7af49f0

@ -0,0 +1,33 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Golden Disk Image builder."
HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
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=""
CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
!~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
>=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
<dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
app-emulation/qemu
sys-block/parted
sys-fs/multipath-tools
!dev-python/dib-utils[${PYTHON_USEDEP}]"

@ -1,2 +1,3 @@
DIST heimdall-1.4.0.tar.gz 6565316 SHA256 13f5edff2fc857cf7d82708a2ac9ad1f6d2f5d6a2e5d84587f55f62583d60531 SHA512 ae6c55af97fe95587b89cce90e75fd3b236fd8ac0d506112c9c143fb1d0982aac6d1bef7a6c6635b547148ac4913aeb4215ed9c7c8084fd0912010c5ad9604ee WHIRLPOOL b4c64a755d2f3577f894e22633e11cf60323d028b89e8117fa2c6cbedf7b55d9227cb17017d966d3d48fb56958a11ce87f3334aafedfcae57e6928ef42d8c121
DIST heimdall-1.4.1.tar.gz 6358720 SHA256 f0a6e4b5bf806fe4ab5413dd869817b600bcd339b642ff46ec0c5fe69adf7230 SHA512 2f1f49b0ad7bd5f4359893359b26024fe0cce84afed3878e42d902eb4dee487a44e351247d57e4af143ad728abd6c664df688246fcf7b96b9f3841cd16594296 WHIRLPOOL 13fa7c40f66c17010e0aca9c96e87ed34196ae2fa4c2944c63afba7df619620e154692b3846cafecf5b8cf6896e7f7a92d47e255c87421a57494f5747c6cedee
DIST heimdall-1.4.2.tar.gz 5486693 SHA256 589bef88f2597c8a84fe6fafbe928ddc9687438b5b54edd917d7df48c7e3eff8 SHA512 c554662f9ccb763a8e9867a0c563618879d2533af985d44db3c237d3ee51add44c1681d13b1a83b72b30ba6e5b32d7c2f9c02b31114c67c5fbe01cbb010acfe7 WHIRLPOOL ad7bf8b8ff2df4b132a77dc62dba0a3caf551f80cedff80c3715079109255939fc140da493dc6cb40c6dce3c843b3390af2deaefa6bb5b44c5cb8875e8cd2831

@ -0,0 +1,53 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils udev
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/Heimdall-${PV}"
else
inherit git-r3
EGIT_REPO_URI="git://github.com/Benjamin-Dobell/Heimdall.git
https://github.com/Benjamin-Dobell/Heimdall.git"
fi
DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
HOMEPAGE="http://glassechidna.com.au/heimdall/"
LICENSE="MIT"
SLOT="0"
IUSE="qt5"
# virtual/libusb is not precise enough
RDEPEND="
>=dev-libs/libusb-1.0.18:1=
qt5? (
dev-qt/qtcore:5=
dev-qt/qtgui:5=
dev-qt/qtwidgets:5=
)
sys-libs/zlib
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DDISABLE_FRONTEND="$(usex !qt5)"
)
cmake-utils_src_configure
}
src_install() {
dobin "${BUILD_DIR}"/bin/heimdall
use qt5 && dobin "${BUILD_DIR}"/bin/heimdall-frontend
insinto "$(get_udevdir)/rules.d"
doins heimdall/60-heimdall.rules
dodoc README.md Linux/README
}

@ -1,57 +1,53 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
CMAKE_IN_SOURCE_BUILD="true"
inherit autotools eutils cmake-utils udev
inherit cmake-utils udev
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/Heimdall-${PV}"
else
inherit git-2
inherit git-r3
EGIT_REPO_URI="git://github.com/Benjamin-Dobell/Heimdall.git
https://github.com/Benjamin-Dobell/Heimdall.git"
fi
DESCRIPTION="Tool suite used to flash firmware onto Samsung Galaxy S devices"
HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
HOMEPAGE="http://glassechidna.com.au/heimdall/"
LICENSE="MIT"
SLOT="0"
IUSE="qt5 static-libs"
IUSE="qt5"
# virtual/libusb is not precise enough
RDEPEND=">=dev-libs/libusb-1.0.18:1=[static-libs=]
qt5? ( dev-qt/qtwidgets:5 )"
RDEPEND="
>=dev-libs/libusb-1.0.18:1=
qt5? (
dev-qt/qtcore:5=
dev-qt/qtgui:5=
dev-qt/qtwidgets:5=
)
sys-libs/zlib
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
if ! use qt5 ; then
sed '/heimdall-frontend/d' \
-i CMakeLists.txt || die
fi
}
src_configure() {
cmake-utils_src_configure \
$(cmake-utils_use_use static-libs STATIC_LIBS)
}
src_compile() {
cmake-utils_src_compile
local mycmakeargs=(
-DDISABLE_FRONTEND="$(usex !qt5)"
)
cmake-utils_src_configure
}
src_install() {
# cmake-utils_src_install doesn't work
dobin "${S}"/bin/${PN}
use qt5 && dobin "${S}"/bin/${PN}-frontend
dobin "${BUILD_DIR}"/bin/heimdall
use qt5 && dobin "${BUILD_DIR}"/bin/heimdall-frontend
insinto "$(get_udevdir)/rules.d"
doins heimdall/60-heimdall.rules
insinto $(get_udevdir)/rules.d
doins "${S}"/${PN}/60-${PN}.rules
dodoc Linux/README
dodoc README.md Linux/README
}

@ -13,6 +13,7 @@
<flag name="luajit">Use <pkg>dev-lang/luajit</pkg> instead of <pkg>dev-lang/lua</pkg></flag>
</use>
<upstream>
<changelog>https://github.com/2ion/mpv-bash-completion/releases</changelog>
<remote-id type="github">2ion/mpv-bash-completion</remote-id>
</upstream>
</pkgmetadata>

@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0/${PVR}"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="+boost idn libressl debug test"
RDEPEND="dev-lang/lua:=

@ -0,0 +1 @@
DIST vim-multiple-cursors-2.2.tar.gz 1055659 SHA256 754d81183d9ef2d17801f9f5518f3343f33ff199f9f602fbae93f6d43f29d9e7 SHA512 109e8117a692e05c450ba30e0a4f635bfd24f08125d06b22c0e850e03e89e193e2ef7b415c8356d326b44ca93254b390d44ee417e8a0ee59fe9a805cf157c0e0 WHIRLPOOL 2856c3a826728e3bdd665c12c8746b97918a722df76252fae255e7fb7dc378a242bb788091453b7f34e5c0437f9a99ffed44426eae1b30bb35f77bb55482d201

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tamiko@gentoo.org</email>
<name>Matthias Maier</name>
</maintainer>
<maintainer type="project">
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
<upstream>
<remote-id type="github">terryma/vim-multiple-cursors</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: Sublime Text's awesome multiple selection feature for Vim"
HOMEPAGE="https://github.com/terryma/vim-multiple-cursors"
SRC_URI="https://github.com/terryma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
src_install() {
default
vim-plugin_src_install
rm -r \
"${ED}"/usr/share/vim/vimfiles/spec \
"${ED}"/usr/share/vim/vimfiles/assets \
"${ED}"/usr/share/doc/${PF}/MIT-LICENSE.txt \
"${ED}"/usr/share/doc/${PF}/Rakefile \
"${ED}"/usr/share/doc/${PF}/Gemfile.lock \
|| die "rm failed"
}

@ -14,7 +14,7 @@ inherit mysql-multilib-r1
IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"

@ -34,7 +34,7 @@ RDEPEND="
dev-lang/lua:0
dev-lua/toluapp
)
ogre? ( >=dev-games/ogre-1.7 )
ogre? ( >=dev-games/ogre-1.7:= )
opengl? (
virtual/opengl
virtual/glu

@ -1 +0,0 @@
DIST ws-jaxme-0.5.2-src.tar.gz 5478402 SHA256 0415d721259acf95c564fb84606bb17f6227c1cc444e89b78d1cd9903c1c88dc SHA512 f41e0e66f8c017efb55a3d4e002caaf8e4978ca52fa2c66ed25daf8c22a0643d1865a8a7313b72326926cc08ae79d08136d662ae83a6e1cdc6eb4d9bc7fbacdc WHIRLPOOL b7815c1e7dbace025a8980a6e4571abfa6976f50fff988d7686f6c0e7c2316aeef47b5e788323298861d3218852b8c57f56ad4ec610b2ef4905471f644f11b22

@ -1,24 +0,0 @@
diff -ur ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java
--- ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java 2005-03-10 12:14:08.000000000 +0200
+++ ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMMarshallerImpl.java 2009-04-05 00:43:39.498597962 +0300
@@ -45,7 +45,7 @@
* @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
* @version $Id$
*/
-public class JMMarshallerImpl extends JMControllerImpl implements JMMarshaller {
+public abstract class JMMarshallerImpl extends JMControllerImpl implements JMMarshaller {
/** Default value for {@link Marshaller#JAXB_ENCODING}.
* (UTF-8 encoding)
*/
diff -ur ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java
--- ws-jaxme-0.5.2-old/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java 2005-03-04 12:41:53.000000000 +0200
+++ ws-jaxme-0.5.2/src/jaxme/org/apache/ws/jaxme/impl/JMUnmarshallerImpl.java 2009-04-05 00:43:53.635210800 +0300
@@ -44,7 +44,7 @@
/** JaxMe's {@link javax.xml.bind.Unmarshaller} implementation.
*/
-public class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller {
+public abstract class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller {
private static final SAXParserFactory spf;
static {
spf = SAXParserFactory.newInstance();

@ -1,96 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2 eutils
MY_PN=ws-${PN}
MY_P=${MY_PN}-${PV}
DESCRIPTION="An open source implementation of JAXB, the specification for Java/XML binding"
HOMEPAGE="http://ws.apache.org/jaxme/index.html"
SRC_URI="mirror://apache/ws/${PN}/source/${MY_P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
COMMON_DEP=">=dev-java/antlr-2.7.7-r7:0
>=dev-java/log4j-1.2.8:0
dev-java/junit:0
dev-java/xmldb:0"
RDEPEND=">=virtual/jre-1.6
dev-java/xerces:2
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.6
dev-db/hsqldb:0
${COMMON_DEP}"
S="${WORKDIR}/${MY_P}"
# We do it later
JAVA_PKG_BSFIX="off"
java_prepare() {
cd "${S}/prerequisites"
rm *.jar
java-pkg_jarfrom antlr
java-pkg_jarfrom junit
java-pkg_jarfrom log4j log4j.jar log4j-1.2.8.jar
java-pkg_jarfrom xmldb xmldb-api.jar xmldb-api-20021118.jar
java-pkg_jarfrom xmldb xmldb-api-sdk.jar xmldb-api-sdk-20021118.jar
java-pkg_jarfrom --build-only ant-core ant.jar ant-1.5.4.jar
java-pkg_jarfrom --build-only ant-core ant.jar ant.jar
# no linking to it, should be used for tests only but used to generate stuff during build anyway
java-pkg_jarfrom --build-only hsqldb hsqldb.jar hsqldb-1.7.1.jar
# Special case: jaxme uses ant/*.xml files, so rewriting them by hand
# is better:
cd "${S}"
for i in build.xml ant/*.xml src/webapp/build.xml src/test/jaxb/build.xml; do
java-ant_bsfix_one "${i}"
done
# Patch marshal classes to be abstract for build to succeed
epatch "${FILESDIR}/${P}-fix_marshallers.patch"
}
EANT_TEST_ANT_TASKS="hsqldb"
src_compile() {
local ant_target="all"
local ant_args=""
if use doc; then
ant_args="-Dbuild.apidocs=dist/doc/api"
# The javadoc target depends on all so it is enough. Passing both results in two builds,
# where the second pass fails due to hsqldb lock - bug #310311.
ant_target="javadoc"
fi
eant ${ant_args} ${ant_target}
}
src_install() {
# Not entirely optional but this avoids a warning at build time and
# RDEPEND will enforce its presence anyway.
java-pkg_register-optional-dependency xerces-2
pushd dist > /dev/null
for jar in *.jar; do
java-pkg_newjar ${jar} ${jar/-${PV}/}
done
popd > /dev/null
dodoc NOTICE
if use doc; then
java-pkg_dojavadoc dist/doc/api
dohtml -r src/documentation/manual
fi
use source && java-pkg_dosrc src/{pm,jaxme,js,api,webapp,xs}/*
}

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
</pkgmetadata>

@ -1,26 +0,0 @@
DIST jdbc-oracle-bin-10.1.0.5-demo.tar 532480 SHA256 180320ec23785209d262c970b7911f47a07715ed3da6be93219e860f64a2892f
DIST jdbc-oracle-bin-10.1.0.5-javadoc.zip 6022949 SHA256 fca8c01131d1b30e7e728128e9531dad55bb317ee05bb71dbe2ee3936d50b3d6
DIST jdbc-oracle-bin-10.1.0.5-ocrs12.jar 55434 SHA256 a1c05e06f68742bd5aa4d6083f7e1b5648d9f577e0202065c87d3d6384c5ebf6
DIST jdbc-oracle-bin-10.1.0.5-ojdbc14.jar 1378346 SHA256 8cdb4596f6b74ed57d81eccf3d55ddbf123c078f6cb73da43a9f56dd7f247484
DIST jdbc-oracle-bin-10.1.0.5-ojdbc14_g.jar 1722779 SHA256 113d346536ee96d453348aa362f2f5df415b6fa63f719d6c841ecca398c55b2e
DIST jdbc-oracle-bin-10.1.0.5-ojdbc14dms.jar 1385754 SHA256 d43ad156c6be8c2b610fcd7e64f1c8c05871eb757c9f45f9b7c578855fbb658b
DIST jdbc-oracle-bin-10.1.0.5-ojdbc14dms_g.jar 1730818 SHA256 4b12a4337c6133682199016098180caa4cf7e1f401b47636906c563972b829b6
DIST jdbc-oracle-bin-10.1.0.5-orai18n.jar 5110629 SHA256 184c250eb91b7dfcf832d3c0309f27c509ec1df24a673c67cde3c867ce099ab4
DIST jdbc-oracle-bin-10.2.0.1-javadoc.zip 4383404 SHA256 058a94c351f7128e7c1ee61190ec9d88750bf065eeefd8aca421b4a80233c77e
DIST jdbc-oracle-bin-10.2.0.3-demo.tar 573440 SHA256 8082525083733e9b61195b4cf7ad5052ab21bbe3eef6caa3c527e8e66dba5bc2
DIST jdbc-oracle-bin-10.2.0.3-ojdbc14.jar 1545954 SHA256 58828dfbda5c7fbd08bca87de1d623dadcaedd409c07eaa4fc426b7388113a49
DIST jdbc-oracle-bin-10.2.0.3-ojdbc14_g.jar 1938906 SHA256 c713ec8b0c643e624e1623c583890b56b328a28b08eaa221f9fe1c43eadc9a59
DIST jdbc-oracle-bin-10.2.0.3-ojdbc14dms.jar 1553561 SHA256 863650044e9be32969cad07582cb78ce6d827d477b80031e450e58a697dad0d4
DIST jdbc-oracle-bin-10.2.0.3-ojdbc14dms_g.jar 1947136 SHA256 f6932195c87e462ceaeb2688e9a22f7b24371a5e76a2db2afbe3cf44f44e7c71
DIST jdbc-oracle-bin-10.2.0.3-ons.jar 48492 SHA256 24767407b08abce4f4d00f795a87639515fb22a317a5817dd35a21d559302d77
DIST jdbc-oracle-bin-10.2.0.3-orai18n.jar 1645114 SHA256 808f034fdf50d528771e808751e180a58f27f8b7f6a20875accafc2ec395e76e
DIST jdbc-oracle-bin-10.2.0.4-demo.tar 604160 SHA256 a4361db75c29bf279fda05eccaf8cb6ed348eda47f3162e350559052f5c1bc89
DIST jdbc-oracle-bin-10.2.0.4-ojdbc14.jar 1555682 SHA256 7ba80b6ee4f3433f88c8d878fb0dbc7d04fea736c2a6df8d34af1a4f970670a6
DIST jdbc-oracle-bin-10.2.0.4-ojdbc14_g.jar 1950033 SHA256 ad0750b6da73f3ed956e042182dbe0fd9e0b158f8e01b6838c98d6040c4c669b
DIST jdbc-oracle-bin-10.2.0.4-ojdbc14dms.jar 1563375 SHA256 3f8d5749c0bc9c5ac6ba4bdd82e2a47f02f7d23dbb87bfe12ee0d33ea8a201e0
DIST jdbc-oracle-bin-10.2.0.4-ojdbc14dms_g.jar 1958237 SHA256 d6345c9b9e82db6998a3d1770c428032741ce8bdc756369e7f91323a7233da77
DIST jdbc-oracle-bin-10.2.0.4-orai18n.jar 1646178 SHA256 54821ffa7effd453f3b01cea5590bba248cb74df43fe760601474d4c6c53d8ab
DIST jdbc-oracle-bin-9.2.0.8-javadoc.tar 3619840 SHA256 3e5090064a4e66aac7023caee7c2289e38829702c1f63722a3aab0192e479572
DIST jdbc-oracle-bin-9.2.0.8-ocrs12.jar 37761 SHA256 861d7aba603bbde9b0b460eb423c38f05b0b32ab86989696875038e56069e57a
DIST jdbc-oracle-bin-9.2.0.8-ojdbc14.jar 1212964 SHA256 2ce752c137d5ec18505abb4f4cc1093e15058c95cbddecbb4e0c296f71eeb632
DIST jdbc-oracle-bin-9.2.0.8-ojdbc14_g.jar 1427311 SHA256 e090b9f8f76fe1674a179566b3f51b07c1dd8e05e51f77aeff992043effc4fa0

@ -1,122 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit java-pkg-2
IUSE="debug dms doc examples nls"
file_main_orig="ojdbc14.jar"
file_main_dms_orig="ojdbc14dms.jar"
file_main_debug_orig="ojdbc14_g.jar"
file_main_dms_debug_orig="ojdbc14dms_g.jar"
file_rowset_orig="ocrs12.jar"
file_doc_orig="javadoc.zip"
file_demo_orig="demo.tar"
file_nls_orig="orai18n.jar"
file_main="${P}-${file_main_orig}"
file_main_dms="${P}-${file_main_dms_orig}"
file_main_debug="${P}-${file_main_debug_orig}"
file_main_dms_debug="${P}-${file_main_dms_debug_orig}"
file_rowset="${P}-${file_rowset_orig}"
file_doc="${P}-${file_doc_orig}"
file_demo="${P}-${file_demo_orig}"
file_nls="${P}-${file_nls_orig}"
DESCRIPTION="JDBC 3.0 Drivers for Oracle"
HOMEPAGE="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html"
DOWNLOAD_PAGE="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc101040.html"
SRC_URI="
!dms? (
!debug? ( ${file_main} )
debug? ( ${file_main_debug} )
)
dms? (
!debug? ( ${file_main_dms} )
debug? ( ${file_main_dms_debug} )
)
${file_rowset}
doc? ( ${file_doc} )
examples? ( ${file_demo} )
nls? ( ${file_nls} )"
KEYWORDS="~amd64 ~x86"
LICENSE="oracle-jdbc"
SLOT="10.1"
DEPEND="doc? ( app-arch/unzip )"
RDEPEND=">=virtual/jre-1.4"
RESTRICT="fetch"
S="${WORKDIR}"
determine_files() {
if use dms; then
if use debug; then
file_main_used=${file_main_dms_debug}
file_main_used_orig=${file_main_dms_debug_orig}
else
file_main_used=${file_main_dms}
file_main_used_orig=${file_main_dms_orig}
fi
else
if use debug; then
file_main_used=${file_main_debug}
file_main_used_orig=${file_main_debug_orig}
else
file_main_used=${file_main}
file_main_used_orig=${file_main_orig}
fi
fi
}
pkg_nofetch() {
determine_files
einfo
einfo " Because of license terms and file name conventions, please:"
einfo
einfo " 1. Visit ${DOWNLOAD_PAGE}"
einfo " (you may need to create an account on Oracle's site)"
einfo " 2. Download the appropriate files:"
einfo " - ${file_main_used_orig}"
einfo " - ${file_rowset_orig}"
use doc && einfo " - ${file_doc_orig}"
use examples && einfo " - ${file_demo_orig}"
use nls && einfo " - ${file_nls_orig}"
einfo " 3. Rename the files:"
einfo " - ${file_main_used_orig} --> ${file_main_used}"
einfo " - ${file_rowset_orig} --> ${file_rowset}"
use doc && einfo " - ${file_doc_orig} --> ${file_doc}"
use examples && einfo " - ${file_demo_orig} --> ${file_demo}"
use nls && einfo " - ${file_nls_orig} --> ${file_nls}"
einfo " 4. Place the files in ${DISTDIR}"
einfo " 5. Resume the installation."
einfo
}
src_unpack() {
determine_files
cp "${DISTDIR}/${file_main_used}" ${PN}.jar || die
cp "${DISTDIR}/${file_rowset}" ${file_rowset_orig} || die
if use nls; then
cp "${DISTDIR}/${file_nls}" ${file_nls_orig} || die
fi
if use doc; then
mkdir "${S}/javadoc" && cd "${S}/javadoc"
unpack ${file_doc}
fi
if use examples; then
cd "${S}"
unpack ${file_demo}
mv Samples-Readme.txt samples/ || die
fi
}
src_install() {
java-pkg_dojar *.jar
use doc && java-pkg_dojavadoc javadoc
use examples && java-pkg_doexamples samples
}

@ -1,125 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit java-pkg-2
IUSE="debug dms doc examples nls ons"
file_main_orig="ojdbc14.jar"
file_main_dms_orig="ojdbc14dms.jar"
file_main_debug_orig="ojdbc14_g.jar"
file_main_dms_debug_orig="ojdbc14dms_g.jar"
file_doc_orig="javadoc.zip"
file_demo_orig="demo.tar"
file_nls_orig="orai18n.jar"
file_ons_orig="ons.jar"
file_main="${P}-${file_main_orig}"
file_main_dms="${P}-${file_main_dms_orig}"
file_main_debug="${P}-${file_main_debug_orig}"
file_main_dms_debug="${P}-${file_main_dms_debug_orig}"
file_doc="${PN}-10.2.0.1-${file_doc_orig}"
file_demo="${P}-${file_demo_orig}"
file_nls="${P}-${file_nls_orig}"
file_ons="${P}-${file_ons_orig}"
DESCRIPTION="JDBC 3.0 Drivers for Oracle"
HOMEPAGE="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html"
DOWNLOAD_PAGE="http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html"
SRC_URI="
!dms? (
!debug? ( ${file_main} )
debug? ( ${file_main_debug} )
)
dms? (
!debug? ( ${file_main_dms} )
debug? ( ${file_main_dms_debug} )
)
doc? ( ${file_doc} )
examples? ( ${file_demo} )
nls? ( ${file_nls} )
ons? ( ${file_ons} )"
KEYWORDS="amd64 x86"
LICENSE="oracle-jdbc"
SLOT="10.2"
DEPEND="doc? ( app-arch/unzip )"
RDEPEND=">=virtual/jre-1.4"
RESTRICT="fetch"
S="${WORKDIR}"
determine_files() {
if use dms; then
if use debug; then
file_main_used=${file_main_dms_debug}
file_main_used_orig=${file_main_dms_debug_orig}
else
file_main_used=${file_main_dms}
file_main_used_orig=${file_main_dms_orig}
fi
else
if use debug; then
file_main_used=${file_main_debug}
file_main_used_orig=${file_main_debug_orig}
else
file_main_used=${file_main}
file_main_used_orig=${file_main_orig}
fi
fi
}
pkg_nofetch() {
determine_files
einfo
einfo " Because of license terms and file name conventions, please:"
einfo
einfo " 1. Visit ${DOWNLOAD_PAGE}"
einfo " (you may need to create an account on Oracle's site)"
einfo " 2. Download the appropriate files:"
einfo " - ${file_main_used_orig}"
use doc && einfo " - ${file_doc_orig}"
use examples && einfo " - ${file_demo_orig}"
use nls && einfo " - ${file_nls_orig}"
use ons && einfo " - ${file_ons_orig}"
einfo " 3. Rename the files:"
einfo " - ${file_main_used_orig} --> ${file_main_used}"
use doc && einfo " - ${file_doc_orig} --> ${file_doc}"
use examples && einfo " - ${file_demo_orig} --> ${file_demo}"
use nls && einfo " - ${file_nls_orig} --> ${file_nls}"
use ons && einfo " - ${file_ons_orig} --> ${file_ons}"
einfo " 4. Place the files in ${DISTDIR}"
einfo " 5. Resume the installation."
einfo
}
src_unpack() {
determine_files
cp "${DISTDIR}/${file_main_used}" ${PN}.jar || die
if use nls; then
cp "${DISTDIR}/${file_nls}" ${file_nls_orig} || die
fi
if use ons; then
cp "${DISTDIR}/${file_ons}" ${file_ons_orig} || die
fi
if use doc; then
mkdir "${S}/javadoc" && cd "${S}/javadoc"
unpack ${file_doc}
fi
if use examples; then
cd "${S}"
unpack ${file_demo}
mv Samples-Readme.txt samples/ || die
fi
}
src_install() {
java-pkg_dojar *.jar
use doc && java-pkg_dojavadoc javadoc
use examples && java-pkg_doexamples samples
}

@ -1,124 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit java-pkg-2
IUSE="debug dms doc examples nls ons"
file_main_orig="ojdbc14.jar"
file_main_dms_orig="ojdbc14dms.jar"
file_main_debug_orig="ojdbc14_g.jar"
file_main_dms_debug_orig="ojdbc14dms_g.jar"
file_doc_orig="javadoc.zip"
file_demo_orig="demo.tar"
file_nls_orig="orai18n.jar"
file_ons_orig="ons.jar"
file_main="${P}-${file_main_orig}"
file_main_dms="${P}-${file_main_dms_orig}"
file_main_debug="${P}-${file_main_debug_orig}"
file_main_dms_debug="${P}-${file_main_dms_debug_orig}"
file_doc="${PN}-10.2.0.1-${file_doc_orig}"
file_demo="${P}-${file_demo_orig}"
file_nls="${P}-${file_nls_orig}"
file_ons="${PN}-10.2.0.3-${file_ons_orig}"
DESCRIPTION="JDBC 3.0 Drivers for Oracle"
HOMEPAGE="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html"
DOWNLOAD_PAGE="http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html"
SRC_URI="
!dms? (
!debug? ( ${file_main} )
debug? ( ${file_main_debug} )
)
dms? (
!debug? ( ${file_main_dms} )
debug? ( ${file_main_dms_debug} )
)
doc? ( ${file_doc} )
examples? ( ${file_demo} )
nls? ( ${file_nls} )
ons? ( ${file_ons} )"
KEYWORDS="~amd64 ~x86"
LICENSE="oracle-jdbc"
SLOT="10.2"
DEPEND="doc? ( app-arch/unzip )"
RDEPEND=">=virtual/jre-1.4"
RESTRICT="fetch"
S="${WORKDIR}"
determine_files() {
if use dms; then
if use debug; then
file_main_used=${file_main_dms_debug}
file_main_used_orig=${file_main_dms_debug_orig}
else
file_main_used=${file_main_dms}
file_main_used_orig=${file_main_dms_orig}
fi
else
if use debug; then
file_main_used=${file_main_debug}
file_main_used_orig=${file_main_debug_orig}
else
file_main_used=${file_main}
file_main_used_orig=${file_main_orig}
fi
fi
}
pkg_nofetch() {
determine_files
einfo
einfo " Because of license terms and file name conventions, please:"
einfo
einfo " 1. Visit ${DOWNLOAD_PAGE}"
einfo " (you may need to create an account on Oracle's site)"
einfo " 2. Download the appropriate files:"
einfo " - ${file_main_used_orig}"
use doc && einfo " - ${file_doc_orig}"
use examples && einfo " - ${file_demo_orig}"
use nls && einfo " - ${file_nls_orig}"
use ons && einfo " - ${file_ons_orig}"
einfo " 3. Rename the files:"
einfo " - ${file_main_used_orig} --> ${file_main_used}"
use doc && einfo " - ${file_doc_orig} --> ${file_doc}"
use examples && einfo " - ${file_demo_orig} --> ${file_demo}"
use nls && einfo " - ${file_nls_orig} --> ${file_nls}"
use ons && einfo " - ${file_ons_orig} --> ${file_ons}"
einfo " 4. Place the files in ${DISTDIR}"
einfo " 5. Resume the installation."
einfo
}
src_unpack() {
determine_files
cp "${DISTDIR}/${file_main_used}" ${PN}.jar || die
if use nls; then
cp "${DISTDIR}/${file_nls}" ${file_nls_orig} || die
fi
if use ons; then
cp "${DISTDIR}/${file_ons}" ${file_ons_orig} || die
fi
if use doc; then
mkdir "${S}/javadoc" && cd "${S}/javadoc"
unpack ${file_doc}
fi
if use examples; then
cd "${S}"
unpack ${file_demo}
mv Samples-Readme.txt samples/ || die
fi
}
src_install() {
java-pkg_dojar *.jar
use doc && java-pkg_dojavadoc javadoc
use examples && java-pkg_doexamples samples
}

@ -1,81 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit java-pkg-2
IUSE="debug doc"
file_main_orig=ojdbc14.jar
file_main_debug_orig=ojdbc14_g.jar
file_rowset_orig=ocrs12.jar
file_doc_orig=javadoc.tar
file_main=${P}-${file_main_orig}
file_main_debug=${P}-${file_main_debug_orig}
file_rowset=${P}-${file_rowset_orig}
file_doc=${P}-${file_doc_orig}
DESCRIPTION="JDBC 3.0 Drivers for Oracle"
HOMEPAGE="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html"
DOWNLOAD_PAGE="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc9201.html"
SRC_URI="
!debug? ( ${file_main} )
debug? ( ${file_main_debug} )
${file_rowset}
doc? ( ${file_doc} )"
KEYWORDS="~amd64 ~x86"
LICENSE="oracle-jdbc"
SLOT="9.2"
DEPEND=""
RDEPEND=">=virtual/jre-1.4"
RESTRICT="fetch"
S="${WORKDIR}"
determine_files() {
if use debug; then
file_main_used=${file_main_debug}
file_main_used_orig=${file_main_debug_orig}
else
file_main_used=${file_main}
file_main_used_orig=${file_main_orig}
fi
}
pkg_nofetch() {
determine_files
einfo
einfo " Because of license terms and file name conventions, please:"
einfo
einfo " 1. Visit ${DOWNLOAD_PAGE}"
einfo " (you may need to create an account on Oracle's site)"
einfo " 2. Download the appropriate files:"
einfo " - ${file_main_used_orig}"
einfo " - ${file_rowset_orig}"
use doc && einfo " - ${file_doc_orig}"
einfo " 3. Rename the files:"
einfo " - ${file_main_used_orig} --> ${file_main_used}"
einfo " - ${file_rowset_orig} --> ${file_rowset}"
use doc && einfo " - ${file_doc_orig} --> ${file_doc}"
einfo " 4. Place the files in ${DISTDIR}"
einfo " 5. Resume the installation."
einfo
}
src_unpack() {
determine_files
cp "${DISTDIR}/${file_main_used}" ${PN}.jar || die
cp "${DISTDIR}/${file_rowset}" ${file_rowset_orig} || die
if use doc; then
mkdir javadoc && cd javadoc
unpack ${file_doc}
fi
}
src_install() {
java-pkg_dojar *.jar
use doc && java-pkg_dojavadoc javadoc
}

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<use>
<flag name="dms">Enable support for the Oracle Dynamic Monitoring Service</flag>
<flag name="ons">Enable support for the Oracle Notification Services (ONS) deamon</flag>
</use>
</pkgmetadata>

@ -1,2 +0,0 @@
DIST jruby-1.7.12-mvn-ant-ant.patch 210806 SHA256 3a46445615a3b4c6dcfea5e8b1cbf00177e81516c7fd70c619812be8ae0edf98 SHA512 18ab5e9a0ca04deccfe2ffaeba54c2c79c6f17fc5277bf32b800279f5a2a1c6e62ec273276b5b951d13d78b0de7b535b651a0d564b788cd972186895a3ab96ae WHIRLPOOL 23cdec09c9cae819d184676c57cc6fe2bc01b1c1a3dd574ae264e22796624beec31b2d5f8bec195594292b7dc742427c6e8f2f2bd48fad552a3fdb2cab0a2f07
DIST jruby-src-1.7.12.tar.gz 10537791 SHA256 c10c0581abe7d55519273b91bddf9d44610baf69b875473593fd739b0c059cc7 SHA512 f68e72c37543a5301041a1700b9a3ef07ea5be43b806187f49e7ef6172315c5cd2aa4d74466273122e35b1a190f9a0fb097127c9530f48740f278ff6f87704fe WHIRLPOOL 5b82c5ac00761a62c6d319dc9ff319a5036c7b30724449149595fbaac117a2dca61bc13480db79ef85f10278607556f7091698021c3a7cfd3b1359603755e01a

@ -1,164 +0,0 @@
diff -Naur a/bin/jruby.bash b/bin/jruby.bash
--- a/bin/jruby.bash 2014-05-03 17:55:20.665665383 +0200
+++ b/bin/jruby.bash 2014-05-03 17:58:37.095630622 +0200
@@ -25,29 +25,7 @@
JAVA_VM=-client
fi
-# get the absolute path of the executable
-SELF_PATH=$(builtin cd -P -- "$(dirname -- "$0")" >/dev/null && pwd -P) && SELF_PATH=$SELF_PATH/$(basename -- "$0")
-
-# resolve symlinks
-while [ -h $SELF_PATH ]; do
- # 1) cd to directory of the symlink
- # 2) cd to the directory of where the symlink points
- # 3) get the pwd
- # 4) append the basename
- DIR=$(dirname -- "$SELF_PATH")
- SYM=$(readlink $SELF_PATH)
- SELF_PATH=$(cd $DIR && cd $(dirname -- "$SYM") && pwd)/$(basename -- "$SYM")
-done
-
-PRG=$SELF_PATH
-
-JRUBY_HOME_1=`dirname "$PRG"` # the ./bin dir
-if [ "$JRUBY_HOME_1" = '.' ] ; then
- cwd=`pwd`
- JRUBY_HOME=`dirname $cwd` # JRUBY-2699
-else
- JRUBY_HOME=`dirname "$JRUBY_HOME_1"` # the . dir
-fi
+JRUBY_HOME="${JRUBY_HOME:-/usr/share/jruby}"
if [ -z "$JRUBY_OPTS" ] ; then
JRUBY_OPTS=""
@@ -79,17 +57,7 @@
done
JRUBY_OPTS=${JRUBY_OPTS_TEMP}
-if [ -z "$JAVACMD" ] ; then
- if [ -z "$JAVA_HOME" ] ; then
- JAVACMD='java'
- else
- if $cygwin; then
- JAVACMD="`cygpath -u "$JAVA_HOME"`/bin/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- fi
-fi
+JAVACMD=java
if [ -z "$JAVA_MEM" ] ; then
JAVA_MEM=-Xmx500m
@@ -130,21 +98,7 @@
CP_DELIMITER=":"
-# add main jruby jar to the bootclasspath
-for j in "$JRUBY_HOME"/lib/jruby.jar "$JRUBY_HOME"/lib/jruby-complete.jar; do
- if [ ! -e "$j" ]; then
- continue
- fi
- if [ "$JRUBY_CP" ]; then
- JRUBY_CP="$JRUBY_CP$CP_DELIMITER$j"
- else
- JRUBY_CP="$j"
- fi
- if [ $JRUBY_ALREADY_ADDED ]; then
- echo "WARNING: more than one JRuby JAR found in lib directory"
- fi
- JRUBY_ALREADY_ADDED=true
-done
+JRUBY_CP="$(java-config-2 -d -p jruby)"
if $cygwin; then
JRUBY_CP=`cygpath -p -w "$JRUBY_CP"`
@@ -152,29 +106,7 @@
# ----- Set Up The System Classpath -------------------------------------------
-if [ "$JRUBY_PARENT_CLASSPATH" != "" ]; then
- # Use same classpath propagated from parent jruby
- CP=$JRUBY_PARENT_CLASSPATH
-else
- # add other jars in lib to CP for command-line execution
- for j in "$JRUBY_HOME"/lib/*.jar; do
- if [ "$j" == "$JRUBY_HOME"/lib/jruby.jar ]; then
- continue
- fi
- if [ "$j" == "$JRUBY_HOME"/lib/jruby-complete.jar ]; then
- continue
- fi
- if [ "$CP" ]; then
- CP="$CP$CP_DELIMITER$j"
- else
- CP="$j"
- fi
- done
-
- if [ "$CP" != "" ] && $cygwin; then
- CP=`cygpath -p -w "$CP"`
- fi
-fi
+CP="${JRUBY_PARENT_CLASSPATH}"
if $cygwin; then
# switch delimiter only after building Unix style classpaths
@@ -254,15 +186,7 @@
java_args=("${java_args[@]}" "-Djava.awt.headless=true") ;;
# Run under JDB
--jdb)
- if [ -z "$JAVA_HOME" ] ; then
- JAVACMD='jdb'
- else
- if $cygwin; then
- JAVACMD="`cygpath -u "$JAVA_HOME"`/bin/jdb"
- else
- JAVACMD="$JAVA_HOME/bin/jdb"
- fi
- fi
+ JAVACMD='jdb'
java_args=("${java_args[@]}" "-sourcepath" "$JRUBY_HOME/lib/ruby/1.8:.")
JRUBY_OPTS=("${JRUBY_OPTS[@]}" "-X+C") ;;
--client)
@@ -310,8 +234,6 @@
JAVA_OPTS="$JAVA_OPTS $JAVA_MEM $JAVA_MEM_MIN $JAVA_STACK"
-JFFI_OPTS="-Djffi.boot.library.path=$JRUBY_HOME/lib/jni"
-
if $cygwin; then
JRUBY_HOME=`cygpath --mixed "$JRUBY_HOME"`
JRUBY_SHELL=`cygpath --mixed "$JRUBY_SHELL"`
@@ -349,8 +271,9 @@
JRUBY_OPTS=''
fi
- "$JAVACMD" $PROFILE_ARGS $JAVA_OPTS "$JFFI_OPTS" "${java_args[@]}" -classpath "$JRUBY_CP$CP_DELIMITER$CP$CP_DELIMITER$CLASSPATH" \
+ "$JAVACMD" $PROFILE_ARGS $JAVA_OPTS "${java_args[@]}" -classpath "$JRUBY_CP$CP_DELIMITER$CP$CP_DELIMITER$CLASSPATH" \
"-Djruby.home=$JRUBY_HOME" \
+ "-Djruby.bindir=/usr/bin" \
"-Djruby.lib=$JRUBY_HOME/lib" -Djruby.script=jruby \
"-Djruby.shell=$JRUBY_SHELL" \
$java_class $JRUBY_OPTS "$@"
@@ -372,7 +295,7 @@
else
if $cygwin; then
# exec doed not work correctly with cygwin bash
- "$JAVACMD" $JAVA_OPTS "$JFFI_OPTS" "${java_args[@]}" -Xbootclasspath/a:"$JRUBY_CP" -classpath "$CP$CP_DELIMITER$CLASSPATH" \
+ "$JAVACMD" $JAVA_OPTS "${java_args[@]}" -Xbootclasspath/a:"$JRUBY_CP" -classpath "$CP$CP_DELIMITER$CLASSPATH" \
"-Djruby.home=$JRUBY_HOME" \
"-Djruby.lib=$JRUBY_HOME/lib" -Djruby.script=jruby \
"-Djruby.shell=$JRUBY_SHELL" \
@@ -385,8 +308,9 @@
exit $JRUBY_STATUS
else
- exec "$JAVACMD" $JAVA_OPTS "$JFFI_OPTS" "${java_args[@]}" -Xbootclasspath/a:"$JRUBY_CP" -classpath "$CP$CP_DELIMITER$CLASSPATH" \
+ exec "$JAVACMD" $JAVA_OPTS "${java_args[@]}" -Xbootclasspath/a:"$JRUBY_CP" -classpath "$CP$CP_DELIMITER$CLASSPATH" \
"-Djruby.home=$JRUBY_HOME" \
+ "-Djruby.bindir=/usr/bin" \
"-Djruby.lib=$JRUBY_HOME/lib" -Djruby.script=jruby \
"-Djruby.shell=$JRUBY_SHELL" \
$java_class $mode "$@"

@ -1,184 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
JAVA_PKG_IUSE="doc source test"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Java-based Ruby interpreter implementation"
HOMEPAGE="http://jruby.codehaus.org/"
SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz
https://dev.gentoo.org/~tomwij/files/dist/${P}-mvn-ant-ant.patch"
LICENSE="|| ( EPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
RUBY_VERSION=1.9
RUBY_REVISION=0
CDEPEND="
dev-java/ant-core:0
dev-java/asm:4
dev-java/bsf:2.3
>=dev-java/bytelist-1.0.8:0
dev-java/headius-options:0
dev-java/invokebinder:0
dev-java/jcodings:1
dev-java/jffi:1.2
dev-java/jnr-constants:0
dev-java/jnr-enxio:0
dev-java/jnr-ffi:0.7
>=dev-java/jnr-netdb-1.0:0
dev-java/jnr-posix:2.4
dev-java/jnr-unixsocket:0
dev-java/joda-time:0
dev-java/joni:2.1
dev-java/nailgun:0
dev-java/osgi-core-api:0
dev-lang/ruby:${RUBY_VERSION}
>=dev-java/snakeyaml-1.9:0
dev-java/jzlib:1.1
"
RDEPEND="${CDEPEND}
>=virtual/jre-1.8
"
DEPEND="${CDEPEND}
>=virtual/jdk-1.8
test? (
dev-java/ant-junit4:0
dev-java/ant-trax:0
dev-java/commons-logging:0
dev-java/junit:4
dev-java/xalan:0
java-virtuals/jdk-with-com-sun:0
)
"
RUBY_HOME=/usr/share/${PN}/lib/ruby
SITE_RUBY=${RUBY_HOME}/site_ruby
GEMS=${RUBY_HOME}/gems
JAVA_ANT_REWRITE_CLASSPATH="true"
JAVA_ANT_IGNORE_SYSTEM_CLASSES="true"
EANT_GENTOO_CLASSPATH="ant-core asm-4 bsf-2.3 bytelist headius-options \
invokebinder jcodings-1 jffi-1.2 jnr-constants jnr-enxio jnr-ffi-0.7 jnr-netdb \
jnr-posix-2.4 jnr-unixsocket joda-time joni-2.1 nailgun osgi-core-api snakeyaml \
jzlib-1.1"
EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH} ant-junit4 ant-trax \
commons-logging junit-4 xalan jdk-with-com-sun"
EANT_BUILD_TARGET="package"
pkg_setup() {
export RUBYOPT=""
java-pkg-2_pkg_setup
local fail
for directory in "${GEMS}" "${SITE_RUBY}"; do
if [[ -L ${directory} ]]; then
eerror "${directory} is a symlink. Please do the following to resolve the situation:"
echo 'emerge -an app-portage/gentoolkit'
echo 'equery -qC b '"${directory}"' | sort | uniq | sed s/^/=/ > /tmp/jruby.fix'
echo 'emerge -1C $(< /tmp/jruby.fix)'
echo "rm ${directory}"
echo 'emerge -1 $(< /tmp/jruby.fix)'
eerror "For more information, please see https://bugs.gentoo.org/show_bug.cgi?id=302187"
fail="true"
fi
done
if [[ -n ${fail} ]]; then
die "Please address the above errors, then run emerge --resume"
fi
}
java_prepare() {
einfo "Cleaning up bash launcher ..."
epatch "${FILESDIR}"/${P}-bash-launcher.patch
# When you capture a new patch, and it misses org.jruby.runtime.Constants;
# add maven.build.resourceDir.1 as a pathelement to the javac task of the
# compilation target. Also add jruby-core-GENTOO_JRUY_VER in ext classpaths.
# Also reorder the root maven-build.xml such that core compiles before ext.
einfo "Patching build.xml ..."
epatch "${DISTDIR}"/${P}-mvn-ant-ant.patch
find . -name '*build.xml' -exec \
sed -i "s/jruby-core-GENTOO_JRUY_VER/jruby-core-${PV}/" {} \;
einfo "Removing classes and jars ..."
find . -name "*.class" -or -name "*.jar" -print -delete
einfo "Fixing up properties ..."
JRUBY_CONSTANTS="core/src/main/resources/org/jruby/runtime/Constants.java"
for repvar in $(grep "@.*@\".*;" ${JRUBY_CONSTANTS} | sed 's:.*@\(.*\)@.*:\1:') ; do
VAR=$(grep "<${repvar}>" pom.xml | sed 's/.*>\(.*\)<\/.*/\1/')
sed -i "s/@${repvar}@/${VAR}/" \
${JRUBY_CONSTANTS} || die
done
sed -i "s/String VERSION = \".*\"/String VERSION = \"${PV}\"/" \
${JRUBY_CONSTANTS} || die
einfo "Setting Ruby version to use ..."
sed -i -e "s/String jruby_revision = \"\"/String jruby_revision = \"${RUBY_REVISION}\"/" \
-e "s/String jruby_default_ruby_version = \"\"/String jruby_default_ruby_version = \"${RUBY_VERSION}\"/" \
${JRUBY_CONSTANTS} || die
}
# Java based tests return propertly, I guess that is because there are none;
# I've found an executable that can you can run, but it bails out about libyaml.
#
# $ bin/testrb test
# /usr/share/jruby/lib/ruby/1.9/yaml/store.rb:1:in `require':
# It seems your ruby installation is missing psych (for YAML output).
# To eliminate this warning, please install libyaml and reinstall your ruby.
# JRuby 1.9 mode only supports the `psych` YAML engine; ignoring `syck`
# NoMethodError: undefined method `to_yaml' for {}:Hash
# Store at /usr/share/jruby/lib/ruby/1.9/yaml/store.rb:78
# ...
RESTRICT="${RESTRICT} test"
src_test() {
export RUBYOPT=""
mv maven-build.xml build.xml || die
java-pkg-2_src_test
bin/testrb test || die ""
}
src_install() {
java-pkg_newjar core/target/${PN}-core-${PV}.jar
dodoc README.md docs/{*.txt,README.*} || die
use doc && java-pkg_dojavadoc core/target/site/apidocs
use source && java-pkg_dosrc core/src/main/java/org
newbin bin/jruby.bash jruby
dobin bin/j{irb{,_swing},rubyc}
insinto "${RUBY_HOME}"
doins -r "${S}"/lib/ruby/{1.8,1.9,2.0,shared}
# Remove all the references to RubyGems as we're just going to
# install it through dev-ruby/rubygems.
find "${ED}${RUBY_HOME}" -type f \
'(' '(' -path '*rubygems*' -not -name 'jruby.rb' ')' -or -name 'ubygems.rb' -or -name 'datadir.rb' ')' \
-delete || die
}
pkg_postinst() {
ewarn ""
ewarn "Make sure RUBYOPT is unset in the environment when using JRuby:"
ewarn ""
ewarn " export RUBYOPT=\"\""
ewarn ""
}

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
</pkgmetadata>

@ -1,2 +0,0 @@
DIST j2ee_deployment-1_1-fr-class.zip 23165 SHA256 9254f972032ad3f0ba9bd6d51eba5e3f800972d404b432fc790f8546b8fbb88c
DIST j2ee_deployment-1_1-fr-doc.zip 153966 SHA256 d6b9c9326d695904669c145ab475d003f736fd3461077cfd58ced07734db18a1

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
</pkgmetadata>

@ -1,48 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit java-pkg-2
MY_PV=${PV/./_}
CLASS_URI="j2ee_deployment-${MY_PV}-fr-class.zip"
DOC_URI="j2ee_deployment-${MY_PV}-fr-doc.zip"
DESCRIPTION="J2EE Application Deployment Specification"
HOMEPAGE="http://java.sun.com/j2ee/tools/deployment/"
SRC_URI="${CLASS_URI}
doc? ( ${DOC_URI} )"
LICENSE="sun-bcla-j2ee-deployment"
SLOT="1.1"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="doc"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
RDEPEND=">=virtual/jre-1.4"
RESTRICT="fetch"
S=${WORKDIR}
DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=J2EE_DEPLOYMENT-1.1-FR-CLASS-G-F@CDS-CDS_Developer"
DOWNLOAD_URL_DOC="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=J2EE_DEPLOYMENT-1.1-FR-DOC-G-F@CDS-CDS_Developer"
pkg_nofetch() {
einfo "Please download \"J2EE Deployment API Class Files 1.1\" - ${CLASS_URI}"
einfo "from ${HOMEPAGE} and move it to ${DISTDIR}"
einfo "Direct URL: ${DOWNLOAD_URL}"
if use doc; then
einfo "Also download \"API Documentation 1.1\" - ${DOC_URI}"
einfo "from ${HOMEPAGE} and move it to ${DISTDIR}"
einfo "Direct URL: ${DOWNLOAD_URL_DOC}"
fi
}
src_compile() {
jar cvf ${PN}.jar javax || die "Failed to create the ${PN}.jar"
}
src_install() {
java-pkg_dojar ${PN}.jar
use doc && java-pkg_dojavadoc doc
}

@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
LICENSE="LGPL-2.1"
SLOT="0.34"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="test"
RDEPEND="

@ -1,2 +1 @@
DIST capnproto-0.5.3.1.tar.gz 992237 SHA256 e9af9ccfcb6d61be2dca1daf75e90daea32cf6f4c7c24a19919815ce527d9ac8 SHA512 9d359d9ec2a8557ec92919becbd59f9df89633c9b4c7e078f390d02e6b9a4e5f48a1fb3cad595577b3ab7c5effc44733b0b7687002229a9b81b4495fb11c91c8 WHIRLPOOL 4474fd673b02b37f51db973f90ca56451cf8f4c1ccea87c47ed73135d13b495b4c4a6c4267c867c3bb17327585dd49f3e590f6f20536521941ee970f4da755f1
DIST capnproto-0.5.3.tar.gz 992100 SHA256 13c66dc1ce2a038562cddeaf48f71f0bb0e15a1d1a1775efa80dff3cdebeea6c SHA512 c861d8573f9b37bdce3800cc5f875d972017f01176343a118d3fde70d9d19ad3e0af759ef81f2ab1296515a5ef53ce3aa8f8359843ec1a579d9b48d1603a7d16 WHIRLPOOL fb9530092bf37047c76e6b44dcd8457207a7c1e0a41c86e4e8b79ba66edf9cd4641de78ee17d0f38e1b7213543fcc96be0639aa2dd72c7e7cf61d6e0b022a529

@ -1,36 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools
DESCRIPTION="RPC/Serialization system with capabilities support"
HOMEPAGE="http://capnproto.org"
SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE="static-libs test"
RDEPEND=""
DEPEND="test? ( dev-cpp/gtest )"
S=${WORKDIR}/${P}/c++
src_prepare() {
sed -e 's/ldconfig/true/' -i Makefile.am || die
sed -e 's#gtest/lib/libgtest.la gtest/lib/libgtest_main.la#-lgtest -lgtest_main#' -i Makefile.am || die
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -delete
}

@ -1,4 +1,3 @@
DIST jsoncpp-0.10.2.tar.gz 197188 SHA256 37bb72615018522bb78a5eb425b36dfc79e049c1d5471b724f7ccadeac0ed479 SHA512 8e451e3ba37094445ab098d5b9f7236ac84e2f15d98e2039c565e609b757c2383e91850bd86aca507ca5cd2f733fedc484bb7760eeeee7fe9bace71d97ae0d2e WHIRLPOOL 85f9861e77a7c3cecd5e859adde832b7f12a0c5eae04ecbee203e5d8c4b8b13ba034b4aa6b78a3b981aa392a4ea6a26c2e1d411ae97768d7ed422f71ec2e5d79
DIST jsoncpp-0.10.6.tar.gz 200213 SHA256 7c285fc40ad0c113e436a1271c4e38b5017b5c7782c306e90be9d6b2ffa90212 SHA512 9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa WHIRLPOOL f06b804045250b205f8ca1ed6fd5504cb5e18243df16c9c255310a631d6d88f78bfd8c59e31360c1e50ccabcf5b295a095a80cdbb4e0ca5a0da54a64ff8e7919
DIST jsoncpp-1.7.5.tar.gz 205989 SHA256 4338c6cab8af8dee6cdfd54e6218bd0533785f552c6162bb083f8dd28bf8fbbe SHA512 c8217e390d4b15e046a6f14ad54257ac8ecc13b70073a15c502b451df25c6d8bbc645ee50bb12e67433bf2c9053e2a39544d465c19124c7b882b69dd80b70ab2 WHIRLPOOL 312522ed7d8c03a50406f6a93355fab341022ef433b553f50d6d2b9e052c645361a4cea0771f1a16189921a15d025d35f0a6a5ff251d18a9ec48faa90084bb87
DIST jsoncpp-1.8.0.tar.gz 206659 SHA256 5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc SHA512 bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c WHIRLPOOL 76bb44fc8e838a544415b802188dec19aa14cf65d41833dd7e737a8fd1e442d4566f57c505ab4a11c07a7af2f03a8053e217988882cb581b535fce55fc8e76fc

@ -1,73 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-any-r1
DESCRIPTION="C++ JSON reader and writer"
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="|| ( public-domain MIT )"
SLOT="0/1"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc test"
DEPEND="
doc? (
app-doc/doxygen
${PYTHON_DEPS}
)
test? (
${PYTHON_DEPS}
)"
RDEPEND=""
RESTRICT="!test? ( test )"
pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup
fi
}
src_configure() {
local mycmakeargs=(
-DJSONCPP_WITH_TESTS=$(usex test)
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-DJSONCPP_WITH_CMAKE_PACKAGE=ON
-DBUILD_SHARED_LIBS=ON
-DBUILD_STATIC_LIBS=OFF
# Follow Debian, Ubuntu, Arch convention for headers location
# bug #452234
-DINCLUDE_INSTALL_DIR="${EPREFIX}"/usr/include/jsoncpp
# Disable implicit ccache use
-DCCACHE_FOUND=OFF
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
if use doc; then
"${EPYTHON}" doxybuild.py --doxygen=/usr/bin/doxygen || die
fi
}
src_test() {
emake -C "${BUILD_DIR}" jsoncpp_check
}
src_install() {
cmake-utils_src_install
if use doc; then
docinto html
dodoc -r dist/doxygen/jsoncpp*/.
fi
}

@ -1,8 +1,2 @@
DIST leatherman-0.10.1.tar.gz 423218 SHA256 79b0eded49a02cb8f6ce6260ae39e3f1bdd2dc2c62c02f661308e04c08edb69e SHA512 bbbb772c855f5ce1e38abe7186400d9a2c9663dcdc72bd0a822bbe171eed3d01e33a6ec2196d4f6f8f0895f309d031b1eb77ec188bd16b37e52b306fafb66d17 WHIRLPOOL 19ff51352c49e9fca7d45683117809cf916e15066015e40cbe2eb10e3eb4ae3e6d27595e8bae8291bd5fac874f845399b9c87a5fcc6b645dd174bf3c9b1a8229
DIST leatherman-0.10.2.tar.gz 423470 SHA256 eca6cf88a233bb6c21be2b2d3954763e523d7aa1a5363ac6f0a6f29e6f630167 SHA512 2ca7e3c63ce72f071b9ebed4f3621712065bddef720eccf4e01483e79aef6d1e0931f3e2958efdb903e6363c477e74de7e76552b399d4614425b8a491ddd9f63 WHIRLPOOL 5049d5e997f832e0f2c75664871b73f49153024d1a06051f5721a1cf48ce4357bd63c0330fec684bf64cfbb7b57f7e1ba6146d4aae800ad2a60ce6f0a6b3c5fe
DIST leatherman-0.11.0.tar.gz 423516 SHA256 b625b7e7c54495f60a9166e7da85d2fd70a877b3e4cd81bba9e67da51dd261cd SHA512 af1a985ad4fe84a38193282a35d01ba939a8e35854158083387829c45887a2cde6c15f426770771ad17c6088d405b29209b5e772b477803f1fc6537538581367 WHIRLPOOL 1c8dd17c8b093ff6425702b1f5757468f5f1d27006700d48a02295116cbf735ae10a006a260415a49a527773be2e7d2d4922a751a354edb741212ab62bf8ffb2
DIST leatherman-0.11.1.tar.gz 423537 SHA256 3059ecd28ce8468e5d535a7e21eea4b0cdf6aabdaec71deab5e5d18b715ecf73 SHA512 aa46fdb18ec535e458ba9802792606dc6ff5aec47b22b25722ba2b11fcfcbb2bdeabc46d456fae3e106da435aca7b2f06197a0ea50845d9b190c1b7c088b5691 WHIRLPOOL 47a40c8f799f592fda3914ee0eb17b8888c583cf6f24add354257e765b7f9224726ffab0ddca9f47067641a20a324b5466cb7e25136e361bdaffa5c94aacd4cb
DIST leatherman-0.11.2.tar.gz 423569 SHA256 a0d3b2308aaddfb31ed4d4bcccb52206c4ad7d5da332b5254d1a6c3223ae980b SHA512 eb73971661834beef49585d1f631523c03115d682ecaf3c18ff5f3004c604b1b3ca7e6533e2e8b69ad7222922cd9afb61cb6888e0db03474b43294f326e2d667 WHIRLPOOL 78c46bf0fd465f0b275707c64f15c959a62f98e48ccc4346e84a550c7e4162dcde057014a92e98cbdfef59a3170206b95ffd33f74ad27c0a20cabe18d5bae964
DIST leatherman-0.12.1.tar.gz 423884 SHA256 656a49bdb1181932a8606b58dd19efd8cf428dd0ebbb4af619e3737f2131bdc0 SHA512 f93b6b0f1051507469bcb8d964cd38b238a269bf277f3b540d4b0e53700012aba3eefc8dc5656a4158ad55b8570ebdb09f528fb586621972b847e10305912ce4 WHIRLPOOL bb2ea8b025aa07b18c485e5d5b98cad035590cb2f13d59780b683a3c2003cfe676e160769e6293b185a8fb1c16c542e033fc10cb27ac6be705345d8c672b8e47
DIST leatherman-0.9.0.tar.gz 392308 SHA256 8d79a998caa47047bfc52093e6a50618458b5c0aa502a6cf61f9fb7a6451c3bb SHA512 25c5edd58abad4e20d36ec7badb94aacc0f9a9e44200e710dcb3da116685396bba5b12ae806f9865e48d5d50c43a31486d8aa39fd853551ccf2c3eaa28859c8d WHIRLPOOL 492ae8971368a8c7e3527a875c8cb4a46d5a767b80b45d32b33fa2f1c66a7d2ea4825c923a6993b1147ac8e68bb111c682ef5315c13a11a68bd583b3423e6656
DIST leatherman-0.9.4.tar.gz 418077 SHA256 a396514fef1ab5d14ebc745a9166ac4fcdf229e5378824302de751ef5ec2bee9 SHA512 c08401856f5afc1b9d48cf31fa3c037ee9f316f4356419785c021696dff4628bfde92318ad0e50faf83aa9b205ebd479bbb46379431811cfec1dcbd5c88021f7 WHIRLPOOL cdae73fc20e08603c81d98127f642e6720fae449f1f1fbb9ca591ffed051bb1efc5ba21ea93a041d9cc8c7c58844ed5fc7467f6e9107d325687609780e8e2a6d

@ -1,49 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
inherit cmake-utils multilib
DESCRIPTION="A C++ toolkit"
HOMEPAGE="https://github.com/puppetlabs/leatherman"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="net-misc/curl"
DEPEND=">=dev-libs/boost-1.54[nls]
net-misc/curl
>=sys-devel/gcc-4.8:*"
src_prepare() {
sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
}
src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
-DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}
src_test() {
cmake-utils_src_test
}
src_install() {
cmake-utils_src_install
}

@ -1,49 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
inherit cmake-utils multilib
DESCRIPTION="A C++ toolkit"
HOMEPAGE="https://github.com/puppetlabs/leatherman"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="net-misc/curl"
DEPEND=">=dev-libs/boost-1.54[nls]
net-misc/curl
>=sys-devel/gcc-4.8:*"
src_prepare() {
sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
}
src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
-DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}
src_test() {
cmake-utils_src_test
}
src_install() {
cmake-utils_src_install
}

@ -1,49 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
inherit cmake-utils multilib
DESCRIPTION="A C++ toolkit"
HOMEPAGE="https://github.com/puppetlabs/leatherman"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
RDEPEND="net-misc/curl"
DEPEND=">=dev-libs/boost-1.54[nls]
net-misc/curl
>=sys-devel/gcc-4.8:*"
src_prepare() {
sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
}
src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
-DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}
src_test() {
cmake-utils_src_test
}
src_install() {
cmake-utils_src_install
}

@ -1,49 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
inherit cmake-utils multilib
DESCRIPTION="A C++ toolkit"
HOMEPAGE="https://github.com/puppetlabs/leatherman"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="net-misc/curl"
DEPEND=">=dev-libs/boost-1.54[nls]
net-misc/curl
>=sys-devel/gcc-4.8:*"
src_prepare() {
sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
}
src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
-DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}
src_test() {
cmake-utils_src_test
}
src_install() {
cmake-utils_src_install
}

@ -1,50 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
inherit cmake-utils multilib ruby-ng
DESCRIPTION="A C++ toolkit"
HOMEPAGE="https://github.com/puppetlabs/leatherman"
SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${S}/all/${P}"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
CDEPEND="
>=sys-devel/gcc-4.8:*
>=dev-libs/boost-1.54[nls]
net-misc/curl"
RDEPEND+=" ${CDEPEND}"
DEPEND+=" test? ( ${CDEPEND} )"
src_prepare() {
sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
}
src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
-DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}

@ -1,50 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
inherit cmake-utils multilib ruby-ng
DESCRIPTION="A C++ toolkit"
HOMEPAGE="https://github.com/puppetlabs/leatherman"
SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${S}/all/${P}"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
CDEPEND="
>=sys-devel/gcc-4.8:*
>=dev-libs/boost-1.54[nls]
net-misc/curl"
RDEPEND+=" ${CDEPEND}"
DEPEND+=" test? ( ${CDEPEND} )"
src_prepare() {
sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
}
src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
-DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}

@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/libcroco/"
LICENSE="LGPL-2"
SLOT="0.6"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="

@ -1,3 +1,3 @@
DIST libfastjson-0.99.2.tar.gz 366602 SHA256 6ff053d455243a81014f37b4d81c746d9b8d40256a56326c3a7921c8bf458dfd SHA512 4b57697cbb901bc12a26d98c3d6df998aba373d4f38339189c9bd3e5a32777fa4796039fe82581337e576fa93c6deb87759eba04326134f587064c82e1b3daaf WHIRLPOOL 56010125b4ba905aba3fa7ad69faf38237426c1ef5cbaad90458fe31e96b86719d2766d2099928dc22aa7d98a64d079a3bd9de31702b28547d1f1d416170d487
DIST libfastjson-0.99.4.tar.gz 424989 SHA256 6339a67e680a8f6a6a0c179971118489cc14ec73bb1542b591c38f58d760034c SHA512 b38f01469021093f21b43550e7574d2bad7b57a28b62f27cb1d2a57e33d2cb29208d20d978bdebe5a82a9736dfcfd7ec0a0fa945762702f4389d69850c2cfeb3 WHIRLPOOL 15898787b20b13648cfc19496da69e86223400fd9e62cb9ce4362364cf5f6d7df32f54a79e4d225bedcdf91cdb0c9231a3e2a6e63d7366b3290624aaf7854dc7
DIST libfastjson-0.99.5.tar.gz 431298 SHA256 8aecdc111da2beebc09e99e2b51e13b70f219c5a095c38db953a75fde51779e9 SHA512 5fa28c49465092865b60c7e671747d72ae1a102a375b5edae378a4e82b023b3944dcd235ca247ea6f24186d34e3caddd1d0abb7d8d0ccae295b80a870c01582e WHIRLPOOL 7f9f5abb44c6edf8f043b34157786eb5e2b2ef4361e38f94fbdf171fc763313cef0633ca37644c53f97ccf84444daf67ec821225c2140430076447b6dbb1db93
DIST libfastjson-0.99.6.tar.gz 431066 SHA256 95e3d371c82b5d85c7294d46c923b3fee0384e1541a1556f0ca185170eb27270 SHA512 b3b4a5ba959723ffbf8d8218c97c696ccbb781e8c2563ede6ffd7bcbdfcf75495deba5c2b8952c6c215b78dd9cfa728c95cf56bde9b1cfa7ebd6ba68b5b8f166 WHIRLPOOL 3debbb3cd1c67bce448ace69609ce398266d49ec1711db0501b9c617e814547b3757cb8e63d5691b858c0b468e387875d774a619363b4bcb6209bf3f6b435ed7

@ -1 +1,2 @@
DIST libwacom-0.24.tar.bz2 488313 SHA256 2905a0ee5cc85eceb9f5bd06109e66a051b0ed18102c3e6798717c259c8d66c3 SHA512 331acb33ab798abf376f70647786c894014d5baa373cc66d53f1e77e77129ba78ec059f32f5cf3659a1fe3e8f9ff6ab3eb6eefd6090fc3c3bab4582ea25a5640 WHIRLPOOL c66050a0704f3edbe8fc089f1ed4c7df4ade019db93e9ce7349e5e80ef08cc9457cfa1843fe3182488c3c966f820c8e0b02ba0b9deb0c8d15d85a2f170482143
DIST libwacom-0.25.tar.bz2 478780 SHA256 29d0862cd008a82e19f4b74a35ca9da49dfdb994a1bc761bc87e503c9de040cc SHA512 080d12706c3b685ee1cb963b79068e0e7c08e47296c1535cde4d2280239758d6bccbd38982a63d366cab1a77a4db287cc5bb329abaee6dbb285c4b8e010eaf67 WHIRLPOOL c99d62a2b26964c84dcbfca9e5136a89c397360025028cc23e54bd1413b15ece58c5948b516e7cdc5d2e3a4592dfd0e46851f9cb4528a596448886e216864373

@ -0,0 +1,46 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils udev
DESCRIPTION="Library for identifying Wacom tablets and their model-specific features"
HOMEPAGE="http://linuxwacom.sourceforge.net/"
SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc static-libs"
RDEPEND="
dev-libs/glib:2
virtual/libgudev:=
"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
src_prepare() {
default
if ! use doc; then
sed -e 's:^\(SUBDIRS = .* \)doc:\1:' -i Makefile.in || die
fi
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
local udevdir="$(get_udevdir)"
dodir "${udevdir}/rules.d"
# generate-udev-rules must be run from inside tools directory
pushd tools > /dev/null || die
./generate-udev-rules > "${ED}/${udevdir}/rules.d/65-libwacom.rules" || die "generating udev rules failed"
popd > /dev/null || die
use doc && dohtml -r doc/html/*
prune_libtool_files
}

@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x64-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE=""
# Previously ${PN} was part of dev-lang/vala

@ -1,2 +1,3 @@
DIST flow-0.44.0.tar.gz 2435252 SHA256 5c20a20c500e2a29dbe2b53ecc0c4a5172c849417c8bff32b2fa478703bf382f SHA512 30b1149229fd85f71426330d848d2c085543f08d7ceeafcc4b477ec3ff978ff7b5d9580d3cc3856b7e8e5ab9afa667552ff148fee9dbf845278d60bf1918976d WHIRLPOOL d71af4d60cac7d64e42b6abc6a6be3fefc530bfd024779fd3864e21b40fb3d460fc13fca1a64afe31a544d047eed4b33fde976870ef359190e04c6032ad11f36
DIST flow-0.44.1.tar.gz 2435277 SHA256 2dbe1c863ea8c594dfde8e2924b32033336f31f039d61ab07e276467195c2028 SHA512 56256c9a681dae050bed6b5822c6b57e0f5e7c5db0e850ad97f1fa8da5300494eea91a2b7a5fda1c702431c6d36da54bddf761b69332e0e6d3d5fd87f38208aa WHIRLPOOL 9737c61de732b0073b9b46adc6d558f35c06245f3d71527e92ba2e00a9aef28580cf9d87776e965e42956cf58416c2c2f3356e30db323aae45a4486287c0d547
DIST flow-0.46.0.tar.gz 2471636 SHA256 f6991604d95285c0944cab4b1b075facae53a4dd59bd836ee24cacd7f85b42a7 SHA512 36dd8c4267c95d8d2ee622febafa9e439339d80701a0867e042261ad7a8dc6306e5ac0ecb8fdd89bd494b475cf12f54bc98db6bdfa07aedfd0a46675f425e794 WHIRLPOOL fe8d9a5de8fe34ced9209013e23c79782ed288166f01bfa317e2e05aaaf734b13d80c141da6a9648d5db5d3b1580ca22deb2d55c2ada484a4097775408eb3464

@ -0,0 +1,39 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit findlib
DESCRIPTION="JavaScript parser written in OCaml"
HOMEPAGE="https://github.com/facebook/flow/tree/master/src/parser"
SRC_URI="https://github.com/facebook/flow/archive/v${PV}.tar.gz -> flow-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-lang/ocaml:=
dev-ml/sedlex:=
"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
dev-ml/ocamlbuild"
S="${WORKDIR}/flow-${PV}/src/parser"
src_compile() {
emake build-parser
}
src_test() {
emake test-ocaml
}
src_install() {
findlib_src_preinst
emake ocamlfind-install
dodoc README.md
}

@ -0,0 +1 @@
DIST sedlex-1.99.3.tar.gz 58236 SHA256 54a1c32e5505dc081b3f231f21501ebebddcd50ee097e9c163ba347855b953fb SHA512 d0359a4c3f4d9efe51fa79405ae79f20ab64949838acbac475a9bcb7f42e0b972e66429eca2063fda6ae6af04475dbf29a331cf005f3338e7fc130afab477392 WHIRLPOOL f64bed9952ad93eff6512fd28b7ab5f343dd42d1ae3aa3851138976672679197a67ac094916590251079c0346d3d4ecc999f8289bb2a80ee3fefca5c1b401431

@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>wine@gentoo.org</email>
<name>Wine</name>
<email>ml@gentoo.org</email>
<name>Gentoo ML Project</name>
</maintainer>
<upstream>
<remote-id type="github">alainfrisch/sedlex</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,37 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit findlib
DESCRIPTION="An OCaml lexer generator for Unicode"
HOMEPAGE="https://github.com/alainfrisch/sedlex"
SRC_URI="https://github.com/alainfrisch/sedlex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
DEPEND="
dev-lang/ocaml:=[ocamlopt?]
dev-ml/gen:=[ocamlopt(+)?]
dev-ml/ppx_tools:=[ocamlopt(+)?]
"
RDEPEND="${DEPEND}"
src_compile() {
emake all
use ocamlopt && emake opt
}
src_install() {
findlib_src_preinst
if use ocamlopt; then
emake install
else
emake install_byteonly
fi
dodoc CHANGES README.md
}

@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Compiled List::MoreUtils functions"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# See XS.pm/LICENSE
LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"

@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Provide the missing functionality from List::Util"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test +xs"
# See MoreUtils.pm/LICENSE
LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"

@ -1 +1 @@
DIST PHPMailer-5.2.20.tar.gz 156793 SHA256 4716acef60503f345323849842f3138a8453c178d3829477553bf1e347664976 SHA512 c8dab5decd5012687b2e1d7a4ce2a3a605a6c3589b1f747960faa6080fb1c65580c1dd0f0cba52fc3735e4cf357c31237b51a6ade00c5dbffc57c27328d15018 WHIRLPOOL 9d490758ac09accf3f30645615a34a39a5c7ec542f5eceaa6327d3119ff35bf5c14f420dd731ee47f84cfb6409f5f26d6f7d9979031343172778b59825b7d08d
DIST PHPMailer-5.2.23.tar.gz 157335 SHA256 6bd8caf379e7d821aa1074b5f793f3b17a1b92ca953221fc61b7941ae34f5bbe SHA512 6442538a5a9bfbe704379cd7dbc1634b4d8d6865421b7fac4c67e8ced03173f6b533651033681c2e8814ad9b22b2b3276c23169cdd7ba04878b710533cade65f WHIRLPOOL 84ee5dea5ee2a17cc4ae705049a9431e16de6069fadc36eb8a969eaf3b1269a7580fd5df534ff7d04a49bb38fec8e1aab044c6fa315f573a57612b4750672fdf

@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6

@ -1 +1 @@
DIST recaptcha-1.1.2.tar.gz 12624 SHA256 1a319620ee05706cc7c8cb6a6a2e83271b3f74788eda26c26ccb0ae1fa2e1612 SHA512 e9d24aec9a51e14a2122e072adf35b96acb490a6f255abc0835bbc9bc2946bc0aceb92ba270344c83743692fc4a673271ba7e6fa7f32f62132c960a1a5cc4ab5 WHIRLPOOL e090ae43fe6702d97e3667aab8d0e3c68d3fba13838b0e7f13be86f2304949cf8027e49819f6c1f09345b923106e6f6ba2ee9a72ea3ea77d4935a56e66117c84
DIST recaptcha-1.1.3.tar.gz 12909 SHA256 db7634210c9b12df87baed0fd2498adff044b8e933c8be1310b384a951a1ed1a SHA512 54e22654d3b24400e448260f1d075ba2586d33cf44e0a5187b5c1288705b29bf9de394f8ca48f7717a2480cb1ae21348cc63e724f1eb93f268407a942b13f9dd WHIRLPOOL f0a7758e78d404df0bf5e96d5bed4ecfdbf42bdc4eb29cb0ccb68af054662de54d7557062440c4af7ce3f05d7c1944001f3ede45fccf82cceaf11e3f9c2c3011

@ -23,6 +23,10 @@ DEPEND="${DEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] )"
PATCHES=(
"${FILESDIR}"/2.3-Fix-the-way-local-time-is-constructed-in-tests.patch
)
python_prepare_all() {
# Make the tests use implementation-specific datadir,
# because they try to write in it.
@ -35,7 +39,6 @@ python_prepare_all() {
python_test() {
# Create implementation-specific datadir for tests.
cp -R -l tests/messages/data "${BUILD_DIR}"/ || die
export BUILD_DIR
py.test || die
}

@ -0,0 +1,30 @@
From 476515c2418039e471656f47efbfc43e5230c1fd Mon Sep 17 00:00:00 2001
From: Isaac Jurado <diptongo@gmail.com>
Date: Sun, 29 May 2016 10:50:42 +0200
Subject: [PATCH] Fix the way local time is constructed in tests
In summer time zones, the test for "get_timezone_name" failed because the
construct used to obtain a local time did not deal properly with DST offsets.
As recommended by pytz, it is better to convert to local time from UTC.
---
tests/test_dates.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/test_dates.py b/tests/test_dates.py
index 3bb9e8b..b0d093e 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -624,8 +624,9 @@ def test_get_timezone_name():
assert dates.get_timezone_name(tz, locale='en', width='long',
zone_variant='daylight') == u'Pacific Daylight Time'
+ localnow = datetime.utcnow().replace(tzinfo=timezone('UTC')).astimezone(dates.LOCALTZ)
assert (dates.get_timezone_name(None, locale='en_US') ==
- dates.get_timezone_name(datetime.now().replace(tzinfo=dates.LOCALTZ), locale='en_US'))
+ dates.get_timezone_name(localnow, locale='en_US'))
assert (dates.get_timezone_name('Europe/Berlin', locale='en_US') == "Central European Time")
--
2.13.0

@ -1 +1,2 @@
DIST alabaster-0.7.10.tar.gz 10486 SHA256 37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0 SHA512 e2391079360e050e532f878619e70a120f141a3e84d1e213e508e4be25ff2ac704717fe8398dfaf016dfb6dd3ad1105a67e1d5438737f45064f7602a5ce5fda8 WHIRLPOOL e9dfa14007ace0750fa113892bdb58531de2e50b2cd404c4adbdddb98dadbfbe7184f03c458bc930802e09d813dd9687adca30035900a77843b59605316aed14
DIST alabaster-0.7.9.tar.gz 10485 SHA256 47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08 SHA512 b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8 WHIRLPOOL 01e49ebeedde34be62d4bea18da669120cae07ea803aee9c8d4eca8f8718ee60b20576475898859cd6bf82d75cb8207d4d3a7cc7dbe5e6809d75176dd8e8b681

@ -0,0 +1,18 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
HOMEPAGE="https://github.com/bitprophet/alabaster"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
SLOT="0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1

@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A pure Python module for creation and analysis of binary data"

@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save