parent
096fa875bb
commit
70da9590fd
@ -1,4 +1,6 @@
|
||||
DIST cdist-3.1.13.tar.gz 303245 SHA256 9363b25d3119ca6266a3066fcae145009e00253745bd81987d92ebcb9e10f987 SHA512 df6562dda7b4fcedcc8e651f33f5ce59a7d6c297a32f7685529865a4d965b9111f352ddd38a15ba28dc5cc53385a483ec87cc43b235ef9eee02512b7fabc6f41 WHIRLPOOL d0b7ad0955d6a16018a9dd1d452afd714e819a0427dc685e20745847658a0c0a3323dd1f5d03967547bb879e448f09ea84ba69a11fa00ea6dcd06ce3180ef6c5
|
||||
DIST cdist-3.1.9.tar.gz 260817 SHA256 37eb340a83f52f035468b817d9f1218c5954ba2910fb7a800dfe04cf8abae85b SHA512 e2cc40a38961fa5cbb6f51fc5ea2f6a8a1f86cd5b42d85204f2f71e2aba8393d5041a63e756d7c5666cc30c9ab528a9e0e5bccaea8c5a9ed079453cc87d76d06 WHIRLPOOL 41f9d06401149e06969f3d799c7b812e6a992ade3892c6de9f0723bf2a697d45a6c4d1fc46805ee81c340d1f8cb5ffead32d45e7e5bb8b46cbf6aca8a53dd7fa
|
||||
EBUILD cdist-3.1.13.ebuild 603 SHA256 ab9eee9d29b8112b227b1c5e065f7d48d9670a36d52b13bcb883ccc70bb97dbd SHA512 29f5db092499ce6276e8d7e5d35a24f8e9f5f68049e08d14227e529901d82ec004b202821ad96dea731d4f9cd593a1720d915f01aad60d6668722d1e876cfdd9 WHIRLPOOL db0345b936694961a8488405be01361bd470d1b38cfd4a4014e9c560ee0a72d204c7cc6f9241210e468a46f7345b286314c9b5258365eedf2edaa0437e9cf237
|
||||
EBUILD cdist-3.1.9.ebuild 603 SHA256 ab9eee9d29b8112b227b1c5e065f7d48d9670a36d52b13bcb883ccc70bb97dbd SHA512 29f5db092499ce6276e8d7e5d35a24f8e9f5f68049e08d14227e529901d82ec004b202821ad96dea731d4f9cd593a1720d915f01aad60d6668722d1e876cfdd9 WHIRLPOOL db0345b936694961a8488405be01361bd470d1b38cfd4a4014e9c560ee0a72d204c7cc6f9241210e468a46f7345b286314c9b5258365eedf2edaa0437e9cf237
|
||||
MISC ChangeLog 1766 SHA256 7008204431bd372743b2cc0171cfdec4291ffd64cacc19cc359db18d6000be56 SHA512 5814177dd091ddb360f9ef0d7c127ee79cd4c4af86f0196aecc2f9bbc55f7b36f4ced30a9900e94cce3ce07730c3ea730b4f4d45f343e2fa616db2bb0239ad2d WHIRLPOOL e2a5e22d89cf7f45bf0632e232d6ec68bf9a347d65c7dea9ac259e83043ff13203f6537d18c41181abaaedd3a2679bb3ea9ea0cc0be2868aa46aeb0e4cb2d371
|
||||
MISC metadata.xml 401 SHA256 a3ad8669ea51dbb8c8df7020c4487a64c40f4f59f62070c54a17772bc2c88d89 SHA512 5052a4b8367c374c03ef72fc835c31d76cdc8a5851ecde58d43c0a77f947e37d26fd07186966bbf7d9b19aa59d1628b8ee506062496d0bc2e822e976a35193de WHIRLPOOL 90e272de160e6024a153af23a8ddb39612f162138f5c280eb4bad543c9fc187461454e18dfdc75f3f03c071783bd6512a83366add04501f221118fc459d9cf77
|
||||
|
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{3_3,3_4} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A usable configuration management system"
|
||||
HOMEPAGE="http://www.nico.schottelius.org/software/cdist/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
DOCS=( README )
|
||||
|
||||
python_install_all() {
|
||||
if use doc; then
|
||||
HTML_DOCS=( docs/man/man1/*.html docs/man/man7/*.html )
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
doman docs/man/man1/*.1 docs/man/man7/*.7
|
||||
}
|
@ -0,0 +1,304 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit eutils pam ssl-cert systemd
|
||||
|
||||
DESCRIPTION="A web-based Unix systems administration interface"
|
||||
HOMEPAGE="http://www.webmin.com/"
|
||||
SRC_URI="minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz )
|
||||
!minimal? ( mirror://sourceforge/webadmin/${P}.tar.gz )"
|
||||
|
||||
LICENSE="BSD GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# NOTE: The ssl flag auto added by ssl-cert eclass is not used actually
|
||||
# because openssl is forced by dev-perl/Net-SSLeay
|
||||
IUSE="minimal +ssl mysql postgres ldap"
|
||||
|
||||
# All the required perl modules can be found easily using (in Webmin's root src dir):
|
||||
# find . -name cpan_modules.pl -exec grep "::" {} \;
|
||||
# NOTE: If Webmin doesn't find the required perl modules, it offers(runtime) the user
|
||||
# to install them using the in-built cpan module, and this will mess up perl on the system
|
||||
# That's why some modules are forced without a use flag
|
||||
# NOTE: pam, ssl and dnssec-tools deps are forced for security and Gentoo compliance installation reasons
|
||||
DEPEND="virtual/perl-MIME-Base64
|
||||
virtual/perl-Socket
|
||||
virtual/perl-Sys-Syslog
|
||||
virtual/perl-Time-HiRes
|
||||
virtual/perl-Time-Local
|
||||
dev-perl/Authen-Libwrap
|
||||
dev-perl/IO-Tty
|
||||
dev-perl/MD5
|
||||
dev-perl/Net-SSLeay
|
||||
dev-perl/Authen-PAM
|
||||
dev-perl/Sys-Hostname-Long
|
||||
>=net-dns/dnssec-tools-1.13
|
||||
!minimal? (
|
||||
mysql? ( dev-perl/DBD-mysql )
|
||||
postgres? ( dev-perl/DBD-Pg )
|
||||
ldap? ( dev-perl/perl-ldap )
|
||||
dev-perl/XML-Generator
|
||||
dev-perl/XML-Parser
|
||||
)"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
local perl="$( which perl )"
|
||||
|
||||
# Remove the unnecessary and incompatible files
|
||||
rm -rf acl/Authen-SolarisRBAC-0.1*
|
||||
if ! use minimal ; then
|
||||
rm -rf {format,{bsd,hpux,sgi}exports,zones,rbac}
|
||||
rm -f mount/{free,net,open}bsd-mounts*
|
||||
rm -f mount/macos-mounts*
|
||||
fi
|
||||
|
||||
# For security reasons remove the SSL certificate that comes with Webmin
|
||||
# We will create our own later
|
||||
rm -f miniserv.pem
|
||||
|
||||
# Remove the Webmin setup scripts to avoid Webmin in runtime to mess up config
|
||||
# We will use our own later
|
||||
rm -f setup.{sh,pl}
|
||||
|
||||
# Set the installation type/mode to Gentoo
|
||||
echo "gentoo" > install-type
|
||||
|
||||
# Fix the permissions of the install files
|
||||
chmod -R og-w "${S}"
|
||||
|
||||
# Since we should not modify any files after install
|
||||
# we set the perl path in all cgi and pl files here using Webmin's routines
|
||||
# The pl file is Prefix safe and works only on provided input, no other filesystem files
|
||||
ebegin "Fixing perl path in source files"
|
||||
(find "${S}" -name '*.cgi' -print ; find "${S}" -name '*.pl' -print) | $perl "${S}"/perlpath.pl $perl -
|
||||
eend $?
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# Create config dir and keep
|
||||
diropts -m0755
|
||||
dodir /etc/webmin
|
||||
keepdir /etc/webmin
|
||||
|
||||
# Create install dir
|
||||
# Third party modules installed through Webmin go here too, so keep
|
||||
dodir /usr/libexec/webmin
|
||||
keepdir /usr/libexec/webmin
|
||||
|
||||
# Copy our own setup script to installation folder
|
||||
insinto /usr/libexec/webmin
|
||||
newins "${FILESDIR}"/gentoo-setup gentoo-setup.sh
|
||||
fperms 0744 /usr/libexec/webmin/gentoo-setup.sh
|
||||
|
||||
# This is here if we ever want in future ebuilds to add some specific
|
||||
# config values in the /etc/webmin/miniserv.conf
|
||||
# The format of this file should be the same as the one of miniserv.conf:
|
||||
# var=value
|
||||
#
|
||||
# Uncomment it if you use such file. Before that check if upstream
|
||||
# has this file in root dir too.
|
||||
#newins "${FILESDIR}/miniserv-conf" miniserv-conf
|
||||
|
||||
# Create the log dir and keep
|
||||
diropts -m0700
|
||||
dodir /var/log/webmin
|
||||
keepdir /var/log/webmin
|
||||
|
||||
# Create the init.d file and put the neccessary variables there
|
||||
newinitd "${FILESDIR}"/init.d.webmin webmin
|
||||
sed -i \
|
||||
-e "s:%exe%:${EROOT}usr/libexec/webmin/miniserv.pl:" \
|
||||
-e "s:%pid%:${EROOT}var/run/webmin.pid:" \
|
||||
-e "s:%conf%:${EROOT}etc/webmin/miniserv.conf:" \
|
||||
-e "s:%config%:${EROOT}etc/webmin/config:" \
|
||||
-e "s:%perllib%:${EROOT}usr/libexec/webmin:" \
|
||||
"${ED}etc/init.d/webmin" \
|
||||
|| die "Failed to patch the webmin init file"
|
||||
|
||||
# Create the systemd service file and put the neccessary variables there
|
||||
systemd_newunit "${FILESDIR}"/webmin.service webmin.service
|
||||
sed -i \
|
||||
-e "s:%exe%:${EROOT}usr/libexec/webmin/miniserv.pl:" \
|
||||
-e "s:%pid%:${EROOT}var/run/webmin.pid:" \
|
||||
-e "s:%conf%:${EROOT}etc/webmin/miniserv.conf:" \
|
||||
-e "s:%config%:${EROOT}etc/webmin/config:" \
|
||||
-e "s:%perllib%:${EROOT}usr/libexec/webmin:" \
|
||||
"${ED}$(_systemd_get_unitdir)/webmin.service" \
|
||||
|| die "Failed to patch the webmin systemd service file"
|
||||
|
||||
# Setup pam
|
||||
pamd_mimic system-auth webmin auth account session
|
||||
|
||||
# Copy files to installation folder
|
||||
ebegin "Copying install files to destination"
|
||||
cp -pPR "${S}"/* "${ED}usr/libexec/webmin"
|
||||
eend $?
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
# First stop service if running so Webmin to not messup our config
|
||||
ebegin "Stopping any running Webmin instance prior merging"
|
||||
if systemd_is_booted ; then
|
||||
systemctl stop webmin.service 2>/dev/null
|
||||
else
|
||||
rc-service --ifexists -- webmin --ifstarted stop
|
||||
fi
|
||||
eend $?
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Run pkg_config phase first - non interactively
|
||||
export INTERACTIVE="no"
|
||||
pkg_config
|
||||
# Every next time pkg_config should be interactive
|
||||
INTERACTIVE="yes"
|
||||
|
||||
ewarn
|
||||
ewarn "Bare in mind that not all Webmin modules are Gentoo tweaked and may have some issues."
|
||||
ewarn "Always be careful when using modules that modify init entries, do update of webmin, install CPAN modules etc."
|
||||
ewarn "To avoid problems, please before using any module, look at its configuration options first."
|
||||
ewarn "(Usually there is a link at top in the right pane of Webmin for configuring the module.)"
|
||||
ewarn
|
||||
if systemd_is_booted ; then
|
||||
elog "- To make Webmin start at boot time, run: 'systemctl enable webmin.service'"
|
||||
else
|
||||
elog "- To make Webmin start at boot time, run: 'rc-update add webmin default'"
|
||||
fi
|
||||
elog "- The default URL to connect to Webmin is: https://localhost:10000"
|
||||
elog "- The default user that can login is: root"
|
||||
elog "- To reconfigure Webmin in case of problems run 'emerge --config app-admin/webmin'"
|
||||
}
|
||||
|
||||
pkg_prerm() {
|
||||
# First stop service if running - we do not want Webmin to mess up config
|
||||
ebegin "Stopping any running Webmin instance prior unmerging"
|
||||
if systemd_is_booted ; then
|
||||
systemctl stop webmin.service 2>/dev/null
|
||||
else
|
||||
rc-service --ifexists -- webmin --ifstarted stop
|
||||
fi
|
||||
eend $?
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
# If removing webmin completely, remind the user for the Webmin's own cron jobs.
|
||||
if [[ ! ${REPLACED_BY_VERSION} ]]; then
|
||||
ewarn
|
||||
ewarn "You have uninstalled Webmin, so have in mind that all cron jobs scheduled"
|
||||
ewarn "by Webmin for its own modules, are left active and they will fail when Webmin is missing."
|
||||
ewarn "To fix this just disable them if you intend to use Webmin again,"
|
||||
ewarn "OR delete them if not."
|
||||
ewarn
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_config(){
|
||||
# First stop service if running
|
||||
ebegin "Stopping any running Webmin instance"
|
||||
if systemd_is_booted ; then
|
||||
systemctl stop webmin.service 2>/dev/null
|
||||
else
|
||||
rc-service --ifexists -- webmin --ifstarted stop
|
||||
fi
|
||||
eend $?
|
||||
|
||||
# Next set the default reset variable to 'none'
|
||||
# reset/_reset can be:
|
||||
# 'none' - does not reset anything, just upgrades if a conf is present
|
||||
# OR installs new conf if a conf is missing
|
||||
# 'soft' - deletes only $config_dir/config file and thus resetting most
|
||||
# conf values to their defaults. Keeps the specific Webmin cron jobs
|
||||
# 'hard' - deletes all files in $config_dir (keeping the .keep_* Gentoo file)
|
||||
# and thus resetting all Webmin. Deletes the specific Webmin cron jobs too.
|
||||
local _reset="none"
|
||||
|
||||
# If in interactive mode ask user what should we do
|
||||
if [[ "${INTERACTIVE}" = "yes" ]]; then
|
||||
einfo
|
||||
einfo "Please enter the number of the action you would like to perform?"
|
||||
einfo
|
||||
einfo "1. Update configuration"
|
||||
einfo " (keeps old config options and adds the new ones)"
|
||||
einfo "2. Soft reset configuration"
|
||||
einfo " (keeps some old config options, the other options are set to default)"
|
||||
ewarn " All Webmin users will be reset"
|
||||
einfo "3. Hard reset configuration"
|
||||
einfo " (all options including module options are set to default)"
|
||||
ewarn " You will lose all Webmin configuration options you have done till now"
|
||||
einfo "4. Exit this configuration utility (default)"
|
||||
while [ "$correct" != "true" ] ; do
|
||||
read answer
|
||||
if [[ "$answer" = "1" ]] ; then
|
||||
_reset="none"
|
||||
correct="true"
|
||||
elif [[ "$answer" = "2" ]] ; then
|
||||
_reset="soft"
|
||||
correct="true"
|
||||
elif [[ "$answer" = "3" ]] ; then
|
||||
_reset="hard"
|
||||
correct="true"
|
||||
elif [ "$answer" = "4" -o "$answer" = "" ] ; then
|
||||
die "User aborted configuration."
|
||||
else
|
||||
echo "Answer not recognized. Enter a number from 1 to 4"
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ "$_reset" = "hard" ]]; then
|
||||
while [ "$sure" != "true" ] ; do
|
||||
ewarn "You will lose all Webmin configuration options you have done till now."
|
||||
ewarn "Are you sure you want to do this? (y/n)"
|
||||
read answer
|
||||
if [[ $answer =~ ^[Yy]([Ee][Ss])?$ ]] ; then
|
||||
sure="true"
|
||||
elif [[ $answer =~ ^[Nn]([Oo])?$ ]] ; then
|
||||
die "User aborted configuration."
|
||||
else
|
||||
echo "Answer not recognized. Enter 'y' or 'n'"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
export reset=$_reset
|
||||
|
||||
# Create ssl certificate for Webmin if there is not one in the proper place
|
||||
if [[ ! -e "${EROOT}etc/ssl/webmin/server.pem" ]]; then
|
||||
SSL_ORGANIZATION="${SSL_ORGANIZATION:-Webmin Server}"
|
||||
SSL_COMMONNAME="${SSL_COMMONNAME:-*}"
|
||||
install_cert "${EROOT}/etc/ssl/webmin/server"
|
||||
fi
|
||||
|
||||
# Ensure all paths passed to the setup script use EROOT
|
||||
export wadir="${EROOT}usr/libexec/webmin"
|
||||
export config_dir="${EROOT}etc/webmin"
|
||||
export var_dir="${EROOT}var/log/webmin"
|
||||
export tempdir="${T}"
|
||||
export pidfile="${EROOT}var/run/webmin.pid"
|
||||
export perl="$( which perl )"
|
||||
export os_type='gentoo-linux'
|
||||
export os_version='*'
|
||||
export real_os_type='Gentoo Linux'
|
||||
export real_os_version='Any version'
|
||||
# Forcing 'ssl', 'no_ssl2', 'no_ssl3', 'ssl_redirect' and 'no_sslcompression' for tightening security
|
||||
export ssl=1
|
||||
export no_ssl2=1
|
||||
export no_ssl3=1
|
||||
export ssl_redirect=1
|
||||
export no_sslcompression=1
|
||||
export keyfile="${EROOT}etc/ssl/webmin/server.pem"
|
||||
export port=10000
|
||||
|
||||
export atboot=0
|
||||
|
||||
einfo "Executing Webmin's configure script"
|
||||
$wadir/gentoo-setup.sh
|
||||
|
||||
einfo "Configuration of Webmin done"
|
||||
}
|
@ -0,0 +1,95 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils user
|
||||
|
||||
DESCRIPTION="Network backup and restore client and server for Unix and Windows"
|
||||
HOMEPAGE="http://burp.grke.org/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
|
||||
http://burp.grke.org/downloads/${P}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="acl afs ipv6 nls tcpd xattr"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/openssl:0
|
||||
dev-libs/uthash
|
||||
sys-libs/libcap
|
||||
net-libs/librsync
|
||||
sys-libs/ncurses
|
||||
sys-libs/zlib
|
||||
acl? ( sys-apps/acl )
|
||||
afs? ( net-fs/openafs )
|
||||
nls? ( sys-devel/gettext )
|
||||
tcpd? ( sys-apps/tcp-wrappers )
|
||||
xattr? ( sys-apps/attr )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
virtual/logger
|
||||
"
|
||||
|
||||
DOCS=( CONTRIBUTORS DONATIONS UPGRADING )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PV}-bedup-conf-path.patch"
|
||||
"${FILESDIR}/${PV}-tinfo.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup "${PN}"
|
||||
enewuser "${PN}" -1 "" "" "${PN}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${PATCHES[@]}"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--sbindir=/usr/sbin
|
||||
--sysconfdir=/etc/burp
|
||||
--enable-largefile
|
||||
$(use_enable acl)
|
||||
$(use_enable afs)
|
||||
$(use_enable ipv6)
|
||||
$(use_enable nls)
|
||||
$(use_enable xattr)
|
||||
$(use_with tcpd tcp-wrappers)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
fowners root:burp /etc/burp /var/spool/burp
|
||||
fperms 0775 /etc/burp /var/spool/burp
|
||||
fowners root:burp /etc/burp/clientconfdir
|
||||
fperms 0750 /etc/burp/clientconfdir
|
||||
fowners root:burp /etc/burp/burp-server.conf
|
||||
fperms 0640 /etc/burp/burp-server.conf
|
||||
|
||||
newinitd "${FILESDIR}"/${PN}.initd ${PN}
|
||||
dodoc docs/*
|
||||
|
||||
sed -e 's|^# user=graham|user = burp|' \
|
||||
-e 's|^# group=nogroup|group = burp|' \
|
||||
-e 's|^pidfile = .*|lockfile = /run/lock/burp/server.lock|' \
|
||||
-i "${D}"/etc/burp/burp-server.conf || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ ! -e /etc/burp/CA/index.txt ]]; then
|
||||
elog "At first run burp server will generate DH parameters and SSL"
|
||||
elog "certificates. You should adjust configuration before."
|
||||
elog "Server configuration is located at"
|
||||
elog ""
|
||||
elog " /etc/burp/burp-server.conf"
|
||||
elog ""
|
||||
fi
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit eutils unpacker
|
||||
|
||||
SRC_URI_BASE="https://spideroak.com/getbuild?platform=ubuntu"
|
||||
|
||||
DESCRIPTION="An easy, secure and consolidated free online backup, storage, access and sharing system"
|
||||
HOMEPAGE="https://spideroak.com"
|
||||
SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&version=${PV} -> ${P}_x86.deb )
|
||||
amd64? ( ${SRC_URI_BASE}&arch=x86_64&version=${PV} -> ${P}_amd64.deb )"
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
LICENSE="spideroak"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="dbus X"
|
||||
|
||||
DEPEND="dev-util/patchelf"
|
||||
RDEPEND="
|
||||
app-crypt/mit-krb5[keyutils]
|
||||
dbus? ( sys-apps/dbus )
|
||||
X? (
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype:2
|
||||
dev-libs/glib:2
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXmu
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXt
|
||||
)
|
||||
"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_prepare() {
|
||||
# Set RPATH for preserve-libs handling (bug #400979).
|
||||
cd "${S}/opt/SpiderOakONE/lib" || die
|
||||
local x
|
||||
for x in `find` ; do
|
||||
# Use \x7fELF header to separate ELF executables and libraries
|
||||
[[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
|
||||
patchelf --set-rpath '$ORIGIN' "${x}" || \
|
||||
die "patchelf failed on ${x}"
|
||||
done
|
||||
}
|
||||
|
||||
src_install() {
|
||||
#install the wrapper script
|
||||
exeinto /usr/bin
|
||||
doexe usr/bin/SpiderOakONE
|
||||
|
||||
# inotify_dir_watcher needs to be marked executable, bug #453266
|
||||
#chmod a+rx opt/SpiderOakONE/lib/inotify_dir_watcher
|
||||
|
||||
#install the executable
|
||||
exeinto /opt/SpiderOakONE/lib
|
||||
doexe opt/SpiderOakONE/lib/SpiderOakONE
|
||||
doexe opt/SpiderOakONE/lib/inotify_dir_watcher
|
||||
rm -f opt/SpiderOakONE/lib/{SpiderOakONE,inotify_dir_watcher}
|
||||
|
||||
#install the prebundled libraries
|
||||
insinto /opt/SpiderOakONE
|
||||
doins -r opt/SpiderOakONE/lib
|
||||
|
||||
#install the config files
|
||||
use dbus || rm -rf etc/dbus-1
|
||||
insinto /
|
||||
doins -r etc
|
||||
|
||||
#install the manpage
|
||||
doman usr/share/man/man1/SpiderOakONE.1.gz
|
||||
|
||||
if use X; then
|
||||
domenu usr/share/applications/spideroakone.desktop
|
||||
doicon usr/share/pixmaps/SpiderOakONE.png
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! use X; then
|
||||
einfo "For instructions on running SpiderOakONE without a GUI, please read the FAQ:"
|
||||
einfo " https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/"
|
||||
einfo " https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/"
|
||||
fi
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
DIST calligra-2.8.5.tar.xz 138928992 SHA256 92b8828ec64b46124b29a03bae13c143e3ed771adf3186fa938c765e5eac2fbd SHA512 09e32b7ce2415daae2ac3c1871fc1bc270210cbf5bc774f622922f8adb20e639db3dfb16c2974404b4395b30f8367a7ddd0016363a8b3e46fa24ff3fde1e4c14 WHIRLPOOL b4cc14353b7f9a457510a745b711283481f969e10ffee2847253b123ba2ea03f61d8abfdda2bcdb463c6bba8f2d8634e1536259f5be3d44778104bc8f28f79fe
|
||||
DIST calligra-2.8.7.tar.xz 138966248 SHA256 af6b8b74ea077e5bbfa398e3ae96866b9a3ccfbc10224e9f341e59643be80eb5 SHA512 e09fcbb6708d73db3b31027c4393a138fbf5c47d1b777dd4a3b94f6e668d67ac963cfadb320350c63f1b2d1173edc67dc2100704899176c196865fb4d2ce7442 WHIRLPOOL ce082f04cfb7947219e317ba9a4a6ce436a3aa0784f1cad6206f3febd072f177961111ccbb89227d3c8dede1eafc647409b26f1f4fb304b1d482db0fe8c758b9
|
||||
EBUILD calligra-2.8.5.ebuild 6015 SHA256 538a4fb8a05613b4d5fe53789da7b1410c94deb6faa360790a6cf21b7d46f297 SHA512 26bef5593f76d2047a6b2c1a1de01585063ec01025723b9f0f7b91458eddea9b6181f690523c6e49fe569ea654a7a64cbf556cf12335e95fe05e0cd4221fa04a WHIRLPOOL f1d82177054ec23e3c7f3f5b0018a28063a90bb5cd1cbae1eb7570b06fd266bb79a52232197e5592311b74a110d81e5f6139b6afbfaddc52ce0715b6877dfb02
|
||||
EBUILD calligra-2.8.7.ebuild 6017 SHA256 5590690571f6dfb6ab75d8656e0ec9b1027b19e1afb337bb686e990522ee6475 SHA512 84587763f14ba1bcafd104aa000a55fe091ad3567a4fb73f8ab2fc71c9e031dc97b5f9b4ed8d7edf4c0e4e6cef98670406ae7f73d35b894b8a31fdf922744786 WHIRLPOOL 63ae73110f4e2a9e8dab7838256320eaf78ccb8767c6961f9f18d723130e589706aa5c83a0b2b99c4b4c65836f2767e4abf3f5aa9005f435401a45d648b7e16e
|
||||
EBUILD calligra-9999.ebuild 6017 SHA256 5590690571f6dfb6ab75d8656e0ec9b1027b19e1afb337bb686e990522ee6475 SHA512 84587763f14ba1bcafd104aa000a55fe091ad3567a4fb73f8ab2fc71c9e031dc97b5f9b4ed8d7edf4c0e4e6cef98670406ae7f73d35b894b8a31fdf922744786 WHIRLPOOL 63ae73110f4e2a9e8dab7838256320eaf78ccb8767c6961f9f18d723130e589706aa5c83a0b2b99c4b4c65836f2767e4abf3f5aa9005f435401a45d648b7e16e
|
||||
EBUILD calligra-2.8.7.ebuild 6017 SHA256 2b82feba1c6f3c5bd8c634ca150905aa941d78c20e08a4ac398186934e624f74 SHA512 413809eca7e2770f3fdcfa5e894f04b84d5e72d3676619f5ac92142f0d64a914dffaaf26724b5f065a9827a8802bdccefda5222833335ce0f61dbde2ee7017a0 WHIRLPOOL 3c7e2dec6368a2105057fd8948a288187f7c80c746d7ab1a3fbc2e6bd6715d5ddeac0db521a24c28df6b1a8b0b36ecbf8a0320a5b8b226becadf14c1b9c641b2
|
||||
EBUILD calligra-9999.ebuild 6017 SHA256 2b82feba1c6f3c5bd8c634ca150905aa941d78c20e08a4ac398186934e624f74 SHA512 413809eca7e2770f3fdcfa5e894f04b84d5e72d3676619f5ac92142f0d64a914dffaaf26724b5f065a9827a8802bdccefda5222833335ce0f61dbde2ee7017a0 WHIRLPOOL 3c7e2dec6368a2105057fd8948a288187f7c80c746d7ab1a3fbc2e6bd6715d5ddeac0db521a24c28df6b1a8b0b36ecbf8a0320a5b8b226becadf14c1b9c641b2
|
||||
MISC ChangeLog 20732 SHA256 061643575e961b5a71ef6149daca1017ba860b59fb3e268e0c815018d80aa8c8 SHA512 bbc4d96bd9a8c50b0cc27591d35562d28dc83a4a794f1c7508a608b24a91cc4acfe2d335303b37292275847243e954af22eed067457bd45814211a9a0e084049 WHIRLPOOL 6d31b94ac9815e8776e00ad53c776774edea03ca5f57ee21d524b780f75ddb4150ee2168fe5a691642040c207703cc116d722702cb54c41b68242bce54a02bf0
|
||||
MISC metadata.xml 1442 SHA256 c4653f2c6f58d24c482f5485a73f47bbfb4e4eb82ba5c13cb2521ebb319a471f SHA512 f15397782f094c0f5e321cac4cb91b798d7254101f4376bc98f71a8204ce72ea3d399ca5967d3e423cc366f38a665e9fb839a900010d7416610d1b1904a5df0b WHIRLPOOL a35245dc9dd549572ba51cf8216bd22ad2d4df9a6082e05584792a369071adfddf7b5043f345242a37e4af0c1cff61e2d94424898843696f3284ed7c75ed71f2
|
||||
|
@ -1,6 +1,4 @@
|
||||
DIST websocketpp-0.4.0.tar.gz 628675 SHA256 8634b233c0c47afa6b76c4edcb9694de490b33950c549fd2531b312c18e8cfca SHA512 770560afca5f9c88454c1aec61e5c4dfd38b3835897a96c3815fe1232ba6ef7622d07530d644055e60089d5c6f8ab383691358abf2da5782515ad9f313f1d253 WHIRLPOOL 2fa0f3deabe6c7b5ae22ea5d4e2f90367a68b816cf4ffe81d61b7f9b85ef575c1cc1baadbf685e9c58ea3f442136c3d1128585e7244498b9def0484995015926
|
||||
DIST websocketpp-0.5.0.tar.gz 642592 SHA256 ab032d61f1d94fc4ebf3bb74297e520499d6fe56801084d3cc828455482e81d9 SHA512 8c254a3dc772fce31e4dff58e352d967d47d64cfb07dd93d1da7707f27c43760bf2c3d1e43b7669dad20b7986159185e5ba26d87e1716fb896be23173438c947 WHIRLPOOL 719921a8e804a382020d507ebe33bb5779191cc756b92cf9bd5a576370d4824100ddba556b96a3cbe88f9d701e28e6471727ad34f268805006f03ae3b99e39e0
|
||||
EBUILD websocketpp-0.4.0.ebuild 709 SHA256 7617b25d0b8ee2393cf4365da4c5436127415735e1e363baf20df113bb5412da SHA512 c5589113a303cb931d8c49cc96e14adfcec650647402b58ccb4f013db44d195a1d17c4f6a65a2261f1f1c3d41ef0003a76feb3980c10c05b67d6f96706cb284e WHIRLPOOL d1807689326943b8abda2aa826735868b0664908551e478db3122a258d1931ae871e673269105438660b83b6a15fbce7b02cb8a7c0194e30cb303dc6cab01e26
|
||||
EBUILD websocketpp-0.5.0.ebuild 715 SHA256 ad5086315356e2a2f6f097f5abd670caa4512b1d1275443222a760df6bdecaef SHA512 92e17d69d01e4c566d05785cd036014fb6e564fb6b85fc919e4561e574df757c91a612ea2a73b8253f7b095c16b63d28122e5030aa704ec61c9769330dc2b5b7 WHIRLPOOL be0c2afceace2224e5eaba4a8f9ec905b3a6b57bd175c224d6a9391e41c42ea2f2b1017d6f44f493c06e94387648e8ff695aa38ebad09870791ae89c4bb91a71
|
||||
DIST websocketpp-0.6.0.tar.gz 655641 SHA256 688c52772b90a4694496c08f4ec1d712e24af17dc060d3392f0f3b4e18062898 SHA512 55dbb8d1666ae0d35d4b46ec2c375c9d3d66f57a473f526175a63bc147279c12bd8e605e5812a68ef45d8b6f51f4cfd6e61a1b971d223b5dc6e5528a6937fef8 WHIRLPOOL 3a179a7066e15fe08c3b1fc54b320729437ad5894a07e5ae630e992e34b740b817c78b9869f281fd4d2a7c54b6cca60fa9a1773803b6d67f5fb11c2694348ac5
|
||||
EBUILD websocketpp-0.6.0.ebuild 729 SHA256 4b24d05bc7d161899caa83be3be6b65f0778df2918d997f6013d3c795dda79aa SHA512 4f782e0208f61c568de8a19619c296164855c272667abe1a9a08df7e95f3cfaea6635c295c6a398be34e3b2fd3649b0d515d429e1aace8cf1e6b1f01f7f87789 WHIRLPOOL ad8f71a25c3c0e4384916c0181928beb7fa399374e17a38ef0890caa137133c653fe0a7db0c0d326325d05e30bbdf618663177e7d73c708f6e790beb091eda7a
|
||||
MISC ChangeLog 683 SHA256 9fc90420a9e0471fa772276bedf920fcc7f4be7852bfca1af5242f971df13826 SHA512 7eae0db85d3fa606cf96fbd9188a61d0c9a8137cd28888399277af0a70c4beea5ce9b1ef55aa61bdff17ad8268ca1aff3fd3b1b9c5b2a504ad636cb5a2c9b800 WHIRLPOOL d2175f81122a412d4d32a5e0d40d44bd36d840e58076d7229bae1fa571d1b2718b5b14b4dccac25d998e88e016c27f73a91294645ff5cae71714f26a8d56494d
|
||||
MISC metadata.xml 409 SHA256 022c0395fb11ae1fc3b06bba8fdb98c6879610125a3c4a3b8b99abc3a0439722 SHA512 6c27207db1626dc7f788bccc2477b7a4d5f939f29a9eb50dd109a4e5a0011fc9151d2320a17bbf09b6e27c84991aed327eb922efc1c48ed33d97e7c839ca35e0 WHIRLPOOL 3d7b81f3fd82c1226b9197d430c857faeaf768b518df62bc7800a768dde26fbbd68d42707dc3a03d92cfb0e599a27c1ed143c561c624f9ebfe77c26288a3ab3d
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="C++/Boost Asio based websocket client/server library"
|
||||
HOMEPAGE="http://www.zaphoyd.com/websocketpp"
|
||||
SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="boost test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
boost? ( dev-libs/boost )
|
||||
"
|
||||
|
||||
# tests no-op
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
# Disable EXAMPLES as compilation is broken upstream
|
||||
local mycmakeargs=(
|
||||
-DEXAMPLES=OFF
|
||||
$(cmake-utils_use_enable !boost CPP11)
|
||||
$(cmake-utils_use_enable test TESTS)
|
||||
)
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
tests/Makefile.am | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||
index fb7aa7e..4d752e1 100644
|
||||
--- a/tests/Makefile.am
|
||||
+++ b/tests/Makefile.am
|
||||
@@ -13,7 +13,8 @@ DEPS = \
|
||||
|
||||
|
||||
LDADDS = \
|
||||
- $(top_builddir)/src/libgdiplus.la
|
||||
+ $(top_builddir)/src/libgdiplus.la \
|
||||
+ -lm
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
testgdi testbits testclip testreversepath
|
@ -0,0 +1,3 @@
|
||||
DIST htmlcleaner-2.13-src.zip 346998 SHA256 e51daa50eb65b5a92467bf794a6f82b667fe7ca1d1d58ba046ae234e45d9c3a0 SHA512 bf9cc014688ebb20b0bafba82fc710f25c1db8c173dd3e9f742c31c64f127c3c89b29b151e64a3368b04d278733cce8828831f297834ca9b872a60951e0a2d47 WHIRLPOOL 2b2792607e2c4f5f3dc8d2b7d7035c3f762ac1355724811b8a743ad2a0cd0f6fecf5392be8c58632b697a8529b55f60721dc63128c647aad7faa0e191c9056ce
|
||||
EBUILD htmlcleaner-2.13.ebuild 1569 SHA256 073cba261dd4c75a561e9d48aeceed7c7addb6e69ad478d87d81013326ed150d SHA512 063f8e78f0b770412e5dfb5178c2379eb2d43e2f77c571cb3d39a768af588898f19b99e8e4ca71e05a9bcd8729142415d919c2230f197b5767eedd2b7b2fc411 WHIRLPOOL b3c516dc99fca85ce22c22a9df86b774d46a8ac73be67d68739a32e381768deff2073c95974bd7563f55170ff2d8a53aff549cb56c38082d5bebb3d900c4b03b
|
||||
MISC metadata.xml 878 SHA256 1fd50df90902f32cd5e81d1a7700449f8cb4476b9f615154a5c942ef6aa12bd5 SHA512 805c1746c562a06648b75af6268039c8e29c6119b0d3ee43b1dd1ba32651ea809727094b3f8a30ebcb50abcc6297ff99eca79539d24cba4df80390e9f9626dd1 WHIRLPOOL ea5c6b9ec208f6499d99d88a594c3922136883a59d4d425c2c704b9d2faee713db4ea420cf6fb209b8d631bf062d589a7779aa474241f522d8672ac455104b4b
|
@ -0,0 +1,64 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="HTML parser written in Java that can be used as a tool, library or Ant task"
|
||||
HOMEPAGE="http://htmlcleaner.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/htmlcleaner/files/${P}-src.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
CDEPEND="dev-java/jdom:2"
|
||||
|
||||
DEPEND="${CDEPEND}
|
||||
>=virtual/jdk-1.5
|
||||
app-arch/unzip
|
||||
dev-java/ant-core:0
|
||||
test? ( dev-java/junit:4 )"
|
||||
|
||||
RDEPEND="${CDEPEND}
|
||||
>=virtual/jre-1.5"
|
||||
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_GENTOO_CLASSPATH="jdom-2"
|
||||
|
||||
src_prepare() {
|
||||
# Don't require default.xml to be in the current directory.
|
||||
sed -i "s:\"default\.xml\":\"${JAVA_PKG_SHAREPATH}/default.xml\":g" \
|
||||
src/main/java/org/htmlcleaner/ConfigFileTagProvider.java || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
JAVA_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only ant-core)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg-simple_src_install
|
||||
java-pkg_register-ant-task
|
||||
java-pkg_dolauncher ${PN} --main org.${PN}.CommandLine
|
||||
|
||||
insinto "${JAVA_PKG_SHAREPATH}"
|
||||
newins example.xml default.xml
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local DIR="src/test/java"
|
||||
local CP="${DIR}:${PN}.jar:$(java-pkg_getjars junit-4,${JAVA_GENTOO_CLASSPATH})"
|
||||
|
||||
local TESTS=$(find "${DIR}" -name "*Test.java" ! -name "Abstract*")
|
||||
TESTS="${TESTS//src\/test\/java\/}"
|
||||
TESTS="${TESTS//.java}"
|
||||
TESTS="${TESTS//\//.}"
|
||||
|
||||
ejavac -classpath "${CP}" -d "${DIR}" $(find "${DIR}" -name "*.java")
|
||||
ejunit4 -classpath "${CP}" ${TESTS}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>java</herd>
|
||||
<longdescription>HtmlCleaner is an open source HTML parser written in Java. HTML found on the Web is usually dirty, ill-formed and unsuitable for further processing. For any serious consumption of such documents, it is necessary to first clean up the mess and bring some order to the tags, attributes and ordinary text. For any given HTML document, HtmlCleaner reorders individual elements and produces well-formed XML. By default, it follows similar rules that the most of web browsers use in order to create the Document Object Model. However, you can provide custom tag and rule sets for tag filtering and balancing.</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">htmlcleaner</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +1,5 @@
|
||||
DIST rustc-1.1.0-i686-unknown-linux-gnu.tar.gz 87517937 SHA256 1a4e6845ed58a84fc8e2abe5b3a286c09fb2ac39d4848a6d511cdce336e4a207 SHA512 bdeb558b38d0df135973693c93fa41d5d30adcd222db273806ee2f49fcd1a571ad7f25208a64645540f22a0f9a6ed9142b9a20c3c3a043a0c783e9492e646b91 WHIRLPOOL 7b355e10d9c3aa0dbfba7138a18c45b31fe1f2614277718119ea5a28d20cc1032fa54730762efa07c604bb370730634b307a2d03b5bea16180030971972df6f1
|
||||
DIST rustc-1.1.0-x86_64-unknown-linux-gnu.tar.gz 86176446 SHA256 87ead57db95f059fe0b1d901f5d8f3fa0f7cce5d056a42d9486626997f4a1df2 SHA512 0a6ff00aa3a475c72111d23e8cb605759734d562b036d554c8c9e3472d1d1be663cc1f0a2c25aea55b032d15aae5726edafa2bd719c48ee2696bbd28632787d3 WHIRLPOOL 224eb012a6a989c3078c0cac6442c3e3289fd9c061edca34c99a2b8ce8529b0f760cd5e2e67a5a6acf6666cf3e79c28d68aea3a1a5aac04e24f19359fa26e3bc
|
||||
EBUILD rust-bin-1.1.0.ebuild 2423 SHA256 de2a1d6f490d089b2c86c4195b8feba5435353f8cb509fe20b41fcf0af7977b5 SHA512 1eaabb895f1ae2f0b895b42f1b8fe924505a0c5c2cea38f7a705d408450d89ae1d77915659a1bd65e433b631fdd7d1c91851d951ebec454a5c11851035b3ffbb WHIRLPOOL f759f45785c0382bc7f46dc04b463eeae8329242bd410f651d022595ea71096029d198e4d89ab2e08918024f7eb43a5e79c4197f801eca58c3e6a6baebfc0fd0
|
||||
DIST rustc-1.2.0-i686-unknown-linux-gnu.tar.gz 89840371 SHA256 f4c1692479314d63ee67914ec2065778c39ca4912f191a7894caf5264802b4fa SHA512 c89e6fac05c79755db7c15a275ac2a11d781fda10f6851ff13f0dce314f9a373bd5b79d0e1da0780071ce959693d4f08c33e3d18abbabe802922679d1e25a6b6 WHIRLPOOL 56c0636ecdc745fcdb41b77037486ba04c11b6a08568a0ada962687ead31bbd2c8f360894e629428fde4e5e3204d355e402d4a3651c4b13d0422e16beaec9f60
|
||||
DIST rustc-1.2.0-x86_64-unknown-linux-gnu.tar.gz 88888977 SHA256 32fb262ba9da26a6d5ad9b2ca420fb56d97af8f86acb5cda2e85b7e7c33f6dcc SHA512 ea87a2c0e05d3f7e7c738320fd08b53055f76703526846b87b885e7abbd320b2f393b9328daa1ca04e9cb545e906c5750b6dcede2ede23323aeab8a8b096ccfd WHIRLPOOL e82ed578218ce19b4a7ca5b9d4c842c5546b5daa6aa3be162393fc0ca7148cf245bb7a79719b10ea7bf43952f8908a6355eea9070f027fcd5f1d70caa37c9931
|
||||
EBUILD rust-bin-1.2.0.ebuild 2423 SHA256 de2a1d6f490d089b2c86c4195b8feba5435353f8cb509fe20b41fcf0af7977b5 SHA512 1eaabb895f1ae2f0b895b42f1b8fe924505a0c5c2cea38f7a705d408450d89ae1d77915659a1bd65e433b631fdd7d1c91851d951ebec454a5c11851035b3ffbb WHIRLPOOL f759f45785c0382bc7f46dc04b463eeae8329242bd410f651d022595ea71096029d198e4d89ab2e08918024f7eb43a5e79c4197f801eca58c3e6a6baebfc0fd0
|
||||
MISC ChangeLog 2038 SHA256 e4068a0c931902bcf38fb040938d9641d403223b6a21eb42db2baa82a097dcce SHA512 7fb709111dac852fbb2cb64d04f49280a27adb02e9fa701f513287a6f390888d796bb661563dd6c4616e15a820fcd63166828090adc0ce90f67db3e8e3a7591d WHIRLPOOL 877f5260ebcb89f7e51021e940248a071210a32fd92d0d759a5d9b64b0e3a5304391f82aae2e420e25edf794df503f7e65294a7924e0d2f6861bb06414c8b67c
|
||||
MISC metadata.xml 243 SHA256 18abd81b04a3651cbf1290466163ecb9269199286408c133021daa0e74869f47 SHA512 4bdc4acc90c8a444f645f1f058d2eed96adddb53fc28554f8eca840c744c320158daf264e28b644d67dcda59299d921f84eddbdd471b780b2e5bcae78ddbaaae WHIRLPOOL 0643256f713a85f274a4d748f885edc6db04407fb28eaf3c73803b96c8a9d6c79c15ce162c13096958d0f10500f8edf8d1ac0833f2d256988686ad987811622a
|
||||
|
@ -1,7 +1,7 @@
|
||||
AUX rust-1.1.0-install.patch 587 SHA256 992e43a66d5b16a0be02e1df24af4525d1c897d6480e537fe2c449854d35f88c SHA512 236ba8d1075c4267a85ed644f2fddb95c72e754c95ce797abd0bf9b001fbde52ba1c1a4e2607f77df20807e15be19427ad52840e3b7eb5db45785c003b0784e0 WHIRLPOOL f75fb2459036fcb269ec0f5e4d8d55017aa5c1093077571558261282b1d10f353ac3b1a5b107306f83632d6676cd03ac05c5d09e0829601891452bcd556609ef
|
||||
DIST rust-stage0-2015-04-27-857ef6e-linux-i386-0bc8cffdce611fb71fd7d3d8e7cdbfaf748a4f16.tar.bz2 15508125 SHA256 ad3d4316a4c07d37445b54a293923151a2f21914a2bbd1a5f175b1f73f860e0b SHA512 39f7dc1d8128ff902bc41dd2731f8332c7166cf7981c1b0676c7017083136802b4e35a3615c55a4bb16617f194abce32c0c14d0d864867726267cad145e46c39 WHIRLPOOL ff6bac955a2bec6578b81f6a076798631692ddb4b4dfe91513615df8278b35e454b36f82f5ce1c2e5f310af7686633de3691e08c593b4ce329047a1692d99b52
|
||||
DIST rust-stage0-2015-04-27-857ef6e-linux-x86_64-94089740e48167c5975c92c139ae9c286764012f.tar.bz2 14707052 SHA256 e7858a90c2c6c35299ebe2cb6425f3f84d0ba171dcbce20ff68295a1ff75c7e5 SHA512 5911a7addc44ebd975e2f4b8db20eb10f5d817defa2329e1a323b1f267e9c844ee1045513fb7156f19bea116aa9c5ba775703391f72edabb94e2fef1c67ba0a0 WHIRLPOOL b3bd0cfbda18955c0ec173e089d130b3cf9b6e1cd618e65eecba6ef648fbb5bdb4baf853958bcceee95e9ed30819f25e97ba134396038b0173b209a0fff2623f
|
||||
DIST rustc-1.1.0-src.tar.gz 22241376 SHA256 cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a SHA512 7b76464e42b9c97461e232791f0e48e6cb1a36cf191e543c21c7b21cb3e30426fa4e2e32e54242019836ef65ea7bcf5542c21aadf8d44140f7c0e8a5bfcb97f5 WHIRLPOOL cf4605895668e4ad7eca617ff6fe1e96ea077b46ddc9271f395c2da53ee5ff95eddca2cf1de9e4e3a9333a7f6d2081e0e36f8aa486b48fee5281a9b6bebb9e5e
|
||||
EBUILD rust-1.1.0.ebuild 3469 SHA256 fb86552f17a622c024d256bc4e5922bf696e130d26ba7cd0e34de5de2aa80d69 SHA512 6fd8a072c776eb0afc283a95121d39c1f884325064e74011005b3e1d4e365e733543a2da0ac05b3002ac0d662c29b37a378bd59dd37e13652fa99d1dfa671b95 WHIRLPOOL c70b3522e93ea37fe98bfae96aa80104f0c6744e08017d7b2955fdbf6c02b889cdcf74cb72e312982e557b09d02adf4961b1a95842fc1a484c10bf2fd0c36a80
|
||||
DIST rust-stage0-2015-05-24-ba0e1cd-linux-i386-a6f22e481eabf098cc65bda97bf7e434a1fcc20b.tar.bz2 15633335 SHA256 f6787490b97923386b3469d698b700be1ab7f8d43efa427031e228a59f893993 SHA512 8b7c706d02b8198343d67b30921ba22879bc44943284b8fcf24d8de1861b64cd5441cf5b1e2551021fa8777c78073e9b492a2e79da2889368f5c47392315dbc9 WHIRLPOOL 6766d6c536eace21c9f412eb628b759338df41985eab38a9e0c47271d0b11b500c09ac8c0797384b43223419df6e21af0747bfd781a4e3052b3d6d3047ced2e6
|
||||
DIST rust-stage0-2015-05-24-ba0e1cd-linux-x86_64-5fd8698fdfe953e6c4d86cf4fa1d5f3a0053248c.tar.bz2 14913394 SHA256 11f7f56320bd0dff5b47bae3f80377d9514a3ad4bc983d674eb33074c95d66a0 SHA512 795d53c802480b5f54d80032e9d0aee56fa26a5bb1a5f79c6673d7646c30e0dccfa7926b1fdd4c5874d9d7b7dd245143686a52e228b17c4c96dec371daf1b625 WHIRLPOOL e098dc9a6348dc0da211b1d23ccb2b0a10e0a8b8e4babf1e710d6007e7580b8656f5788343bbafdc22dca20df247a332fac19476ffff244fc4607c1a1e7b4db5
|
||||
DIST rustc-1.2.0-src.tar.gz 23863924 SHA256 ea6eb983daf2a073df57186a58f0d4ce0e85c711bec13c627a8c85d51b6a6d78 SHA512 2596c0dddff0276916edbb7d68ae610209c75d53d89f1f15dc56ad7408e235dbedfcd1bba9c446dd1e32a8d274cedebb7b32b328223280c28ab546bbd06f1c76 WHIRLPOOL 741118f7e265129bfd0f0d66487e12dc8f95018d8479e8f3cde555160abdb29ade9c69607a2daa088ae3dbe74c1120c16141248cd771a6e56759ce10cfc45a62
|
||||
EBUILD rust-1.2.0.ebuild 3476 SHA256 8002cd66d7d44c3f4e558285c05f055fa2528c9f0705ddca4808e38c08d04a30 SHA512 59536107ad0dea3fa829add0399d5af70513cd0fb31cf4e0efb5343e87bdbaeb652842684edbd38b1219f6b97fefec4b5fa0263d9f663d851c06b7ea8fa220c9 WHIRLPOOL 51b29f993d7e99593f66e06b088437de80226b24fd6a78bae510402322cbd5f93420884fd97b4e13acb36e3c35afde9fd757af1980a40c04d7a3218cd6328183
|
||||
MISC ChangeLog 4442 SHA256 37cc85223ed117da5749eb4956c1efd3015e46284d062a10e8421b5797b1619e SHA512 66f9e94329c2c31c8e0a3941796d140590e65610fdca987bee5ac0861506eebc3152bdef0f2f2dac9e84767a4eb3c666c2b92a3c1e1bb78c02a317a29651e236 WHIRLPOOL 917d74c777f82241eb57f6afbab6ea95e928fedf661d61fd2f46e79c242ad1c6db73b8ef9f33b3521f04cb60e08ba794a18f23659d004a5849eb08caf67d64f4
|
||||
MISC metadata.xml 740 SHA256 97a02ffcc66d0502cfa844c9e81cf0bab08399518d8efd1c288d153d1d599ec6 SHA512 33bdcc855fa2f84ff8258beb057478828b6874f70ce5909035b4f2a9c8df32b0d757a9f3ccf483222935e3d20e8b0e78740010de08359d7d9402ed336fb0db3b WHIRLPOOL 64f63d05aa25c7d4fa58cdaa5e3a931f08172fefe8eec6bee82d485d37bcbc860654bd7ae9d284a4d0860dcea6cef3e81a3cebaed13869cef47eb3f3f38c0195
|
||||
|
@ -1,13 +1,11 @@
|
||||
AUX libpipeline-1.2.1-no-gets.patch 858 SHA256 cb126a74ba7d4b48d7317e8464bdf82aaa64a49ed46f37242f9500ce1449ae9b SHA512 2fc14833a9d31bd551c7df3b469a5317f2c11be2b8a01e75499593a585d6461d41ebd4cb0751e84c9c43def9878c2a01d9c97f650270a844a87be019adc48fb0 WHIRLPOOL f00d0e365f16d6322b3035c05616d6e27fb0c5a678aa937fb306fdd992efbbff397461156d4e853007a0d60ef3fa83a0f9f9f7fbbe2cf2e0fbb8405685051b64
|
||||
DIST libpipeline-1.2.4.tar.gz 764100 SHA256 091ad4ea5c66e91d78e436e0e7673b46b3c5c5f333a14a1298db4bc7bab87b35 SHA512 56d8331f7a7db47fc87f6958a701256b10cdf2444fe1f001945b6ad6b74ffd6e6884db50e3d64d43b7bd8019288393238b03f13cb44aaee8b070d0bf7d874a6b WHIRLPOOL eeda2521059f7e79625eadf17598c4a418da5f8ebcc1b757616cb11724cf2b77ee8ff6a8dbd87fb646d237272bd5edaf7cdc77c72e97741852323b37920818e2
|
||||
DIST libpipeline-1.2.5.tar.gz 779072 SHA256 2de10806d9b7dda54f4098d2c12e36e960b954d1325c0885ac01c3c7ee908d5b SHA512 fd6ec96bd78f921a43e6b8fbb0e8ffd4a2bba35fe87a95dbd98e8b83d04fe2fbe34c4b4a008ca027b683d071f0730f8057d3b9aa2d946f2f7808486f16d97b01 WHIRLPOOL 4a600569d651d41abc4c15984edd11198d85bc67d61431aa87dd1d0e9311de2b4f86cc2f1186b359ed2f34b2e7e95261ed2033f24100697c088ead9508d4120a
|
||||
DIST libpipeline-1.3.0.tar.gz 786909 SHA256 f1fcd13e4bb39fec013c2f02bc3c686580f34eda432c31d0b662cf2359a3a689 SHA512 32bfc4a6ee62edc4fe75f5a31e4c295ede39f8840b0de9954d9213d8c0d39b701cd8af76a36c2d3fcd1479207c7f077cb64692d2f31fadf413a2adb8ffadd965 WHIRLPOOL 8eac41095756858749667a7f04cbb07a7737918fb9fac8dc9ce3099aa3d0d602a678c39f18e4de02136233a34ba02bae40d00eba70e1782fed238f6aedaa4d60
|
||||
DIST libpipeline-1.3.1.tar.gz 787711 SHA256 5cad1b446f135ec3800d32c8c951a1114f4c438609a4c52b262c30301bc8e692 SHA512 0f903f9a268eea7c6d1ddef1210a729d32b423abdbf1e150aaf6705a272dfbcde482302cb06366ce317674bc681c7e3305cd35a83eb3f0451d1c5595f5c6ac5a WHIRLPOOL eb3fc4a337e09552f3e58a06bcbd9ed30d6b95a60b6cadc293e7aceb77a99e488c8c77a757dd93968a48b4fc72d024227fbe176d8ac7a386172bc50b51e54ef2
|
||||
DIST libpipeline-1.4.0.tar.gz 805155 SHA256 79c759e7fbf17b560a72edce3ff9bb308d7720306c2650e4fae541daabb89bb6 SHA512 0dce585f9d7aea91889804fd7a65a549b41730add0f6156bf8d0409762fed9c29e8843426e8136c9e0a0348734acaabb48ceede1e3e4d9071d4d787d0b8d46f3 WHIRLPOOL 2ba46823c6eacbe7b4a15d135448b2c59c65c431f438d22f1709bea85d819f4358fd685fab00d0e24cf281e92476b8c48aee61e7b406dcd8e142b2e4fa50bf86
|
||||
EBUILD libpipeline-1.2.4.ebuild 513 SHA256 eb7bef808dcb2b79eb352402a87fb382df0b80efca6b6f7d7b9356602ef854c9 SHA512 0a56a77fff4fafe180d9c537286e47e034e25161d9d663c9035a893ea71b1acbc49e0335707cb21522502d6311652ebf5ea29b71a95593cd609fcfec44661b26 WHIRLPOOL bb0675c69cd9299700ba734c7b0ad2f6c0103b3c81759c7e722677961624dd7c51bbf8b50e469091464b155ab8d11fd1632933c9cb0c493dde8b52327c551b73
|
||||
DIST libpipeline-1.4.1.tar.gz 805172 SHA256 da46d7b20163aadb9db2faae483f734e9096a7550c84b94029abeab62dd1b9ee SHA512 835d65aa3f9436398b5421544ca7857fe9caed52cd2e70320ea04d6315825e648df930e1c225d4aaf0f2edda2a438f6c00f15c556fb9fd30311560fb8d966797 WHIRLPOOL 1b6688f0388489f015a95397ec6ad34338654bd40c05bc15f30cdbf2e4ad5b1fd53d20f56a6763d398562f39986abf6675236395215bc5819573162eedf17de0
|
||||
EBUILD libpipeline-1.2.5.ebuild 513 SHA256 eb7bef808dcb2b79eb352402a87fb382df0b80efca6b6f7d7b9356602ef854c9 SHA512 0a56a77fff4fafe180d9c537286e47e034e25161d9d663c9035a893ea71b1acbc49e0335707cb21522502d6311652ebf5ea29b71a95593cd609fcfec44661b26 WHIRLPOOL bb0675c69cd9299700ba734c7b0ad2f6c0103b3c81759c7e722677961624dd7c51bbf8b50e469091464b155ab8d11fd1632933c9cb0c493dde8b52327c551b73
|
||||
EBUILD libpipeline-1.3.0.ebuild 526 SHA256 674340b8414459cd55160dbe950fc4de3fb2ac52d6240c5b6f0cab20f2a19a5e SHA512 f36ce96bac47926b6848014dc87b1f3f02cfbd7eb485f11267be08ea80c13e104040fef50e63248045a33cd6c32d86d4d4051c14429ebcde7a19982a5df68337 WHIRLPOOL 1180463afdfc976c7b5a9173458077e6edd2c9c012a7e0a7691d6c52304c6b45747412985a2c3a9c6474a45f0250478a01d54481771ee10c25df9f59c2ed5242
|
||||
EBUILD libpipeline-1.3.1.ebuild 526 SHA256 674340b8414459cd55160dbe950fc4de3fb2ac52d6240c5b6f0cab20f2a19a5e SHA512 f36ce96bac47926b6848014dc87b1f3f02cfbd7eb485f11267be08ea80c13e104040fef50e63248045a33cd6c32d86d4d4051c14429ebcde7a19982a5df68337 WHIRLPOOL 1180463afdfc976c7b5a9173458077e6edd2c9c012a7e0a7691d6c52304c6b45747412985a2c3a9c6474a45f0250478a01d54481771ee10c25df9f59c2ed5242
|
||||
EBUILD libpipeline-1.4.0.ebuild 517 SHA256 bd09e7b68801819cdd7196a31c00bd476cea02e0aa9d49eaba85f816391dbcb2 SHA512 4942e1afe5a1d6d86dba1e6dc3a5638f4746f6c2980b74a16b5672949d88db2f9a760688520f9fb9292160d81ddf32de7e464589fb755c64cdd0c37537d60a9a WHIRLPOOL 985190cdf46aca771de454e9e907e846b7fae6444bdeae8b4289d1635256939c1cbfc70ecb696ffecfe77729ea9dd5df99c3f42a736b00f898fe01ec73c9cce8
|
||||
EBUILD libpipeline-1.4.1.ebuild 526 SHA256 1a8d504968e0d9b6d7bed1c850c019c9759149790ce95180cf59ba731e65836f SHA512 8b1068da4cbdcf832a9414e7ab45680931e2963204e7d98ca3e4016b08a826c43eeb383e59342227faef44d8964c338b7eb722b3cb204bf0a7ba211760b9be6e WHIRLPOOL 564a9599d94822e91d3c909419fb5e93a28300c5b17cb7aba43da189bdbeab8f3c7e7817411cbacee42d40a2b1791f8e97503c39593349146f69f455af373acd
|
||||
MISC ChangeLog 8708 SHA256 75350c89d81c9f391c877bcccd317a7f7823fc2b838c3e966f0ffa8b1e4abcb1 SHA512 64ffa5162c6818f069207d3a85d1ff6ab27aa3289704226d821a5639f8ef5b7108a661fee75392c055160cf840e3c7796f11bd05fe807632af504979e80516ae WHIRLPOOL e5f07a1f1be5a3216caaeab99041466e2bbda8629817a393bcf9a20137cc90fb902ec9bd1d1f21b47e767ae19320c66b497198fa0a0fb973303042d2eae9a48d
|
||||
MISC metadata.xml 164 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 SHA512 8eb0d5153d388f6ea069c64b93882244816a0a09aecc0d73cb872121ce0eb24c5ccafa96aad0b620b2300f319e1af101fa7fa6c5d0d561719d49bb07da0a2eca WHIRLPOOL 11a1441bddb7a6c69653c663902b7da5767ae6ad515ac2aabfc42fe37927a1ccc21472deeee454009ff720201a41c3e4a912df42661a0a87150fb46126da2d52
|
||||
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit autotools-utils
|
||||
|
||||
DESCRIPTION="a pipeline manipulation library"
|
||||
HOMEPAGE="http://libpipeline.nongnu.org/"
|
||||
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||
IUSE="static-libs test"
|
||||
|
||||
DEPEND="virtual/pkgconfig
|
||||
test? ( dev-libs/check )"
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
@ -1,5 +1,7 @@
|
||||
AUX asset-0.6.1-broken-test.patch 673 SHA256 1c3090e0855d4910b4ad708d7e5a731c547c7819436edc0d1f08d1ec99a88592 SHA512 10afcdd752c494f98f702d1e1727aeaa4caf54b8fbb210cfee7de35a2881bad403355a037159ce913a0f1596b4fa9935d4cc3a8232ce4b79dc264de84b6aad04 WHIRLPOOL 1dcc923c18a7e62156278a581930620d5ab4825da0a9b8876323ff67c0d6a7eabcef467c34f8a847c75e8b9b48fe2da61069b1232a609fa1a877a9bab2826909
|
||||
DIST asset-0.6.1.tar.gz 20613 SHA256 071fcbf93b03d791b4e301c1459dc6bd1779407f9c0326fa136f03449c4bb4c4 SHA512 6fa20888220e83a0a122b8ab63e531551724c64476c3fce8f47f784731710fa3328fa4ac3855bde5fb4caed47274f0492e14df438cf7857c0e5437f33217b672 WHIRLPOOL ca266bb9969e7b4f1b8a7940928ac3dac169374b5c7e44af091f112dcee975ed8d699bcf864645c2122ca3b503e54357a25884d7d2f97c32ae6ad67d67354fc9
|
||||
DIST asset-0.6.2.tar.gz 20961 SHA256 5d4e5735a28408e84a61cbf22b41736fa2dfbe8807df2a4b50d2fa8ef3e0f0f9 SHA512 c1337b28cb55127e987003f2c4f14df6dd2b86252e8884a44e10f6aede2387ddeb007f8e0426417dc1ec1fa56c4d5d4491173bf451542caf9f6ac5c78b871f90 WHIRLPOOL b68c268ad8b446da1770105aec70e3e45969a4906c290831c22375c9a7c2788f7c64493ad6970e20b5521a2a6d016aef708098b2b03549703e059678ba51e89c
|
||||
EBUILD asset-0.6.1-r1.ebuild 903 SHA256 acf8bb49ba5e6dcf387943015e90d99d17d1fccdbc355b537f808fce8d33310f SHA512 092985603d16c2f28c64d29b4521acbc347d84180487a8c46f5e68c127176de160c5bb0fdfbad865f82fc6093e59a3d92d04bc4f54a7c819944eeea1272f9e8f WHIRLPOOL ff0c3215944ac771e869faafb86ca4dc6a48dae5e3e6ae30a16b5c61471c2d97e7c17cd6e0c06a2deb8fe12a47da0c46360cc974f2e3b874ebb9f9ecf7985383
|
||||
EBUILD asset-0.6.2.ebuild 800 SHA256 c1cb200c6fc9ba845e4a81797b5bcda2f66a78843e7adc7ce16a31861d2fa7aa SHA512 af5dc7cbd531d195ed4e670c2f28104af9266d24d7235f82ebe1f55ef04653049d14b5819215220ddbe1f4fdf2423d283889c05ce30f34bd09171f6e410bef9b WHIRLPOOL 3beb5ccc73f817197b090441c7cb224c40ec69c8d6b9cbf49a60cd4da553b09b48ae2ee448c799921d90eb36ba71492b9a7f08be85778af51d7db418ea19e183
|
||||
MISC ChangeLog 553 SHA256 d74c42cdb425d9c1a18a1e3e0ec08af8fc95fa05bcccd2c216f3b018644a6c90 SHA512 9f2712fb127e86bb1dd99f840d5a6477a783f01caeb3d1ae389121b0658c566db26411401ad3e9dcc295c8788fb869aecdc3310142ea2db80985210e09b54a6e WHIRLPOOL 6e31f91ad2f20840b469277f624946e1a3675d797b89be522870101f17d66b87986c206b38c9039c5a2583cb6f6b6d9710f0d2a55bf79b705525a985fa51c712
|
||||
MISC metadata.xml 376 SHA256 a282bb78a1bf5c4a6cf6f56aa7438bc9d628d00333fd442343c3fc4f6c45786a SHA512 1f5e6cd8f38ce268a2a60be64e5b493dcde290e5db9747066e08ed716f7c1cb2ab9918370640cc8c0320acf10c532c24694bbd89f40f4ed996cfbedde3494d5a WHIRLPOOL 1b27b8de41e3271222f0d79e92233383950620d50012207f9d99b5ee1166edf89876bbac956093bed736ddf4e39cacae446260d684a55dda17011ac69808d81b
|
||||
|
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A package resource and symbol loading helper library"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/asset http://github.com/metagriffin/asset"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3+"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-0.6.1-broken-test.patch )
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
}
|
@ -1,4 +1,6 @@
|
||||
DIST pxml-0.2.11.tar.gz 21088 SHA256 19edfd55a081fb46066b66fd726691be3416d6f93e80f3d0bb2f2a8d7bacb6c8 SHA512 1b71ca2b5e0e59158f52fbe70ef65f5fc14dec4aec1c7fa79f7fabd8dc33f63f63e70b61ba835d2c21f88c879fa6dd5c4aa7dad97ee49755e4a6844aeceea5e1 WHIRLPOOL 4d170075db8076c0ca94dd1f5ee52f6148c59b1e7cfd07557fe045a31bdf7d9b2f8e1e453ec9643cb4a0b466a7cb1622f02ecf0a8b831d9813a4af27d9f05070
|
||||
DIST pxml-0.2.12.tar.gz 21194 SHA256 99604ac9c1b6408f314a57e2e6eb5791220982a7e961168475c682c657ce3c26 SHA512 95c66036d161c1245edfc7924abde9f63e764bfc39037ff2b5d281840e7b306c08091c9845ad4d5738ebe2769f27d90e1b6b226379ee6fd263db323ff629d42b WHIRLPOOL b6de6b1288e8479fa6bc41c2a5b7c6dd917e8ce0988c3bade10cdf78c622f6a9b6cffcf5999cd5a41edd474de834cdc53016dfb5b944d79e09384c6e71576709
|
||||
EBUILD pxml-0.2.11-r1.ebuild 865 SHA256 d594066f72a2c316dad72efacdc1962db838c3c8953ef2fe7561d18f27bb5a15 SHA512 bf8f931a17c88d0583923eba33f7fbe9773a19da3c7c5737b980b91b1d87639bfc51b2a8e4cf35918c4a029f94153d7a7c476813dde976cd1f24c54bcfbbac56 WHIRLPOOL 6176aca78a08629018125c05eca20c3eb1d93d58e0d654f55c5d9b91d1b8decf2cf332ac3c980921e47a688be3ca5663e504fbd52967d0d5c39aab0861dfc39e
|
||||
EBUILD pxml-0.2.12.ebuild 755 SHA256 c4f7f9a20d05991d305fdb2d1f09cfb5477a11ecb5bac8da06b01620c7ad27fe SHA512 65d1bdab394a222931d36f054b2e545995e7fd91e722833ef72f582c02563466c4df01bb034270d56e839b7fd662dca0418d80793a5b7506b13d5eb388c6b8fd WHIRLPOOL 402b46bb47231e6d69f5703ec4e227df3cc63636a21541615ed6bae1124bf2cac0bfaf6450045e6a4bbb9838536c827418e834c666ee7c94c3af31fcb6bff5a0
|
||||
MISC ChangeLog 513 SHA256 97f8ab96bd3232b15c4040ef63ecab00285e64db2cef47b6e8891de21da8f684 SHA512 a6c78f7837165e1feb3e8423dfecba265e63d08be0ed2df12cd614acd20d200f351156822ac4496def0aa73e87d5807d4f5169cdb0bb69fc179fd49b6c4e6c15 WHIRLPOOL 8f9aea28bc9dc5bb27354d860f84c433127f213ce4381f57ce188124c7be795fdb5682110f187c17489c1b42b906c01cb2bef03463a42c43a0fce854fe9ab355
|
||||
MISC metadata.xml 374 SHA256 362cc74023a0339ad835c2102c5a00cdf9580c0a3b81b9414045539e113f828a SHA512 7c4fbc0b9b2bfbdb83e3a38c2ddcadd58181301ce5bab6419963bbc50e188ecb9fed40ce66eb7518909818025cb149dac126873a2fceda4b4083adbdddbbfbcb WHIRLPOOL 3a1820aa2085dccda9b1001f9a9495836ef6c3c36b01da22ff178cc31117458347eb7e43ca028dc4c1ade0bae18561b520d8046a07ef71842c0a5f09fbe2bfeb
|
||||
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python library and command-line tool to "prettify" and colorize XML"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pxml http://github.com/metagriffin/pxml"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3+"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/blessings-1.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
}
|
@ -1,16 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>sci-mathematics</herd>
|
||||
<herd>python</herd>
|
||||
<longdescription lang="en">
|
||||
<herd>sci-mathematics</herd>
|
||||
<herd>python</herd>
|
||||
<longdescription lang="en">
|
||||
PyWavelets is a Python wavelet transforms module that can perform:
|
||||
* Discrete Wavelet Transform (1D and 2D)
|
||||
* Inverse Discrete Wavelet Transform (1D and 2D)
|
||||
* Stationary Wavelet Transform
|
||||
* Wavelet Packets decomposition and reconstruction
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">PyWavelets</remote-id>
|
||||
</upstream>
|
||||
<upstream>
|
||||
<remote-id type="pypi">PyWavelets</remote-id>
|
||||
<remote-id type="github">PyWavelets/pywt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -1,7 +1,7 @@
|
||||
DIST robotframework-selenium2library-1.5.0.tar.gz 216937 SHA256 e173cb9a6cc8b831ec9a96a702ea36a450e599fd88a9c9d675581a7352565542 SHA512 a0897abd12655f1a3693cccebe21daa061e40bb94340081d31b587c522a2dfeff04530897f72b05ca41ee93ba8defb71941532cac700293d22051ab583f2bb61 WHIRLPOOL 7fc04c10c3a9eb980cdc482cbcadbee9b9def10912415aeaed386903fc119f577d0459004726ea2b84b86b1a63bcae341e97777631cf4b7ba69ded50376a64fb
|
||||
DIST robotframework-selenium2library-1.6.0.tar.gz 220553 SHA256 9e72fba2410e575434d6b5c3614950ebb1e807cc3e10d31702f868b26ee64dab SHA512 bb35490a8b9630451dfed0dc4695df488b177eafe356084d77e636b28240bd26a3dd496a6520e54a0fa01c0c77102e9455f4f612cd8a7ef6327cb05b4d359aee WHIRLPOOL 5c02616d9e8e7ef5653111cb1a85f135655af7126624b0aa94a944c694663edecae515d3286d2109ca4f4081ccc25d7f2352808509899375f483bf947430fd34
|
||||
EBUILD robotframework-selenium2library-1.5.0.ebuild 841 SHA256 c4fda598387b01f824182e45ad1a50e25d998eeef98950cc713155e4406590b9 SHA512 4ae0a8ac354c2c62be375d51f57b8d7a209e6439736e3294c1912c5ad3d68fafa77b517728c49a64a2f72c8acb2b9239f6b475aed2163d37e961d6c336a5e524 WHIRLPOOL 1364bd187a55ce4fa17dbd3cb32ea260a41320436eb8769f4c19dc09e92b62daf51ebe03025eba954fdafdc8207ddefca6fbeb933bc5a47bce379595a3d4ddf8
|
||||
DIST robotframework-selenium2library-1.7.2.tar.gz 234720 SHA256 a38df7767725883c9a7e8bb292ecc4688d997cc73aa6e1b2d4035bf49a9d0154 SHA512 9f6cdad1435b4b0b3df11d029822dbdcc38a7f6563410855529ef45a71083fdd4e057be8f14d10a21fb1f0fa84179f3c42b6299565c5d31592305326ef73028e WHIRLPOOL 756be2ee0415a97a32ba789599e6b4d529149a9fb06315c05c270a61988aecbcf572102bf4856dc5e5352f06af5eb67e394eb382c8fb1dcc55b9a38364e122ac
|
||||
EBUILD robotframework-selenium2library-1.6.0.ebuild 841 SHA256 17dd04364488a5200db4e6e772a72c8741aa311133e4ddeaa409ba6f5fc64921 SHA512 1e2bfd4b8d835a73a04b60d8b5d81776ca9ed9dcea3e25435a7ce149c1f8f65ec4c848ac4dbc43963189da1b7f88f35f774426100b5236b69e3e9949dce74c75 WHIRLPOOL 0349e220577d463271fcee9c9840999f8c9525cad6c08f5357641a03646231d8139a6a86bef6bb6b8cad5c96160189255a11744fa720356a6a91f547f813150a
|
||||
EBUILD robotframework-selenium2library-1.7.2.ebuild 1029 SHA256 838e40f5e7dd258beb82bfe158742536c9f1d40ebd4a34938ebd3989801e0475 SHA512 831cfdd85de53f3d61815460518cf61b47118f46778ab9c7c94a81628d8ced864acecc2ac05e311894b75534a91e781567575b43381a641a0cc726be95031890 WHIRLPOOL 0929229beabd16733b1cb4420a030d3c0e89ff51cc22fbd629ed108af4762232720dc344f0d154967b9b81b0873ea3fe676e43b9d315cb2388ceba25c2ed7b5d
|
||||
EBUILD robotframework-selenium2library-9999.ebuild 862 SHA256 7d61d73dda4cbd97416256df136817dae477b874501fa317202b6ad9d4a76583 SHA512 581121036f8448bb53987064165dc4f9052501f495dbddbbee8ecaf8101d1828c7b15debb69f6953fe3423735f3cd61bdd5cfc33896f27dad04066f3147b3625 WHIRLPOOL e0d7a83766a1fbf435c35df81fad8a7a7e7b1b9953aaacfe5d379c9be946282abe694ccd9ea13cfb3e6ed2ccf070e415fb2c134bbad5cb681cf6edcbc7486039
|
||||
MISC ChangeLog 2033 SHA256 90ff14adaa9175fc6ff5db40edc1641da8fdc4213be25880529a4b08755f8e00 SHA512 b35e36edf17f2baec3aa550d4ec59e3a3b27c709df07fc5c409ab66e0fba16f86bb7fddc260c6929cff333327df5535444f60d5c2389df26a039a28bd2325ef0 WHIRLPOOL 377c0f4861b84770880afd349e7cb1e910f6b549eafb7d1d00e2e5074eed93027300947baa2cbce3c4cc24afeeb0d075bf5e1ecb7df27be4fcd4df9a19ff9d26
|
||||
MISC metadata.xml 339 SHA256 fd7f19d7721a22e9ef37a3cd87721c1d052dbac814864a9b4912283c49fd8130 SHA512 ed26c77785d00e6bca02b6eac404d2fa3e0d80df34b2e1e276db16e6fb499b22b49b0ee48d4c62bcb81bb0a34e579e4520a01a2e965da146014ef8dab0568795 WHIRLPOOL 33e03141dd82671daca4ca749a482e95b377b1d6ee389096f5bbd6d4991607b79ab43dd17ca9637bb7e70d730a4aa39dfcccc10fe02ca409c42db3a89a40c08f
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST sphinxcontrib-newsfeed-0.1.4.tar.gz 10862 SHA256 f78c865b1a32d249644a9c46f395b547df0dc21ed69b70898d64235b4755efb4 SHA512 96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc WHIRLPOOL f14e5c8e9a5b6c35ae1311ed2efa9c8e71223c1d35bbe09dc1f097d07547748b8f73aa7170e1b422681cac44d40524ea5e017bc2b730f7581f1d91c9b057adc0
|
||||
EBUILD sphinxcontrib-newsfeed-0.1.4.ebuild 615 SHA256 2b2af93ee1706c357e897cbd56d0038bf3d9a57048d4816c38aa34b603b2c97e SHA512 d98d046b1c64695adc25300af06cf77a6b0a9ee311b1d5e6c740545542268d04ebb270ef1fe0dafaee3e78821ffff7b685eb4b52112dc57779c0aef90376988c WHIRLPOOL 2139172ce1de817d435edab30d762bd6330c2907176b83f5bc2263330a433a1b54d7d2d33280918c86e52a75105a9d25fdd689d9f1a48fc9bb26a94c21ab1b06
|
||||
MISC metadata.xml 366 SHA256 afecf3cae4a3fdcae94084b28b2fb1e61bbabc0bea87e7dba8b758e9051c38a7 SHA512 154ab4c8c737e5c6ad59b97dab2d11d448d53f24f2cdd9b025c7ea9a3056cd6a8e1be1efdca2649308bdb0e19930b5a2da59f3b1ff08ac7c3004bf0beeae2f7a WHIRLPOOL 70196d01ac91bfe79dff7a496869894752103d82a71415d4d338e6fc0b2afbeaea4358da19e00851c0b3ecb998b014306f9c44dee6248eb420e9038dfca52bef
|
||||
MISC metadata.xml 442 SHA256 ece3990565e3e44de6f38e5f0eb8200d1069bb175a6647dfc37e617c883e9542 SHA512 eb7cdcfac51224c1daf43136a660d667120c5c6569fa9433866c8a10e8c7c7225d199f1ba16258b1ed6a76e9f3b47c428957d0a2ff42aa442307152c0b796605 WHIRLPOOL 24960475c025155ead4ea102db712025a54ba1c667913c7c0fc3e57d44229e7936f94f08a5b01c03419e172a17b70c65918bd05069e32f47d1438da86e3f2bba
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST sphinxcontrib-spelling-2.1.2.tar.gz 35411 SHA256 c5ac488141408564cb60f355c50efd90b826a9fc7723738a07ab907a0384f086 SHA512 993f371e064e8748eb61faae649fb293b154a35955ff84d86fd041f4e2cc4c6e22c686007a67c3b63b0c50fc01ed226708f27db347e58847a46ca733c997d51f WHIRLPOOL 3258a991dbeb36ee1a3da64c64d2f05a1978a2c9348be1c2112afaf0cb40414cfe5f139d199cad7f534ade40db61666c133d70bc0605bd878e414e1dbe0f7e6a
|
||||
EBUILD sphinxcontrib-spelling-2.1.2.ebuild 1004 SHA256 876601a94eec96479344ac8f054ba8c48aba22e7afdab68a38230fdbea7f32a5 SHA512 ff1cd949e1aaea03b66cc50d131edc4233d1c7af6487a70b9f90153b42a8e871cad7dbab15f5cc4136beeb1e7f3d15cbf0ac1e59fc273633681142b111602b7e WHIRLPOOL dcf0bdde93dfb690cf5ffecf8065d2ef89d8c63e72f6b7c6dde897dfce911ef431762c348134ad5d921a5b9789b57173793327529dbaf9f26c3ed5cfbe89b3fa
|
||||
MISC metadata.xml 366 SHA256 ea1f11ba96f84f2d6b3917aaa29ea9e368a9b007f966956b5029409899c79901 SHA512 0fabd74590ac83a2313f4d8391c8ce8c6eef47901907847ed4a7abaa8243a86fa0f526e21c6b99c8590b21906d2d91f090e33b867f3e6b5660552e2af9e0bcbf WHIRLPOOL 3046ccba4efeb6cd595720fd6d4a684c8fd130a7179d2da464970d07d7df9ac6539fcb2774f2403d82af4c81d97c1fb8d2fa6d7a46913d38669296779e110272
|
||||
MISC metadata.xml 441 SHA256 feaf26ed46c8cad69ce8ba32e31a29395c2bea9042562d788bab9e9c3e4555c1 SHA512 949db3f5f1b9903081328be4275cef3c24f8a90cd4054c629396245501eaebb4c640cd2ad2d104e3a963769066c91eb3eeb239d2f60b636c08f2d938f76ee8bc WHIRLPOOL ddc74f5013aedcaec7e87c0cf47e1178e298ba396f5f3d9fcf54f8c5cc22cc3b02955dd50901d0c9b1bd05f66da4c152a32e9460a448590758bf7f3aad43d4a2
|
||||
|
@ -1,6 +1,8 @@
|
||||
DIST loofah-2.0.1.gem 59392 SHA256 e47f811395f87885374e780e64034a7263b52d5308352e32851ccd0c1bd7c66c SHA512 6bed99fced69538aa64c6ef67878420ef88d427c7cf6e74599f33ff9cfc9fcd6e9450de30a922d54bdead4851a39ec0b4bd58e58ab5ed1ef89610151c7f9270f WHIRLPOOL d100ba311a54303a11227cc50d82c4469f2d66462b8614e3a1ff9d512340981219431968282dd84c4cad0970c4b462a0f6ce0bfa792f34bc3f83ab4cc2789807
|
||||
DIST loofah-2.0.2.gem 59392 SHA256 1ab5fb9a1dca7b955e75d582f57d236de46430ab5c5b5a33987c04d3ec93ccc7 SHA512 f61b853847bd0dfecada1d8eb4f0ab1b179c804f0ac7c74f927a8275f6d1e9fb35456abdaa0ca3f81d8281f31c77088757fe2f994332ce0a742bb89fb1d2986c WHIRLPOOL a6ba55875d168e9a8c5bd3ad99e50f124f598ce21159025516ae7b4a7cf80e4a587f7c5f34c01ef568e4796a4a006ec4135b2da3938d40bbab7ce852a5ee54c4
|
||||
DIST loofah-2.0.3.gem 60416 SHA256 48c76e74f25229e0f492c2aaf770253fe44b162a0d18c2de1c59831b44d13781 SHA512 1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700 WHIRLPOOL 6dc1ec2c70d8cd89e58fd59e4c656d2d780b3b9d0ac41434d3511dca1b38cd89e1156b3804a4121b1fc578a784331bffe5c47033b36b7a96579c8d3374ecafbf
|
||||
EBUILD loofah-2.0.1.ebuild 784 SHA256 96f74d7bd7b4d1b62eed5b284fa7c277160d93e96e3ca5435dceedb807cf0106 SHA512 63832bae7a56ece27a9d734979af6e541d5763076ac96e87ab8c05b6994b2d5a2b0fe2bd36be35a057f9e471c3a43f4d79cddd86ee25abe08595e2d0196b96a3 WHIRLPOOL 254fb75c93f8dddc6be27cd820c5a79eb6805560447dd5b8aff7740726a9bccc2ddbfd4d6bfa92ac76fd22b3e8b26bb406f4d9eee3236093e8b14d1d14ee8b84
|
||||
EBUILD loofah-2.0.2.ebuild 784 SHA256 96f74d7bd7b4d1b62eed5b284fa7c277160d93e96e3ca5435dceedb807cf0106 SHA512 63832bae7a56ece27a9d734979af6e541d5763076ac96e87ab8c05b6994b2d5a2b0fe2bd36be35a057f9e471c3a43f4d79cddd86ee25abe08595e2d0196b96a3 WHIRLPOOL 254fb75c93f8dddc6be27cd820c5a79eb6805560447dd5b8aff7740726a9bccc2ddbfd4d6bfa92ac76fd22b3e8b26bb406f4d9eee3236093e8b14d1d14ee8b84
|
||||
EBUILD loofah-2.0.3.ebuild 784 SHA256 96f74d7bd7b4d1b62eed5b284fa7c277160d93e96e3ca5435dceedb807cf0106 SHA512 63832bae7a56ece27a9d734979af6e541d5763076ac96e87ab8c05b6994b2d5a2b0fe2bd36be35a057f9e471c3a43f4d79cddd86ee25abe08595e2d0196b96a3 WHIRLPOOL 254fb75c93f8dddc6be27cd820c5a79eb6805560447dd5b8aff7740726a9bccc2ddbfd4d6bfa92ac76fd22b3e8b26bb406f4d9eee3236093e8b14d1d14ee8b84
|
||||
MISC ChangeLog 983 SHA256 d29abb4a69a504fb73a1059a55f5a85aa1f32dbc744725b9bdcaad1e1cdaceb1 SHA512 19a4f403e909cddefbfe769d0aa6db8caaacf28958c8a9331668ac4819d2ff55a7f01f1d17cd6a3b3d929502cc23e37e10359a6ab2662914bdd0c8a33d040b21 WHIRLPOOL e4743ebe7f8d84284a90098ddc99706738ac83f4ec1fef31ec450445eb7559e6991ba6aa58dd0571abd170a90d58b1bd3983f13b2f72adaf78e06406a922376d
|
||||
MISC metadata.xml 246 SHA256 e179b3eb998c00d79096439fcbee9b1b3af429a311db2672336daf888e1fe5b3 SHA512 28824136c077643ff5442bfd8d0abafea0e77d1cb6b6e90ef9b1bc488503e6089a6960a696d840c9808e224f13491abbd4c212c0d3a5ac57b1b39bb4aea3762c WHIRLPOOL 28f6f0e5e2aa5090360db45c7c25691a2b85319fd822115e073c818eab55dfefafdd500cda6f5d1615f8b74a05b4ed00b9b244888d06d95aab94b4e7fdf097e3
|
||||
|
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A general library for manipulating and transforming HTML/XML documents and fragments."
|
||||
HOMEPAGE="https://github.com/flavorjones/loofah"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
|
||||
|
||||
ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Avoid test failing on different whitespace.
|
||||
sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip "gentoo"' test/integration/test_ad_hoc.rb || die
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
AUX gnome-control-center-3.10.2-gentoo-paths.patch 4304 SHA256 63a8fd44d0585c141e3207b697266850215ee3e0254621c4aa15ae17469dd385 SHA512 5340686d2e0de699d495d30e6969f5c4fcc5ce735e43d659da326c9445821c6de142b8ab98c858cf7c33c6c2acbbc91aab8d145d32bc2a4a17caef99a09f8623 WHIRLPOOL ff8aac218544b8ea0caa2cd7210129ca5277275a8c7db3846e4ca8e8c5eed6d8ca1e0a9de415d52ab51bf624247bd248442cc18a79fb8ba0f0ec032cef81663d
|
||||
AUX gnome-control-center-3.14.0-optional.patch 19466 SHA256 154aff2082e4c9009e4bda1a54fa479430cfde08c91e446b64517cfe7a2b28d9 SHA512 e59082f637573a339aeb931423e55e971118c3b1ed05474d315c86843d0766f0339e33c4461e6b2e6e8bd167de6dc0705cf37aa44ea886fed3fa9d174678ff17 WHIRLPOOL 92603d135e486694c6a4b4af735e6498c14259c5b1e5add1b0a944f4809a2da2d8aa0edece113e683aa52e276ca9951c585c285d1033d9730a7eb8b87020d689
|
||||
AUX gnome-control-center-3.14.2-networkmanager-version.patch 2255 SHA256 fd54ec2c32eba9318d111c13ddb3d4f74985586af65182471917556599b58eb3 SHA512 88ec790e9d129f5b6006c2cb0b4b36a99b9609e408c6d8669f2a7421cbc24e249fa77bb82550f327aae13d4e5bba6ae57a70f5465a41e6c25452084a604edf7a WHIRLPOOL 65f8e63cc6adcca6269821e4326be66a7b035f12dc563704957b1472827ba1c61e19e5ffa055307758737122f2b4616d92ee55041f08f627700056e1711003c2
|
||||
AUX gnome-control-center-3.16.0-keep-panels-optional.patch 1000 SHA256 531a11c45db522d4860697d61c5ceda7768e8bf604d9c31616de13307dc4f046 SHA512 98cab117e23ebe50ce780620c664154e9a9c53243b8c346f3554cf217b86a52774ae8b69e04e66c78ec44974a188a7d24b41ace9bceb45b619e803a0e8155088 WHIRLPOOL b3f5968a756b0a7b8a3fffad98f576a2e59a8339896c9f3570567083406c38d87b1849ef4ca1bb59cfb2f81105a8d700d5f439db3449d2d6bd316857b1e68864
|
||||
AUX gnome-control-center-3.16.0-make-wayland-optional.patch 1338 SHA256 568b9f6d588ec940ba69801063085f7e9673b08e592b40938cbf1312991e084f SHA512 6bdf6d80652acfe3e07ca9e419818ba83256e3a4d6f9bbdd84afce5ca9498f41063788a518ac3377a73d220df4f2e6366b9dc66526c97643d1d1c6406e42dfe6 WHIRLPOOL 236844bf23cdd117e145eeb098c306ac0e5e2104d0bc4478bfd799dcfe6047d8bed2004110a888d86a8ba877c97cd132a734846e7bc03e4a38702aca617d3384
|
||||
AUX gnome-control-center-3.16.0-networkmanager.patch 4043 SHA256 684e6c01bc2d61e3e6e750f4e11658970fe6e935f7156f4fbaf011669bc91391 SHA512 9d4341d3199a423d76001884c3a1c43b12f4de8341b4d9706b32e5ecdd08159195240e26fed050f16601994feb86125e22309c19addf9a9c96599c326085a848 WHIRLPOOL 2ed3478bbeb3335cb62272ab29cb0af7b9dd4b4cbe9fd0238a7044b04887f028a97e96edd6a4cb23c62b6493c073539e8b6245f09b8fdb7c73de8e09a858d49e
|
||||
DIST gnome-control-center-3.14.2.tar.xz 6938572 SHA256 b15e188b3d45c86d71f4d8cb297829cf190be81f22ce76dc74c7b4232bd0652a SHA512 c5bcdcae87f32cf4b0f9d99709dfe7fcb48e5086945d1685ce94c3996022ff5bf4c82994bbec28e0cf91c9c85309638225536e1dcca06b96cdbaf1ff38f2ae6b WHIRLPOOL 3188ff540a8a01a6479c529f4fe629d2b695b185f762291691a6aefd0f815af382afca2ed8c4ff56e4e5161b3cabe751d507625e4638856034982d2e408000a5
|
||||
DIST gnome-control-center-3.14.5.tar.xz 6984452 SHA256 66ffaf4b1eb0a745a2928035bc1b1e1eac7ea3775941e3a06bfb68ae4c1404c4 SHA512 ef9fa7a8d95bf37bce4e67521db7c35145f9de7bc9e5a9428d1aa0b0031698e38706529b509534e68dbc4cc8c54ba3482cf439e386fe64f3374432efa637512d WHIRLPOOL 15a83613f80cc3e236fd602d5c84a9a844a236de6556b742ee25147ccecfe207914cb2e4c1ac4029065a6bf19bd81ff8257cbd26163ad7df757849c2e0865f38
|
||||
DIST gnome-control-center-3.16.2-pyongyang.tar.xz 22808 SHA256 bc240beacc4f1e425d470ba21bdf19cd2cd547f232fa7d2a72299f75a7fb94d5 SHA512 04649782c34e72aa7169a62f2572d500533904ccd22782b660ec318996daa84d7d6c613c858080f94024d38778291cb1d03bd19497ab8a5724885730519c7c79 WHIRLPOOL 3518b9208da2763b084e0d294f00f8e8876f5d6bf38d3fa04af6766865a6e9d8ca8906a4da4d87344d238e6ea4e29c941a9f3a42b4c3e05cb58192839d134d9e
|
||||
DIST gnome-control-center-3.16.2.tar.xz 7027220 SHA256 2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d SHA512 29c7b87ac2f713a46e20e596f69b343e9d98991c3449e79eb3f77e5d0b14f5250902caa2e481192d6da77f22a309bb7ab5fe4e4eb3c2a9e92d8b672c6b99bb09 WHIRLPOOL e1deb4f228058d5d49c9592a9d4f219190bd8909cccf803a45df767311f3d38bf79d56893f2628475a9d807ef68d57176c89972ec4b63aa81c6d0a35b9d25d60
|
||||
EBUILD gnome-control-center-3.14.2-r1.ebuild 4981 SHA256 05c4cda0dfef546a7d22f3eb63be8208a3195699ff22f1f4d0dcec26766f25d4 SHA512 02f97da5bf9c7f34d92b992d0a46b54ac4b15326428122f4de608e532a427680c7cd1fd5b0c5fb7b024b93807409e2897735e0772e8205c8d2325c3fda8976d2 WHIRLPOOL fc2cb8beed7a9e9b29cdca46db011b1c65570c131038564484c4c73a575100ea391e38dc23ff241c7883fdf4bb15266435620cc483acf7abc42179f2bd872f5c
|
||||
EBUILD gnome-control-center-3.14.5.ebuild 4095 SHA256 ee9fe4c24f88e8ff61f8ce826abe3a61e152dfacca21b11b180bc3600be2efe6 SHA512 da7223616d2cbc696316970f19d7b5b820a848ad868828c422c4433af453cfde3ee1eb3e5aabf301fe285f68c8d68eb60bae7aaee842d8e0246213494f5d1f9a WHIRLPOOL 555f34518d4fe5f676bb0404e010be20fb970a5f27ebfea94a454a7376da298a671556b60450de5fe9c8ee978f1d8ffa410ed3e145abc45faa5abc9337b4c3a1
|
||||
EBUILD gnome-control-center-3.16.2.ebuild 4584 SHA256 e91fd0ca96e0c807e5a2bcc23e39b411686bcd70c797e3899c4d74824cba2404 SHA512 1c8eb468543885a49ca355d3005d4369553f74f48ab3c9824f8773d9656fd661b4ec42e8e7b8df41ae7619edbeb743dc64bcb29ee070300b9b4f46957e525408 WHIRLPOOL 7fb02796fb91cbf8f6295a2b806c8a746c2d5d5d99dcb868eae096538bc2ccbbcbeb5dc21a87fb4f62581cec148f0e17038e9891d4c35adc01549103a26047d1
|
||||
EBUILD gnome-control-center-3.14.5-r1.ebuild 4393 SHA256 c6cba782eb0a89acef299172c9564fda54b0ad141fbe412a99de13c61d46eeac SHA512 244eee26a0bd085f2060c8ca235d060f57e3967f4b2639164e27220bab23728ce0f9fe1db30812579ea9b4cf724c44bbeb550ad19c83fc49fccc2b2a868b904a WHIRLPOOL 61200a52aaadb75aad322f5eb0bbb7a17ad089b170d6f08ae15c69e1056d12a884a18434db000d17b6e13adb7bf507b40e76d78af03574aeecfe8f43e0d1d47a
|
||||
EBUILD gnome-control-center-3.14.5.ebuild 4127 SHA256 7e71c0ca167fe89ae7df4f7c5d3f8f57dc1dcccf5e390a398810d10667becf64 SHA512 b9be18d8c9783e0a7e23311975c90f7020b7890f1878f09110cbb570828fda494466ff9f60d3d9170c3118667b7bd7c0e7dbfc39f4c79c51b2528456e5a793bd WHIRLPOOL 0b0243fcf6ed4b3307b10bd329aa8122deea81c9b9a6b297dc103a0a19fd77a09ee7f70ba20f55ff7331ce5039852d839a6bdbeab8ba69f377a49b0de8180f1f
|
||||
EBUILD gnome-control-center-3.16.2-r1.ebuild 4880 SHA256 06f33aaf514655f3f69d7547ca13c76c724b9d28bc548cd432770f398fffab99 SHA512 4ab28d6e2416540cfd998880677cd9ab7d82f5029550fab00361c3b146f01046bec0ff19b67ed145dd22e09ce21e6fe318e7df90315516987cfa5a439a7c5ce6 WHIRLPOOL 275192d13f86f2b9d20a5f6671b87945ebe2cefc59fc667adbcdaaf3c76c5d54c9f31d97f7993eeed7086a13b20bdb17c1f9d10e43b66421d674d45ed0d18350
|
||||
EBUILD gnome-control-center-3.16.2.ebuild 4616 SHA256 2af909627c012fcc807fddc4fd936c08ad53e20cc82b29f5fd826be13c4f2102 SHA512 3ec7a07fd3ee097eefdce0385623da995726bfa5c5c56ff0f864ef7e8878317fe6497ced122ba929afcbcd07bfe82a0c3b6879a7461b0df2e1548e1915dc4b29 WHIRLPOOL 72c467e424a660f1cf7d15ffd7dc79644d60ea292504e1cb6b33017ba5ec64595865828340c3b5e6b8abc180a8384831cd5b915cb0f88b42b3efa32839867c51
|
||||
MISC ChangeLog 73186 SHA256 244a99f3d136afed135c7a5d00c2b359988e38741304bbc12f77c5781117ac9b SHA512 4ec762a78b3eddc6be09ec0ba6ea70a5a90757e163d0f163a1386d1ae8cae803010d3b56fdcbacf2c0767eba53e20965ca691ae1d15073485e717b1a5b45220d WHIRLPOOL ba05cd7c3df70c7951c6cbb9cd546f7aa10a082498718690e8c0347c70df3d069ea0db6b6c162193069947754d18ac366778c6fb664a9e5aeb2de3014bd7b0ed
|
||||
MISC metadata.xml 498 SHA256 fb46c54dc3e3ce2c8297d67292cd0ecadbdadf8c22a50437f8a03fd5b6ec9dc2 SHA512 ae1ff3489b7d037af4d1a550538e0cadfa815f6afcaa76b73afb3fa7d87d888c1ae5b3642416e9eb0cf0c2ba4f70a5ed1f5a9ccbb1d63320fc444ac3c3aed2d3 WHIRLPOOL 94896b01f55c9a411cf85eda67cdebba03f2e32a723094f9f839e04c5096d09b63b4ac0895b7ddb70bc0ba3ef2ea4aeb6eba650e926fbaef155554a768fad970
|
||||
|
@ -1,63 +0,0 @@
|
||||
From fa8d6a13747ed3e586e139b79b63280bd951d10b Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Thu, 18 Dec 2014 08:04:00 +0100
|
||||
Subject: [PATCH] network: Also work with NM 1.0
|
||||
|
||||
Remove the NetworkManager version checking altogether. The code was made
|
||||
to check for now very old versions of NetworkManager, and anything newer
|
||||
than ancient should degrade gracefully if we support newer features.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=741661
|
||||
---
|
||||
panels/network/cc-network-panel.c | 19 +++----------------
|
||||
1 file changed, 3 insertions(+), 16 deletions(-)
|
||||
|
||||
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
|
||||
index 90b265e..28f6158 100644
|
||||
--- a/panels/network/cc-network-panel.c
|
||||
+++ b/panels/network/cc-network-panel.c
|
||||
@@ -1321,30 +1321,17 @@ static gboolean
|
||||
panel_check_network_manager_version (CcNetworkPanel *panel)
|
||||
{
|
||||
const gchar *version;
|
||||
- gchar **split = NULL;
|
||||
- guint major = 0;
|
||||
- guint micro = 0;
|
||||
- guint minor = 0;
|
||||
gboolean ret = TRUE;
|
||||
|
||||
/* parse running version */
|
||||
version = nm_client_get_version (panel->priv->client);
|
||||
- if (version != NULL) {
|
||||
- split = g_strsplit (version, ".", -1);
|
||||
- major = atoi (split[0]);
|
||||
- minor = atoi (split[1]);
|
||||
- micro = atoi (split[2]);
|
||||
- }
|
||||
-
|
||||
- /* is it too new or old */
|
||||
- if (major > 0 || minor > 9 || (minor <= 8 && micro < 992)) {
|
||||
+ if (version == NULL) {
|
||||
ret = FALSE;
|
||||
|
||||
/* do modal dialog in idle so we don't block startup */
|
||||
panel->priv->nm_warning_idle = g_idle_add ((GSourceFunc)display_version_warning_idle, panel);
|
||||
}
|
||||
|
||||
- g_strfreev (split);
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -1391,8 +1378,8 @@ on_toplevel_map (GtkWidget *widget,
|
||||
{
|
||||
gboolean ret;
|
||||
|
||||
- /* is the user compiling against a new version, but running an
|
||||
- * old daemon version? */
|
||||
+ /* is the user compiling against a new version, but not running
|
||||
+ * the daemon? */
|
||||
ret = panel_check_network_manager_version (panel);
|
||||
if (ret) {
|
||||
manager_running (panel->priv->client, NULL, panel);
|
||||
--
|
||||
2.1.0
|
@ -0,0 +1,164 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="yes"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit autotools bash-completion-r1 eutils gnome2
|
||||
|
||||
DESCRIPTION="GNOME's main interface to configure various aspects of the desktop"
|
||||
HOMEPAGE="https://git.gnome.org/browse/gnome-control-center/"
|
||||
|
||||
SRC_URI="${SRC_URI} http://dev.gentoo.org/~tetromino/distfiles/${PN}/${PN}-3.16.2-pyongyang.tar.xz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="2"
|
||||
IUSE="+bluetooth +colord +cups +gnome-online-accounts +i18n input_devices_wacom kerberos networkmanager v4l wayland"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
|
||||
|
||||
# False positives caused by nested configure scripts
|
||||
QA_CONFIGURE_OPTIONS=".*"
|
||||
|
||||
# gnome-session-2.91.6-r1 is needed so that 10-user-dirs-update is run at login
|
||||
# g-s-d[policykit] needed for bug #403527
|
||||
|
||||
# kerberos unfortunately means mit-krb5; build fails with heimdal
|
||||
|
||||
# udev could be made optional, only conditions gsd-device-panel
|
||||
# (mouse, keyboards, touchscreen, etc)
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.39.91:2[dbus]
|
||||
>=x11-libs/gdk-pixbuf-2.23.0:2
|
||||
>=x11-libs/gtk+-3.15:3[X,wayland?]
|
||||
>=gnome-base/gsettings-desktop-schemas-3.15.4
|
||||
>=gnome-base/gnome-desktop-3.11.3:3=
|
||||
>=gnome-base/gnome-settings-daemon-3.8.3[colord?,policykit]
|
||||
|
||||
>=dev-libs/libpwquality-1.2.2
|
||||
dev-libs/libxml2:2
|
||||
gnome-base/libgtop:2=
|
||||
media-libs/fontconfig
|
||||
|
||||
>=media-libs/libcanberra-0.13[gtk3]
|
||||
>=media-sound/pulseaudio-2[glib]
|
||||
>=sys-auth/polkit-0.97
|
||||
>=sys-power/upower-0.99:=
|
||||
>=x11-libs/libnotify-0.7.3:0=
|
||||
|
||||
virtual/libgudev
|
||||
virtual/opengl
|
||||
x11-apps/xmodmap
|
||||
x11-libs/cairo
|
||||
x11-libs/libX11
|
||||
x11-libs/libXxf86misc
|
||||
>=x11-libs/libXi-1.2
|
||||
|
||||
bluetooth? ( >=net-wireless/gnome-bluetooth-3.11.1:= )
|
||||
colord? (
|
||||
net-libs/libsoup:2.4
|
||||
>=x11-misc/colord-0.1.34:0=
|
||||
>=x11-libs/colord-gtk-0.1.24 )
|
||||
cups? (
|
||||
>=net-print/cups-1.4[dbus]
|
||||
|| ( >=net-fs/samba-3.6.14-r1[smbclient] >=net-fs/samba-4.0.0[client] ) )
|
||||
gnome-online-accounts? (
|
||||
>=media-libs/grilo-0.2.6:0.2
|
||||
>=net-libs/gnome-online-accounts-3.15.1 )
|
||||
i18n? ( >=app-i18n/ibus-1.5.2 )
|
||||
kerberos? ( app-crypt/mit-krb5 )
|
||||
networkmanager? (
|
||||
>=gnome-extra/nm-applet-0.9.7.995
|
||||
>=net-misc/networkmanager-0.9.8[modemmanager]
|
||||
>=net-misc/modemmanager-0.7.990 )
|
||||
v4l? (
|
||||
media-libs/gstreamer:1.0
|
||||
media-libs/clutter-gtk:1.0
|
||||
>=media-video/cheese-3.5.91 )
|
||||
input_devices_wacom? (
|
||||
>=dev-libs/libwacom-0.7
|
||||
>=media-libs/clutter-1.11.3:1.0
|
||||
media-libs/clutter-gtk:1.0
|
||||
>=x11-libs/libXi-1.2 )
|
||||
"
|
||||
# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x
|
||||
# libgnomekbd needed only for gkbd-keyboard-display tool
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
|| ( ( app-admin/openrc-settingsd sys-auth/consolekit ) >=sys-apps/systemd-31 )
|
||||
>=sys-apps/accountsservice-0.6.39
|
||||
x11-themes/gnome-icon-theme-symbolic
|
||||
colord? ( >=gnome-extra/gnome-color-manager-3 )
|
||||
cups? (
|
||||
app-admin/system-config-printer
|
||||
net-print/cups-pk-helper )
|
||||
input_devices_wacom? ( gnome-base/gnome-settings-daemon[input_devices_wacom] )
|
||||
i18n? ( >=gnome-base/libgnomekbd-3 )
|
||||
|
||||
!<gnome-base/gdm-2.91.94
|
||||
!<gnome-extra/gnome-color-manager-3.1.2
|
||||
!gnome-extra/gnome-media[pulseaudio]
|
||||
!<gnome-extra/gnome-media-2.32.0-r300
|
||||
!<net-wireless/gnome-bluetooth-3.3.2
|
||||
"
|
||||
# PDEPEND to avoid circular dependency
|
||||
PDEPEND=">=gnome-base/gnome-session-2.91.6-r1"
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
x11-proto/xproto
|
||||
x11-proto/xf86miscproto
|
||||
x11-proto/kbproto
|
||||
|
||||
dev-libs/libxml2:2
|
||||
dev-libs/libxslt
|
||||
>=dev-util/intltool-0.40.1
|
||||
>=sys-devel/gettext-0.17
|
||||
virtual/pkgconfig
|
||||
|
||||
gnome-base/gnome-common
|
||||
"
|
||||
# Needed for autoreconf
|
||||
# gnome-base/gnome-common
|
||||
|
||||
src_prepare() {
|
||||
# Make some panels and dependencies optional; requires eautoreconf
|
||||
# https://bugzilla.gnome.org/686840, 697478, 700145
|
||||
epatch "${FILESDIR}"/${PN}-3.14.0-optional.patch
|
||||
epatch "${FILESDIR}"/${PN}-3.16.0-make-wayland-optional.patch
|
||||
epatch "${FILESDIR}"/${PN}-3.16.0-keep-panels-optional.patch
|
||||
epatch "${FILESDIR}"/${PN}-3.16.0-networkmanager.patch
|
||||
|
||||
# Fix some absolute paths to be appropriate for Gentoo
|
||||
epatch "${FILESDIR}"/${PN}-3.10.2-gentoo-paths.patch
|
||||
|
||||
# North Korea causes build failure, https://bugzilla.gnome.org/show_bug.cgi?id=753643
|
||||
cp ../${PN}-3.16.2-pyongyang/*.png panels/datetime/data/ || die
|
||||
epatch ../${PN}-3.16.2-pyongyang/*.patch
|
||||
|
||||
epatch_user
|
||||
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-update-mimedb \
|
||||
--disable-static \
|
||||
--enable-documentation \
|
||||
$(use_enable bluetooth) \
|
||||
$(use_enable colord color) \
|
||||
$(use_enable cups) \
|
||||
$(use_enable gnome-online-accounts goa) \
|
||||
$(use_enable i18n ibus) \
|
||||
$(use_enable kerberos) \
|
||||
$(use_enable networkmanager) \
|
||||
$(use_with v4l cheese) \
|
||||
$(use_enable input_devices_wacom wacom) \
|
||||
$(use_enable wayland)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install completiondir="$(get_bashcompdir)"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
AUX avant-window-navigator-0.4.0-underlinking.patch 225 SHA256 c44bce982819ee8e560e9785ef0f090c1423c94d4428206f70b466519001c296 SHA512 5620597bed26f89986f230415ac453f21c23287bbc643db446f6d0f4ee0440cbbac22b2223f6cc65c91ebcae60cc91d4bff88424078a3ccbdbfb94e05601719f WHIRLPOOL 7de714f77024d5b0927a175722a17154b52c9d63f6763291788ef37e99645b0ba0563b9bd63caeab999dcf4c41e2d2814024188a3fd2f5c0e4e3002ade47fa6f
|
||||
AUX avant-window-navigator-0.4.2-Timeout.patch 312 SHA256 8a5743cf8af8ae0556d3a971687d5edc7e7e7c9bf18bbfd82e6f4b0f8a0c1822 SHA512 8b85c9a3be6b9353a96ee12ef972886b3613de80336a5757b39b8265d8158aea93ee05164213693e5262f98a9365e5a0aa67c5ad22d926d2270da6f94983d612 WHIRLPOOL d13a2ff817b8941f63d3611f4db7786792b2937212edfd3f1f55d64258d1a35bb4242fc3bb769cbda73450021305d83a7c03535d7db700c87ad65d88525187a1
|
||||
DIST avant-window-navigator-0.4.2.tar.gz 1452965 SHA256 f6876a39887e41c61c2c5ad132e592e61ea547250248b269a027cc39292a28e3 SHA512 fe7e2af6302242f1b3855dc3a0655c208b9cd60bd8c3a681a68476415335d75650651a3035dca0fda971932f8620faea3f290222b0b635c6cb6daa66915bcd37 WHIRLPOOL d15c600d32918c8b62f0a26edb0f3873fc90e85f42e15043ba0d3e44c65826589c64c7ecf9f76b832af248a0447f53b5078dd062e705b6b5c802e856deccac15
|
||||
EBUILD avant-window-navigator-0.4.2.ebuild 1745 SHA256 e2c1c801baae6118b3dbb73dafe34a36cde68aedff44f555977dd59c4e55e08e SHA512 1f1e5149a13fb020e0d48e78096408d628e835f70e01736d1579c869a2f4f9410af49019a3eea083edcd9d8d6b7982f47955dd206a8f312237493cbe7a479e3f WHIRLPOOL a64e1e8f916699e1aed3f1572cbfb5869a1a5123303567b4855719f41beca7869067826047d54e95b0064636a9152bd2b54ad285b85f0fa2e724262e4716e274
|
||||
EBUILD avant-window-navigator-0.4.2.ebuild 1763 SHA256 3a0a26fcbd15a15c0c3d324b4afa708048ae4b79820cce5c02672b993229740f SHA512 e7cd07bc63a1a38bb51b2fae3bfa4d0bf0383993e4ae863dc4e7870e7ca8e4e8ed18bef81e9d0e5107a23b533013ba0cb4cd6672704ae66ca98e574347665df6 WHIRLPOOL 6ff46c9c6f1c0730233c507736323e4d7949f56926408b46f8a9d2a96dac8a4c37cea5b0a7be6110b5ec76c8d45a1030d875415347662c52b52df970e83f106d
|
||||
MISC ChangeLog 8386 SHA256 56116a36a4a0d21ec70166756765bed64dd7809bd2490f267b6457042f99454f SHA512 f7533439e8a07a8f9a86ac157ac05e417204f4e49814db8ea67e20178f6a3ed86d90a543798a4dd2b40f499a14fa239333742c9f27eefabda5dabf49d398c05b WHIRLPOOL f2a120806e55a1d7b255579ee6c06ab12c331303e6795593df435d7d30b8af42ffcabc78bb6f9e44d071b0ade85f0076f84252b6d05eeb7f7482d0437d6651bf
|
||||
MISC metadata.xml 539 SHA256 9b6316ffd2b6d491b06e81fc9fa8f01b958f6e77db3d9394821b96412a4f9d5e SHA512 9173f1db1fa0c94dbcbc1f451b3ea4cea7a766e026908a52d12b735f8e4791c06a80ad568bb8a75bed3a266b765566ebd1fe2eecfb8a385a7cfa857507c6ccdd WHIRLPOOL 38eb8a7dfa0b7c36f370bf35cf239a6af71aa2de21355047726aa3d473b64b4ccafb061eaa3a0f2afd9cba7d170683460bc78d110cae9bb5030cde9268c010a0
|
||||
|
@ -1,8 +1,4 @@
|
||||
AUX 0.3.2-subject-fix.patch 712 SHA256 9151356a33a3c25afb85a997dde5a782717f120172777026b240fa84515a2080 SHA512 eee0874103db34a8d0cbf02a58053774824504ee779404c1816b2fac5e5e9266b70cdf7ead9dc60f35c1240cc842f2de2780d47819cf5ab6e81d09e853348aa7 WHIRLPOOL 5a7d4d504be6e80b88fc2835eaa55f8f4813230d466c15b079f6bce135fd0cf77cd20a1490f24934fb2eba78c3e9a6feb99508f9a6b0f47b0ff07acb11eb20ec
|
||||
AUX 0.3.5-0001-Use-Unicode-strings-when-dealing-with-.patch 2941 SHA256 0c46ec42227af1e91351952bb8c4723c5b7a7e1ebd6a8aa6d5b12726cd3375fd SHA512 2696a7f4384d81f0944991f8c6e7d145802e216dc4077e8d2a5713fc4ac1aba89c08f72599e0a8d355a02e7cd3ebbb1e3ff1a3a84cc66a9a12aaab0d7846608e WHIRLPOOL bd91301c13d5390a2c285536297bb3ebd927439f537699999b4e1c7e4678d853de52b1c55550ac9ae0ae35ec1db370a2e676784d1e8deb37907d7960541f7bf7
|
||||
DIST alot-0.3.5.tar.gz 1201061 SHA256 7f273b0657e7ee22fd65d6030a536c99ced39d6537c17eb186187923daa9125a SHA512 e781f63971dd1df46f221d0a11e14e4d0e1cb3a307ac317e950a53e28445130822c9d65c3bc99489d68500d4cc864c38c06f3f79e5fe98813d049a0dde22c22c WHIRLPOOL 1dc67524f0be9eb3088ce0710fa06205ac80dc63b3b194fc3bf0cb9a8c35139723372de27a21c466b8c3f3b01a6b4bb47fbdda109e3e13d915ef11fc72eebe37
|
||||
DIST alot-0.3.6.tar.gz 1492278 SHA256 b8e6092f18e503a528e934231c448db0e03d00e11d844192ba7eeb483838fee7 SHA512 30037ca1d2c169dda6c1660a24dadee12c6b5858d733ec7cd78e49d633850eecb763852c16565340596e32a6831ff8c36764d3f812de7f7947584defe05322b4 WHIRLPOOL cd4aab9dd84a441b92f5d4c62c783d58d8c4fafca614bf8bf462c1b3f0ffb4266e083380712b16f9469a0b418af1672625a21a6ae1f82f6623c6c22e005be6e9
|
||||
EBUILD alot-0.3.5.ebuild 1850 SHA256 57ba598678ae8e78f753e7d748d18bdfc4305d1bcbe3c5c3d02dd0138b7e480d SHA512 7997ecddd414eacd07fb31759fb48c7b32ddec6da265cb27403d8ad0cc789c27f530c93bdcd488a448f2610d3a63483c7771051cf92902dc1ab96ac488270a3e WHIRLPOOL d0bcb12ff630e75da6641fee6638204a97835d1e2bdcb0412514c7cf64437aa933214b863a8b7d6915e3d7745496892d0fb71314110cb44d04e0a8f9c4cfb56b
|
||||
EBUILD alot-0.3.6.ebuild 1764 SHA256 bed71224dad31b7079979320034d3e874074a9781c86c5e7d201db73fea6c562 SHA512 ccff29c9f2967adb4a5fe1cda63d41d92880c776a62a29bbbb16ffe0be58e8a8f4545886ec4acc150ecc77873306d35797edeb6b11d8ff980bc9504b2cd57c11 WHIRLPOOL 23d0ba2827663684956158745367b88cd9445a5b3aadcdecf6acd42c8307a99f628e1ae821f24989d34e74074f792be599eeff65ac0f4cfe43bfb410e660c080
|
||||
MISC ChangeLog 8600 SHA256 03b198141f56c2e2db8d961cb9ed468b38b1e5c31a426d97134f43bd434cbf7e SHA512 0667ef8cebdd95d23df9a00d747a678e6ad8848cdab361628ccb9787c2f70167e7270cee46f0a4fde454d8494dfab551f68145722bb01bb5c2fe9adc6999f849 WHIRLPOOL 1399558fbcf79954e927e543712a7d8f0ac663113ccb69ce7a915115f48462ee15eab3c804490e5dacdff1170c31402bcee312304c97949243d716f11b1cfd30
|
||||
MISC metadata.xml 581 SHA256 234e244f663aff8d0ab36e381258fdcafde7d8382aaf8c78f0fdc49bc2db5b23 SHA512 e03dbb85a664f94708872181cc807aed21c7ee4f8e4fc3b48b455fb86f13ddab7a709d4b4d0754ab14a4abaf6c9149fbfdade6d88fb72cfaab72ff0c57b3f2a1 WHIRLPOOL 11d2d4aaf1de09ba19f5aa8b2d3e3e7300ce9170d069f6d2cfd77412564db198ec5e83c5e744288299b51792bc9a63c27bf13ebc0f164dd42eb34a3a5bd14de6
|
||||
|
@ -1,87 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="Experimental terminal UI for net-mail/notmuch written in Python"
|
||||
HOMEPAGE="https://github.com/pazz/alot"
|
||||
SRC_URI="${HOMEPAGE}/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
"
|
||||
RDEPEND="
|
||||
>=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]
|
||||
dev-python/pygpgme[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-core-10.2.0
|
||||
>=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]
|
||||
net-mail/mailbase
|
||||
>=net-mail/notmuch-0.13[crypt,python]
|
||||
sys-apps/file[python]
|
||||
"
|
||||
|
||||
ALOT_UPDATE=""
|
||||
|
||||
pkg_setup() {
|
||||
if has_version "<${CATEGORY}/${PN}-0.3.2"; then
|
||||
ALOT_UPDATE="yes"
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PV}-0001-Use-Unicode-strings-when-dealing-with-.patch"
|
||||
|
||||
find "${S}" -name '*.py' -print0 | xargs -0 -- sed \
|
||||
-e '1i# -*- coding: utf-8 -*-' -i || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
|
||||
local md
|
||||
for md in *.md; do
|
||||
mv "${md}" "${md%.md}"
|
||||
done
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
distutils-r1_src_compile
|
||||
|
||||
if use doc; then
|
||||
pushd docs || die
|
||||
emake html
|
||||
popd || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
dodir /usr/share/alot
|
||||
insinto /usr/share/alot
|
||||
doins -r extra
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/build/html/*
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ ${ALOT_UPDATE} = yes ]]; then
|
||||
ewarn "The syntax of theme-files and custom tags-sections of the config"
|
||||
ewarn "has been changed. You have to revise your config. There are"
|
||||
ewarn "converter scripts in /usr/share/alot/extra to help you out with"
|
||||
ewarn "this:"
|
||||
ewarn ""
|
||||
ewarn " * tagsections_convert.py for your ~/.config/alot/config"
|
||||
ewarn " * theme_convert.py to update your custom theme files"
|
||||
fi
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
diff -Naur pazz-alot-34f4a7d/alot/defaults/default.theme pazz-alot-34f4a7d.new/alot/defaults/default.theme
|
||||
--- pazz-alot-34f4a7d/alot/defaults/default.theme 2012-07-22 23:01:59.000000000 +0200
|
||||
+++ pazz-alot-34f4a7d.new/alot/defaults/default.theme 2012-08-01 10:24:05.359838188 +0200
|
||||
@@ -62,7 +62,7 @@
|
||||
[[[subject]]]
|
||||
normal = 'default','','light gray','default','g66','default'
|
||||
focus = 'standout','','yellow','light gray','yellow','g58'
|
||||
- #width = 'weight', 1
|
||||
+ width = 'weight', 1
|
||||
[[[content]]]
|
||||
normal = 'default','','light gray','default','dark gray','default'
|
||||
focus = 'standout','','yellow','light gray','yellow','g58'
|
@ -1,78 +0,0 @@
|
||||
From 119e15cae5367d86e3754a337558eb98a420f46a Mon Sep 17 00:00:00 2001
|
||||
From: Simon Chopin <chopin.simon@gmail.com>
|
||||
Date: Wed, 24 Jul 2013 15:13:20 +0200
|
||||
Subject: [PATCH] Use Unicode strings when dealing with GPG
|
||||
|
||||
This delays the encoding of special chars, if any, to the actual display
|
||||
which is supposed to know into what it should be encoded.
|
||||
---
|
||||
alot/db/utils.py | 16 ++++++++--------
|
||||
1 file changed, 8 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/alot/db/utils.py b/alot/db/utils.py
|
||||
index ba6d466..7fb2deb 100644
|
||||
--- a/alot/db/utils.py
|
||||
+++ b/alot/db/utils.py
|
||||
@@ -51,9 +51,9 @@ def add_signature_headers(mail, sigs, error_msg):
|
||||
)
|
||||
mail.add_header(
|
||||
X_SIGNATURE_MESSAGE_HEADER,
|
||||
- 'Invalid: {0}'.format(error_msg)
|
||||
+ u'Invalid: {0}'.format(error_msg)
|
||||
if error_msg else
|
||||
- 'Valid: {0}'.format(sig_from),
|
||||
+ u'Valid: {0}'.format(sig_from),
|
||||
)
|
||||
|
||||
|
||||
@@ -104,19 +104,19 @@ def message_from_file(handle):
|
||||
|
||||
malformed = False
|
||||
if len(m.get_payload()) != 2:
|
||||
- malformed = 'expected exactly two messages, got {0}'.format(
|
||||
+ malformed = u'expected exactly two messages, got {0}'.format(
|
||||
len(m.get_payload()))
|
||||
|
||||
ct = m.get_payload(1).get_content_type()
|
||||
if ct != app_pgp_sig:
|
||||
- malformed = 'expected Content-Type: {0}, got: {1}'.format(
|
||||
+ malformed = u'expected Content-Type: {0}, got: {1}'.format(
|
||||
app_pgp_sig, ct)
|
||||
|
||||
# TODO: RFC 3156 says the alg has to be lower case, but I've
|
||||
# seen a message with 'PGP-'. maybe we should be more
|
||||
# permissive here, or maybe not, this is crypto stuff...
|
||||
if not p.get('micalg', 'nothing').startswith('pgp-'):
|
||||
- malformed = 'expected micalg=pgp-..., got: {0}'.format(
|
||||
+ malformed = u'expected micalg=pgp-..., got: {0}'.format(
|
||||
p.get('micalg', 'nothing'))
|
||||
|
||||
sigs = []
|
||||
@@ -144,13 +144,13 @@ def message_from_file(handle):
|
||||
|
||||
ct = m.get_payload(0).get_content_type()
|
||||
if ct != app_pgp_enc:
|
||||
- malformed = 'expected Content-Type: {0}, got: {1}'.format(
|
||||
+ malformed = u'expected Content-Type: {0}, got: {1}'.format(
|
||||
app_pgp_enc, ct)
|
||||
|
||||
want = 'application/octet-stream'
|
||||
ct = m.get_payload(1).get_content_type()
|
||||
if ct != want:
|
||||
- malformed = 'expected Content-Type: {0}, got: {1}'.format(want, ct)
|
||||
+ malformed = u'expected Content-Type: {0}, got: {1}'.format(want, ct)
|
||||
|
||||
if not malformed:
|
||||
try:
|
||||
@@ -199,7 +199,7 @@ def message_from_file(handle):
|
||||
add_signature_headers(m, sigs, '')
|
||||
|
||||
if malformed:
|
||||
- msg = 'Malformed OpenPGP message: {0}'.format(malformed)
|
||||
+ msg = u'Malformed OpenPGP message: {0}'.format(malformed)
|
||||
m.attach(email.message_from_string(msg))
|
||||
|
||||
return m
|
||||
--
|
||||
1.8.3.2
|
||||
|
@ -1,30 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>kde</herd>
|
||||
<maintainer>
|
||||
<email>dilfridge@gentoo.org</email>
|
||||
<name>Andreas K. Huettel</name>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>amynka@gentoo.org</email>
|
||||
<name>Amy Winston</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
<herd>kde</herd>
|
||||
<maintainer>
|
||||
<email>dilfridge@gentoo.org</email>
|
||||
<name>Andreas K. Huettel</name>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>amynka@gentoo.org</email>
|
||||
<name>Amy Winston</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision.
|
||||
Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition;
|
||||
Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); and Mobile Robotics.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="cuda">Enable NVIDIA Cuda computations support</flag>
|
||||
<flag name="eigen">Enable usage of <pkg>dev-cpp/eigen</pkg> for computations</flag>
|
||||
<flag name="ipp">Enable Intel Integrated Primitive support</flag>
|
||||
<flag name="opencl">Add support for OpenCL</flag>
|
||||
<flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag>
|
||||
<flag name="vtk">Build new 3D visualization module viz based on sci-libs/vtk</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">opencvlibrary</remote-id>
|
||||
<remote-id type="github">Itseez/opencv</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="contrib">Install user contributed scripts from opencv_contrib</flag>
|
||||
<flag name="cuda">Enable NVIDIA Cuda computations support</flag>
|
||||
<flag name="eigen">Enable usage of <pkg>dev-cpp/eigen</pkg> for computations</flag>
|
||||
<flag name="ipp">Enable Intel Integrated Primitive support</flag>
|
||||
<flag name="opencl">Add support for OpenCL</flag>
|
||||
<flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag>
|
||||
<flag name="vtk">Build new 3D visualization module viz based on sci-libs/vtk</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
@ -1,4 +1,6 @@
|
||||
DIST banshee-2.6.1.tar.xz 3323092 SHA256 53b8990cd439963edbfa776b3029bd73809e413bec302e3b6cf3914c6e74fb64 SHA512 7c934a11a41138a1e1369ccc7307155d7cba98924be1f45746e3bee923434f67a8b66ab9c7646739d7bc342b1e890c2783d99ef3de175a7a9923203e78c05c8a WHIRLPOOL 1c4e191c258d14851f63f942dd5cd39c062b6e2d98577998409f96290978e5d83f32e44efe780c59a85bf58717669ce6ebfe23a17635dbed2d60bd4373c98f21
|
||||
DIST banshee-2.6.2.tar.xz 3372372 SHA256 f77c089b05e3dc956236d13ff02945fe560f56e402df57621a9196de39ba60f8 SHA512 70c8a1839b8f24565a52c79af0c6e908116d2fabff067406567c51f234b6c2a062c389d521ca3d70419a7c176b59b3e6742d494b1a8e23978467b7f548efd23f WHIRLPOOL 7d6b7f1925919f0805c08ee39f2fc598ad4ea9eb938a69291a2b50b12c9824a16f0c2aa331445c23663e463b22917560098bc5bb02fac4aca1dc7f260a71b7fb
|
||||
EBUILD banshee-2.6.1.ebuild 3608 SHA256 72c40f4cefd187b565010929b0a300d25ac8d340d95a825792df3e53d64ac461 SHA512 878c1c4ef6e65dfa8ad4d65d0d4736bc504bd8fd3fbb137d2b3f2c3f60113c5aea37482763ea061c6d576a2fd9a9920bcef69883e2da20904072cd5764e614b7 WHIRLPOOL cabdfb02b751b1bd3bf0f4f3e9998884931ac8c999b5abb5a43def6fb55da1868336d25d8bcc35f294c0da12639a97836c400cbb73740f7990482c7c1914502c
|
||||
EBUILD banshee-2.6.2.ebuild 3636 SHA256 cb1102725676f3b9cbed115e9714d52e42d9c72a398a03001e02bf63f18f534a SHA512 c875eaa08b6bcf0ab66793e1bbbb74e67150a10893feb6b40ab2cf01f633030c8f119a52b774450c03c702b950e3e8c48e178eec8127c2bf5cda2e166fffd163 WHIRLPOOL 2de00a22e5743651c05a80b76d1fa4f55c44036e5076989f368707fed6a8e8ae1d19dc8f48e25b027cdbb13429da8f186facc524d727d93cb64722167767f73f
|
||||
MISC ChangeLog 31384 SHA256 89bfcaf2e443e99b1eb4c2d4585adb5890da566537cd8f521d2434140039f95d SHA512 b4102ef86df7032af49941634a71d121c6abdade0a8e786a977efe8042b28287c19a06144f5c208c9e01d27faaba5af3fe0a3e3bc2f81b43aba385a89051adf2 WHIRLPOOL 1dfdeb2509f8803f764834f2115d8895f39a94b10c26682d14376dae7264cc258c0bbbde722980fda7b9ce51d9ea30403247428d226d3748dafa6d29287b2764
|
||||
MISC metadata.xml 629 SHA256 0bcb3c41c9d6a91ba62eec4efbe5372ffbd8722dcfb618ad350be56336a56fed SHA512 0f5a4aaf52ea052469a9309bbf10bf5e6d9918750da2555ff06793725ae9cb95d6f7caa69991942195cdf8fd7e956b0e9abfbefdbb34ef2b486607f4a3ee4f92 WHIRLPOOL 6f107678e4275cb3ae88a824ba1e03a879c9eae09235acd25b17cf2a2246ede92b3781826d9f45edcfca4b91f4c35cb46ddade6720260b97d9781f663cd74df4
|
||||
MISC metadata.xml 639 SHA256 72eec9f3d292f084a28170bdb564d7252bc7558bd0cf3ba59c60e64070ba73bb SHA512 e59c4ad96dfd4c403edc1069d9e937819e1bd7eb5b2a42db980ebb9aa098a39bc646d555497a8b7db8b90f32313c85667e1f0db443cba287bc2e0db82c02429b WHIRLPOOL 0e53c1b78a7e36e042b7b7f5268b0d70baae488a5178c8a7291210a20c89b18a1f33731c2da7f7980c51efa15cec8b3b3404083fbef4c4a0a8fea82e6222eec9
|
||||
|
@ -0,0 +1,151 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils fdo-mime gnome2-utils mono-env versionator gnome.org
|
||||
|
||||
DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface"
|
||||
HOMEPAGE="http://banshee.fm/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/mono-2.4.3
|
||||
<dev-lang/mono-4
|
||||
gnome-base/gnome-settings-daemon
|
||||
sys-apps/dbus
|
||||
>=dev-dotnet/gtk-sharp-2.12:2
|
||||
>=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
|
||||
>=media-libs/gstreamer-0.10.21-r3:0.10
|
||||
>=media-libs/gst-plugins-base-0.10.25.2:0.10
|
||||
media-libs/gst-plugins-bad:0.10
|
||||
media-libs/gst-plugins-good:0.10
|
||||
media-libs/gst-plugins-ugly:0.10
|
||||
>=media-plugins/gst-plugins-meta-0.10-r2:0.10
|
||||
media-plugins/gst-plugins-gio:0.10
|
||||
>=dev-dotnet/gconf-sharp-2.24.0:2
|
||||
media-plugins/gst-plugins-gconf:0.10
|
||||
cdda? (
|
||||
|| (
|
||||
media-plugins/gst-plugins-cdparanoia:0.10
|
||||
media-plugins/gst-plugins-cdio:0.10
|
||||
)
|
||||
)
|
||||
media-libs/musicbrainz:3
|
||||
dev-dotnet/dbus-sharp
|
||||
dev-dotnet/dbus-sharp-glib
|
||||
>=dev-dotnet/mono-addins-0.6.2[gtk]
|
||||
>=dev-dotnet/taglib-sharp-2.0.3.7
|
||||
>=dev-db/sqlite-3.4:3
|
||||
karma? ( >=media-libs/libkarma-0.1.0-r1 )
|
||||
aac? ( media-plugins/gst-plugins-faad:0.10 )
|
||||
bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
|
||||
daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
|
||||
doc? (
|
||||
>=app-text/gnome-doc-utils-0.17.3
|
||||
)
|
||||
encode? (
|
||||
media-plugins/gst-plugins-lame:0.10
|
||||
media-plugins/gst-plugins-taglib:0.10
|
||||
)
|
||||
ipod? ( >=media-libs/libgpod-0.8.2[mono] )
|
||||
mtp? (
|
||||
>=media-libs/libmtp-0.3.0
|
||||
)
|
||||
web? (
|
||||
>=net-libs/webkit-gtk-1.2.2:2
|
||||
>=net-libs/libsoup-gnome-2.26:2.4
|
||||
)
|
||||
youtube? (
|
||||
>=dev-dotnet/google-gdata-sharp-1.4
|
||||
)
|
||||
udev? (
|
||||
app-misc/media-player-info
|
||||
dev-dotnet/gudev-sharp
|
||||
dev-dotnet/gkeyfile-sharp
|
||||
dev-dotnet/gtk-sharp-beans
|
||||
dev-dotnet/gio-sharp
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare () {
|
||||
DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
||||
|
||||
# Don't build BPM extension when not wanted
|
||||
if ! use bpm; then
|
||||
sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die
|
||||
fi
|
||||
|
||||
# Don't append -ggdb, bug #458632, upstream bug #698217
|
||||
sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die
|
||||
sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die
|
||||
|
||||
AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# soundmenu needs a properly maintained and updated indicate-sharp
|
||||
local myconf="
|
||||
--disable-dependency-tracking
|
||||
--disable-static
|
||||
--disable-maintainer-mode
|
||||
--enable-gnome
|
||||
--enable-schemas-install
|
||||
--with-gconf-schema-file-dir=/etc/gconf/schemas
|
||||
--with-vendor-build-id=Gentoo/${PN}/${PVR}
|
||||
--enable-gapless-playback
|
||||
--disable-boo
|
||||
--disable-gst-sharp
|
||||
--disable-torrent
|
||||
--disable-shave
|
||||
--disable-ubuntuone
|
||||
--disable-soundmenu
|
||||
--disable-upnp"
|
||||
|
||||
econf \
|
||||
$(use_enable doc docs) \
|
||||
$(use_enable doc user-help) \
|
||||
$(use_enable mtp) \
|
||||
$(use_enable daap) \
|
||||
$(use_enable ipod appledevice) \
|
||||
$(use_enable karma) \
|
||||
$(use_enable web webkit) \
|
||||
$(use_enable youtube) \
|
||||
$(use_enable udev gio) \
|
||||
$(use_enable udev gio_hardware) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake MCS=/usr/bin/gmcs
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prune_libtool_files --all
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fdo-mime_desktop_database_update
|
||||
fdo-mime_mime_database_update
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
fdo-mime_desktop_database_update
|
||||
fdo-mime_mime_database_update
|
||||
gnome2_icon_cache_update
|
||||
}
|
@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>dotnet</herd>
|
||||
<herd>gstreamer</herd>
|
||||
<use>
|
||||
<flag name="bpm">Build beats per minute detection extension</flag>
|
||||
<flag name="cdda">Build with audio CD support</flag>
|
||||
<flag name="daap">Build with Daap support</flag>
|
||||
<flag name="karma">Build with karma support</flag>
|
||||
<flag name="web">Enable support for plugins that access web-based services
|
||||
<herd>dotnet</herd>
|
||||
<herd>gstreamer</herd>
|
||||
<use>
|
||||
<flag name="bpm">Build beats per minute detection extension</flag>
|
||||
<flag name="cdda">Build with audio CD support</flag>
|
||||
<flag name="daap">Build with Daap support</flag>
|
||||
<flag name="karma">Build with karma support</flag>
|
||||
<flag name="web">Enable support for plugins that access web-based services
|
||||
such as Amazon and wikipedia (requires <pkg>net-libs/webkit-gtk</pkg>)</flag>
|
||||
<flag name="youtube">Enable the Youtube plugin</flag>
|
||||
</use>
|
||||
<flag name="youtube">Enable the Youtube plugin</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
@ -1,12 +1,8 @@
|
||||
AUX bino-1.4.2-lirc-detect.patch 1532 SHA256 bb3cc5f249123bf60e10e6145b4fbea01866ff511fdcf87f6c80c54fb4c04fc7 SHA512 f332b468b70cc5de1c9928609ae61710e988c72347e3bf0a935817948d9bd7d252b4727e87fb6f13b59198bf71edd756e7c7ce9fd8051503a3dbed74be1ce298 WHIRLPOOL 983496c107529c616cfc264d2792fd484b9f7fe478d735d52cd4b72117b34e343c1dc96190155f052abd40fd3230abff928e35682071155a2c551d819ae26dd9
|
||||
AUX bino.html 658 SHA256 4f7988d9bf6a49dfce58a60a9178355d6b1fc56eb77e8663aa79954ea71669d2 SHA512 c4861b4536ebc08fd9a68a9b8d420b323eb16ab057b74a83fd56c5c4e0c1f7c4fc7665a0933eabf58e5eca7c38206597e7b6ddb99722054804a64821950f23be WHIRLPOOL 5bb3f29c776f76233c51b899eb43d1565ed57202c3a1141fd00dfb34013ff48e054bdd23c7a8d43344cb9bfd7f245381ecad628f59268ddf1a602421320d9ee3
|
||||
DIST bino-1.3.0.tar.xz 737544 SHA256 aaae2d8eb41f43f61bdac2f40e012a6eaa2ac2a1f6b37fd153dc90021b46cea8 SHA512 c19569827b335f8c09833c1c2c94f40a4b3fa661014926940ba8ecbfe0168ede68e83a2e2c6480949162211fbe73855c65d89afdf6e3cb0ba3145b63f33c1960 WHIRLPOOL 9cec7c9ee4d4191f6be500d984dfd5a059f8e487d1b585d1e205c27e4ff532563c0a557eb900b90c01052efff4924c7a1a844b57ee5e441050d1afec6c1ab97d
|
||||
DIST bino-1.4.2.tar.xz 794272 SHA256 6cd88eb16ffee30a3cbb9b5d313feb61b91068387ae846ff96d9e99dcb5c88b6 SHA512 5be3416fcd89410cc4892614f8322425de8896763f84102ed728dbc141deea7d74156c23b04df7633d05543e1da3dabc09eb57917cfa0913df8900d421d61100 WHIRLPOOL f9f575c9bcd1abc46d6f15bd8f11c589bc2de9ebbdc58e6602c17e0ae4048755a0f23c5c0c339b7730d20f175e0166cb24f497aeeb5290055a53d0289c80e8d4
|
||||
DIST bino-1.4.4.tar.xz 808536 SHA256 c3d9d9fdacdca2df628d0b70ac69f29a4abc0f17882621e377430d25d3d5be8f SHA512 6bd8351889b920cff1c23b7287a1055705ac038bfadd1678d111980a586de25b7388f2316c721dfb68da64397842bb53201fa2af14f53b83ed23e0b16ce62249 WHIRLPOOL bcd0b78aea3caeb8bb97ff3ec010e365f1ea4347a145d7ab2696d5c5e3497013b9dc5f67aeffd990e1dd50de5e759a858be703cbd9d140b84d23cd4bca487784
|
||||
DIST bino-1.6.1.tar.xz 814212 SHA256 f6e4b07a8e9ff6c929da6200d4ddd1482c46d4aa8516b18ff1c3c193edecc937 SHA512 5c0951f17cf9db37a4bd759aacbd4f3ef1a865499c893ca9c4c3a3775193560234aff9a5b12bc6fc012b987d3bd73264c5a5dcead562a6719f6a1019650e19af WHIRLPOOL 15b0219480d56f00fbaefe4b0935e7783929a3955d6a5632dc49b6681992e720857f09cf9c5d3ea8dd38bb7dbd56a492cbeda6af55c42f27172cb5a28c1bc176
|
||||
EBUILD bino-1.3.0.ebuild 985 SHA256 bee7b473b1e9b97d6bd83872e5dc9f02777d1d4162e0a2008b97e67f973d6c9c SHA512 8be5a9a161ba09b691ba10615bef38ea95b6e844356f16bd82536b5f71a0f8e9bd2e3347645025a04ad166e9f95e73aee5ebb463d592f12056e4d78c000afa1f WHIRLPOOL 907abb9e5ea08c0fb37bdb07b974ca61b83abd7c51e11783833fec110b7fa56f2aa901f920211b39ffbbaed7dd8b8fa45d29408090cc25ec5dafc0a8ec547d39
|
||||
EBUILD bino-1.4.2-r1.ebuild 1630 SHA256 4286365505a75cf2a67405f5882338ad1c9f3c2fc6f606d489053f7fedf45f26 SHA512 3f79db5254ca0363141f84c9b293b1d15ec9357d4a024a185cea3a66579b67d1e091e07f3c60c334f4b30fa793208c9fb0e272b475a187cf5b1566ed63d63ebb WHIRLPOOL 732a408126ca72e507a466976b834ab60f81543fb512b52d8622fec42a43ea7ee418e8e0c1f496b2a512e897c5cc9d88533956f1ad517572039cfeb4a4e1d685
|
||||
EBUILD bino-1.4.4.ebuild 1665 SHA256 5ff4d1fb072c884ef70148f2c5adae9310f43671b0c6630220e5f8e73e3615a6 SHA512 94125947e2427dc9ec4e73746499809946e2242ff9e7461be5ab98287b1e5260523aaef025ea4da6d06023ccdb22217eb04914b796283ece11d80e171cd89af3 WHIRLPOOL 02b14c8dd790f556757bb19f628310180a6e2c644bb7fc36a3684549a3e36cf80eb6d4b53a830b76cdfa108e404faf2a19114e93578cc4d33258df042f722076
|
||||
EBUILD bino-1.6.1.ebuild 1726 SHA256 099c5d81f1435d43d4089f5dd153ad371b1f3ef1ede2e1c582ed05ab3b941a17 SHA512 fa2ef692aaff31f9a1cd4dc620c4425f4af81a3e0286afe9e6341d06aa5389cf4ad08a396d8dccf5ba0c2115b32d0711f21499626849d4724ee45c578794a71c WHIRLPOOL 3ff984c7e342928d4c93cd082b586e3cd5b372193ede0abb188fbdc8d986da9fc4e463193498e31671adbc809dcfce90f4c5c4bbcaecd1208886520b400a1cfe
|
||||
EBUILD bino-1.6.1-r1.ebuild 1805 SHA256 c195aa4ffd157eb57ab2d2e5898b97f6ced7e3a9f835eb3086f8ced90fcc6f40 SHA512 8496aba374062eca83eb225349f412e9ca5fa2145930361a794f9a6eeb6136a6104fcf791540599b63db33c674101be6b59a66bb373a4f8b59d7399a605b3214 WHIRLPOOL c3c644ee290a0a4376b9eba0ec94775f20370058e6c6c2bf498b3cffaa400c6c655e7bb1556b7120b9eed6d96e5c286bd1737ff70fb6d0c0ab53dea005f4aafa
|
||||
MISC ChangeLog 1524 SHA256 fe2f67d068461a3a0a991b086b9dd337f53db05176b8f773dad886fb267571f5 SHA512 d2ac9eaeaf3144be3bf8b1507a9fdcd801c8a6ff0e584fd86e84f249d74ddc63261858b74e414781f69bef21df094ad85750f4553d1c17b8c925f659140c66e4 WHIRLPOOL 4ff9f6ba21568f8019de13c17d83f6cec60174c6602cc038d5d6fcedb649aca507d66a3dfa64b08b944b80ed09989bfad55d4860c694e806093f9f16bbbea7ca
|
||||
MISC metadata.xml 459 SHA256 ee8d82e7755606013fde679b792ab80cf7ab1ec31ce93725a01a81c9e77f93fc SHA512 3784974d9174274c07045a9b1cedd9e47408a8e87dc7c36faa2785e16e437e1ba3a8c6e6691950fd1ce657806079b366a4a360d08d21390019eac798559d8f45 WHIRLPOOL 195d7894190a8f6d96c6b513de916b6b0acc230978278bb8bfa2ae29d3c235760c9775f33c334db0a19a27b652ed43f50e3b5ea2f2431102fa68b57ac32dc8f9
|
||||
|
@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
AUTOTOOLS_AUTORECONF="1"
|
||||
|
||||
inherit autotools-utils flag-o-matic
|
||||
|
||||
DESCRIPTION="Stereoscopic and multi-display media player"
|
||||
HOMEPAGE="http://bino3d.org/"
|
||||
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc lirc"
|
||||
|
||||
IUSE_VIDEO_CARDS="
|
||||
video_cards_nvidia"
|
||||
IUSE+="${IUSE_VIDEO_CARDS}"
|
||||
|
||||
LANGS="en bg de fr ru"
|
||||
for X in ${LANGS} ; do
|
||||
IUSE+=" linguas_${X}"
|
||||
done
|
||||
|
||||
RDEPEND=">=media-libs/glew-1.6.0
|
||||
>=media-libs/openal-1.15.1
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtopengl:4
|
||||
>=media-libs/libass-0.9.9
|
||||
>=virtual/ffmpeg-0.6.90
|
||||
lirc? ( app-misc/lirc )
|
||||
video_cards_nvidia? ( media-video/nvidia-settings )
|
||||
virtual/libintl"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README README.Linux )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-lirc-detect.patch" # detect lirc
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_with video_cards_nvidia xnvctrl)
|
||||
$(use_with lirc liblircclient)
|
||||
--without-equalizer
|
||||
--htmldir=/usr/share/doc/${PF}/html
|
||||
)
|
||||
use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" && append-ldflags "-I/usr/$(get_libdir)"
|
||||
use lirc && append-cppflags "-I/usr/include/lirc" && append-libs "lirc_client"
|
||||
|
||||
# Fix a compilation error because of a multiple definitions in glew
|
||||
append-ldflags "-zmuldefs"
|
||||
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
|
||||
use doc || ( rm -rf "${D}"/usr/share/doc/${PF}/html && dohtml "${FILESDIR}/${PN}.html" )
|
||||
}
|
@ -1,70 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
AUTOTOOLS_AUTORECONF="1"
|
||||
|
||||
inherit autotools-utils flag-o-matic
|
||||
|
||||
DESCRIPTION="Stereoscopic and multi-display media player"
|
||||
HOMEPAGE="http://bino3d.org/"
|
||||
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc lirc"
|
||||
|
||||
IUSE_VIDEO_CARDS="
|
||||
video_cards_nvidia"
|
||||
IUSE+="${IUSE_VIDEO_CARDS}"
|
||||
|
||||
LANGS="en bg de fr ru zh_CN"
|
||||
for X in ${LANGS} ; do
|
||||
IUSE+=" linguas_${X}"
|
||||
done
|
||||
|
||||
RDEPEND=">=media-libs/glew-1.6.0
|
||||
>=media-libs/openal-1.15.1
|
||||
dev-qt/qtgui:4
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtopengl:4
|
||||
>=media-libs/libass-0.9.9
|
||||
>=virtual/ffmpeg-0.6.90
|
||||
lirc? ( app-misc/lirc )
|
||||
video_cards_nvidia? ( media-video/nvidia-settings )
|
||||
virtual/libintl"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README README.Linux )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.4.2-lirc-detect.patch" # detect lirc
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_with video_cards_nvidia xnvctrl)
|
||||
$(use_with lirc liblircclient)
|
||||
--without-equalizer
|
||||
--htmldir=/usr/share/doc/${PF}/html
|
||||
)
|
||||
use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" && append-ldflags "-I/usr/$(get_libdir)" && append-libs "Xext"
|
||||
use lirc && append-cppflags "-I/usr/include/lirc" && append-libs "lirc_client"
|
||||
|
||||
# Fix a compilation error because of a multiple definitions in glew
|
||||
append-ldflags "-zmuldefs"
|
||||
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
|
||||
use doc || ( rm -rf "${D}"/usr/share/doc/${PF}/html && dohtml "${FILESDIR}/${PN}.html" )
|
||||
}
|
@ -1 +1 @@
|
||||
Mon, 17 Aug 2015 18:41:10 +0000
|
||||
Tue, 18 Aug 2015 12:41:09 +0000
|
||||
|
@ -1 +1 @@
|
||||
Mon, 17 Aug 2015 18:41:10 +0000
|
||||
Tue, 18 Aug 2015 12:41:09 +0000
|
||||
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
|
||||
DESCRIPTION=A usable configuration management system
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.nico.schottelius.org/software/cdist/
|
||||
IUSE=doc python_targets_python3_3 python_targets_python3_4
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_3 python_targets_python3_4 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/c/cdist/cdist-3.1.13.tar.gz
|
||||
_eclasses_=distutils-r1 1375d7df3597739c70e997d7508c6f79 eutils 351a78113be5b393c09a2c948701ad36 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 fca51bba23ab2e206194470b2e56c92c python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361
|
||||
_md5_=3729942650dded021be72aa57bd7eee3
|
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=config install postinst postrm preinst prepare prerm
|
||||
DEPEND=virtual/perl-MIME-Base64 virtual/perl-Socket virtual/perl-Sys-Syslog virtual/perl-Time-HiRes virtual/perl-Time-Local dev-perl/Authen-Libwrap dev-perl/IO-Tty dev-perl/MD5 dev-perl/Net-SSLeay dev-perl/Authen-PAM dev-perl/Sys-Hostname-Long >=net-dns/dnssec-tools-1.13 !minimal? ( mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) ldap? ( dev-perl/perl-ldap ) dev-perl/XML-Generator dev-perl/XML-Parser ) ssl? ( dev-libs/openssl ) virtual/pkgconfig
|
||||
DESCRIPTION=A web-based Unix systems administration interface
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.webmin.com/
|
||||
IUSE=minimal +ssl mysql postgres ldap ssl
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD GPL-2
|
||||
RDEPEND=virtual/perl-MIME-Base64 virtual/perl-Socket virtual/perl-Sys-Syslog virtual/perl-Time-HiRes virtual/perl-Time-Local dev-perl/Authen-Libwrap dev-perl/IO-Tty dev-perl/MD5 dev-perl/Net-SSLeay dev-perl/Authen-PAM dev-perl/Sys-Hostname-Long >=net-dns/dnssec-tools-1.13 !minimal? ( mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) ldap? ( dev-perl/perl-ldap ) dev-perl/XML-Generator dev-perl/XML-Parser )
|
||||
SLOT=0
|
||||
SRC_URI=minimal? ( mirror://sourceforge/webadmin/webmin-1.760-minimal.tar.gz ) !minimal? ( mirror://sourceforge/webadmin/webmin-1.760.tar.gz )
|
||||
_eclasses_=eutils 351a78113be5b393c09a2c948701ad36 flag-o-matic 02090c5a622458303e6bf68837ac6b96 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 pam 05f80e6013406d68612a7493314e3777 ssl-cert e90a74de57c48ea6c058b1cb3a735907 systemd 6b4f0cefa642270eded7e6ca816fd181 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361
|
||||
_md5_=54e4cf946d36ade9e7318067efc33084
|
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=configure install postinst prepare setup
|
||||
DEPEND=dev-libs/openssl:0 dev-libs/uthash sys-libs/libcap net-libs/librsync sys-libs/ncurses sys-libs/zlib acl? ( sys-apps/acl ) afs? ( net-fs/openafs ) nls? ( sys-devel/gettext ) tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
||||
DESCRIPTION=Network backup and restore client and server for Unix and Windows
|
||||
EAPI=5
|
||||
HOMEPAGE=http://burp.grke.org/
|
||||
IUSE=acl afs ipv6 nls tcpd xattr
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3
|
||||
RDEPEND=dev-libs/openssl:0 dev-libs/uthash sys-libs/libcap net-libs/librsync sys-libs/ncurses sys-libs/zlib acl? ( sys-apps/acl ) afs? ( net-fs/openafs ) nls? ( sys-devel/gettext ) tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr ) virtual/logger
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/burp/burp-1.4.40.tar.bz2 http://burp.grke.org/downloads/burp-1.4.40/burp-1.4.40.tar.bz2
|
||||
_eclasses_=autotools 8056957fdccf2b3cd6e282a4b4551d1a eutils 351a78113be5b393c09a2c948701ad36 libtool 7f78cd7d403808a350c9ae23f5821fb4 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361 user 906f3c8eb3a2350a4f1191a89baa3e46
|
||||
_md5_=6efe64afe33b537230062ecb03c733c3
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=install postinst prepare unpack
|
||||
DEPEND=dev-util/patchelf
|
||||
DESCRIPTION=An easy, secure and consolidated free online backup, storage, access and sharing system
|
||||
EAPI=5
|
||||
HOMEPAGE=https://spideroak.com
|
||||
IUSE=dbus X
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=spideroak
|
||||
RDEPEND=app-crypt/mit-krb5[keyutils] dbus? ( sys-apps/dbus ) X? ( media-libs/fontconfig media-libs/freetype:2 dev-libs/glib:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXrender x11-libs/libXt )
|
||||
RESTRICT=mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=x86? ( https://spideroak.com/getbuild?platform=ubuntu&arch=i386&version=6.0 -> spideroak-bin-6.0_x86.deb ) amd64? ( https://spideroak.com/getbuild?platform=ubuntu&arch=x86_64&version=6.0 -> spideroak-bin-6.0_amd64.deb )
|
||||
_eclasses_=eutils 351a78113be5b393c09a2c948701ad36 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361 unpacker 1ca344bd9b922a7f8084a3fa02933b79
|
||||
_md5_=201078c52cc3d2f4cf20129e2db83268
|
@ -1,16 +1,16 @@
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack
|
||||
DEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glew? ( media-libs/glew ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd app-text/libwpg app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
DEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng:0 sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd:* app-text/libwpg:* app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( media-libs/glew virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql:* dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff:0 ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
DESCRIPTION=KDE Office Suite
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.calligra.org/
|
||||
IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +glew +glib +gsf gsl import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql +okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc xbase +xml calligra_features_words calligra_features_stage calligra_features_sheets calligra_features_author calligra_features_karbon calligra_features_krita calligra_features_kexi calligra_features_flow calligra_features_plan calligra_features_braindump opengl +handbook aqua
|
||||
IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +glib +gsf gsl import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql +okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc xbase +xml calligra_features_words calligra_features_stage calligra_features_sheets calligra_features_author calligra_features_karbon calligra_features_krita calligra_features_kexi calligra_features_flow calligra_features_plan calligra_features_braindump opengl +handbook aqua
|
||||
KEYWORDS=~amd64 ~arm ~x86
|
||||
LICENSE=GPL-2
|
||||
PDEPEND=>=app-office/calligra-l10n-2.8
|
||||
RDEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glew? ( media-libs/glew ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd app-text/libwpg app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) kde-apps/oxygen-icons handbook? ( >=kde-base/kdelibs-4.13.1:4[aqua=,handbook] ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
RDEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng:0 sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd:* app-text/libwpg:* app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( media-libs/glew virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql:* dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff:0 ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) kde-apps/oxygen-icons handbook? ( >=kde-base/kdelibs-4.13.1:4[aqua=,handbook] ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
REQUIRED_USE=calligra_features_author? ( calligra_features_words ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim ) calligra_features_sheets? ( eigen ) vc? ( calligra_features_krita ) test? ( calligra_features_karbon )
|
||||
RESTRICT=test
|
||||
SLOT=4
|
||||
SRC_URI=mirror://kde/stable/calligra-2.8.7/calligra-2.8.7.tar.xz
|
||||
_eclasses_=check-reqs b27570870865543b1c55261abb19533a cmake-utils f474224ef49d530640a43a04ae94928e eutils 351a78113be5b393c09a2c948701ad36 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 02090c5a622458303e6bf68837ac6b96 gnome2-utils ba8b66b446cac0566ae76d6e5bf2f914 kde4-base 5bb8bdb626ac7021207224542cb0da33 kde4-functions 85c4c7eb8f5887f5c72b26a0e2abcebe multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 7d550983f9b6adb3e7091f4090ddae2f
|
||||
_md5_=e1cb1e83cecf7601a5362b742b6d62d8
|
||||
_md5_=46e63a3d258620792e8232a495c30718
|
||||
|
@ -1,14 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack
|
||||
DEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glew? ( media-libs/glew ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd app-text/libwpg app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) >=sys-apps/sed-4 >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
DEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng:0 sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd:* app-text/libwpg:* app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( media-libs/glew virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql:* dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff:0 ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) >=sys-apps/sed-4 >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
DESCRIPTION=KDE Office Suite
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.calligra.org/
|
||||
IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +glew +glib +gsf gsl import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql +okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc xbase +xml calligra_features_words calligra_features_stage calligra_features_sheets calligra_features_author calligra_features_karbon calligra_features_krita calligra_features_kexi calligra_features_flow calligra_features_plan calligra_features_braindump opengl +handbook aqua
|
||||
IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +glib +gsf gsl import-filter +jpeg jpeg2k +kdcraw kde +kdepim +lcms marble mysql +okular openexr +pdf postgres spacenav sybase test tiff +threads +truetype vc xbase +xml calligra_features_words calligra_features_stage calligra_features_sheets calligra_features_author calligra_features_karbon calligra_features_krita calligra_features_kexi calligra_features_flow calligra_features_plan calligra_features_braindump opengl +handbook aqua
|
||||
LICENSE=GPL-2
|
||||
PDEPEND=>=app-office/calligra-l10n-2.4
|
||||
RDEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glew? ( media-libs/glew ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd app-text/libwpg app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) kde-apps/oxygen-icons handbook? ( >=kde-base/kdelibs-4.13.1:4[aqua=,handbook] ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
RDEPEND=!app-office/karbon !app-office/kexi !app-office/koffice-data !app-office/koffice-l10n !app-office/koffice-libs !app-office/koffice-meta !app-office/kplato !app-office/kpresenter !app-office/krita !app-office/kspread !app-office/kword >=kde-apps/knewstuff-4.13.1:4[aqua=] dev-lang/perl dev-libs/boost dev-qt/qtcore:4[exceptions] media-libs/libpng:0 sys-libs/zlib >=dev-qt/qtgui-4.8.1-r1:4 virtual/libiconv attica? ( dev-libs/libattica ) crypt? ( app-crypt/qca:2[qt4(+)] ) eigen? ( dev-cpp/eigen:2 ) exif? ( media-gfx/exiv2:= ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) freetds? ( dev-db/freetds ) glib? ( dev-libs/glib:2 ) gsf? ( gnome-extra/libgsf ) gsl? ( sci-libs/gsl ) import-filter? ( app-text/libetonyek app-text/libodfgen app-text/libwpd:* app-text/libwpg:* app-text/libwps media-libs/libvisio ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) kdcraw? ( >=kde-apps/libkdcraw-4.13.1:4[aqua=] ) kde? ( >=kde-base/kactivities-4.13.1:4[aqua=] ) kdepim? ( >=kde-base/kdepimlibs-4.13.1:4[aqua=] ) lcms? ( media-libs/lcms:2 x11-libs/libX11 ) marble? ( >=kde-apps/marble-4.13.1:4[aqua=] ) mysql? ( virtual/mysql ) okular? ( >=kde-apps/okular-4.13.1:4[aqua=] ) opengl? ( media-libs/glew virtual/glu ) openexr? ( media-libs/openexr ) pdf? ( app-text/poppler:= media-gfx/pstoedit ) postgres? ( dev-db/postgresql:* dev-libs/libpqxx ) spacenav? ( dev-libs/libspnav ) sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff:0 ) truetype? ( media-libs/freetype:2 ) vc? ( dev-libs/vc ) xbase? ( dev-db/xbase ) calligra_features_kexi? ( >=dev-db/sqlite-3.7.9:3[extensions(+)] dev-libs/icu:= ) calligra_features_krita? ( dev-qt/qtdeclarative:4 x11-libs/libX11 x11-libs/libXi ) calligra_features_words? ( dev-libs/libxslt ) kde-apps/oxygen-icons handbook? ( >=kde-base/kdelibs-4.13.1:4[aqua=,handbook] ) opengl? ( >=dev-qt/qtopengl-4.8.5:4 ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.13.1:4[aqua=]
|
||||
REQUIRED_USE=calligra_features_author? ( calligra_features_words ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim ) calligra_features_sheets? ( eigen ) vc? ( calligra_features_krita ) test? ( calligra_features_karbon )
|
||||
RESTRICT=test
|
||||
SLOT=4
|
||||
_eclasses_=check-reqs b27570870865543b1c55261abb19533a cmake-utils f474224ef49d530640a43a04ae94928e eutils 351a78113be5b393c09a2c948701ad36 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 02090c5a622458303e6bf68837ac6b96 git-r3 1502b9838d043db47700b8120083e637 gnome2-utils ba8b66b446cac0566ae76d6e5bf2f914 kde4-base 5bb8bdb626ac7021207224542cb0da33 kde4-functions 85c4c7eb8f5887f5c72b26a0e2abcebe multilib df4e4d5cfd3d137d0c248e1991c0e4d6 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 7d550983f9b6adb3e7091f4090ddae2f
|
||||
_md5_=e1cb1e83cecf7601a5362b742b6d62d8
|
||||
_md5_=46e63a3d258620792e8232a495c30718
|
||||
|
@ -1,13 +1,13 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) sys-apps/portage[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-vcs/git
|
||||
DEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-vcs/git
|
||||
DESCRIPTION=framework for ebuild generators
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/jauhien/g-sorcery
|
||||
IUSE=bson python_targets_python2_7 python_targets_python3_3 python_targets_python3_4
|
||||
IUSE=bson git python_targets_python2_7 python_targets_python3_3 python_targets_python3_4
|
||||
LICENSE=GPL-2
|
||||
PDEPEND=>=app-portage/layman-2.2.0[g-sorcery(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)]
|
||||
RDEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) sys-apps/portage[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
|
||||
RDEPEND=bson? ( dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] ) git? ( dev-vcs/git ) sys-apps/portage[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 )
|
||||
SLOT=0
|
||||
_eclasses_=distutils-r1 1375d7df3597739c70e997d7508c6f79 eutils 351a78113be5b393c09a2c948701ad36 git-2 1bb87192831f668cd20d93ffb1689c94 multibuild ce2c2ede0c914b77f5dfc4e2ff2d0249 multilib df4e4d5cfd3d137d0c248e1991c0e4d6 multiprocessing d769539d9bace6eaca30af23bc2b4dde python-r1 fca51bba23ab2e206194470b2e56c92c python-utils-r1 39c6b012a0512678e698e712b5b7ecc2 toolchain-funcs 4b8d3388c0a6e798504e20ba30b49361
|
||||
_md5_=d759073d59b001e63459e1d452f1a78c
|
||||
_md5_=4e9c9c27e7f478e68ec2e3c43c4d58a7
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue