Sync with portage [Sat Oct 1 17:22:01 MSK 2016].

mhiretskiy 559
root 8 years ago
parent 6fcb9e860e
commit 42ad5bef0c

@ -1,74 +0,0 @@
# Copyright 1999-2014 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-ant-2
MY_PV=${PV/_alpha/.a}
MY_PV=${MY_PV/_rc/.rc}
DESCRIPTION="389 Server Management Console (jar and help files)"
HOMEPAGE="http://port389.org/"
SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="1.1"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jss:3.4
dev-java/ldapsdk:4.1
>=dev-java/idm-console-framework-1.1.7"
RDEPEND="|| ( >=virtual/jre-1.5 >=virtual/jdk-1.5 )
${COMMON_DEP}"
DEPEND="sys-apps/sed
>=virtual/jdk-1.5
${COMMON_DEP}"
PDEPEND="net-nds/389-admin"
src_prepare() {
# Gentoo java rules say no jars with version number
# so sed away the version indicator '-'
sed -e "s!-\*!\*!g" -i build.xml
java-pkg_jar-from ldapsdk-4.1 ldapjdk.jar
java-pkg_jar-from jss-3.4 xpclass.jar jss4.jar
java-pkg_jar-from idm-console-framework-1.1
}
src_compile() {
eant -Dbuilt.dir="${S}"/build \
-Dldapjdk.location="${S}" \
-Djss.location="${S}" \
-Dconsole.location="${S}" ${antflags}
use doc && eant -Dbuilt.dir="${S}"/build \
-Dldapjdk.location="${S}" \
-Djss.location="${S}" \
-Dconsole.location="${S}" ${antflags} javadoc
}
src_install() {
java-pkg_jarinto /usr/share/dirsrv/html/java
# have to install versioned jars, otherwise 389-console will crash
java-pkg_newjar "${S}"/build/package/389-admin-${MY_PV}.jar 389-admin-${MY_PV}.jar
java-pkg_newjar "${S}"/build/package/389-admin-${MY_PV}_en.jar 389-admin-${MY_PV}_en.jar
dosym 389-admin-${MY_PV}.jar /usr/share/dirsrv/html/java/389-admin.jar
dosym 389-admin-${MY_PV}.jar /usr/share/dirsrv/html/java/389-admin-${SLOT}.jar
dosym 389-admin-${MY_PV}_en.jar /usr/share/dirsrv/html/java/389-admin_en.jar
dosym 389-admin-${MY_PV}_en.jar /usr/share/dirsrv/html/java/389-admin-${SLOT}_en.jar
insinto /usr/share/dirsrv/manual/en/admin
doins "${S}"/help/en/*.html
doins "${S}"/help/en/tokens.map
insinto /usr/share/dirsrv/manual/en/admin/help
doins "${S}"/help/en/help/*.html
use doc && java-pkg_dojavadoc build/doc
use source && java-pkg_dosrc src/com
}

@ -1 +0,0 @@
DIST 389-admin-console-1.1.8.tar.bz2 126004 SHA256 6f2e05299876c11380c6b98540772d45a0e2128f3ec9fcd15f9cd7cc80ce4e4d SHA512 85ac61f8032450e1a86f973b244c136784016bfe6782fff2b992881fd427190223cd4655caf6a592bda7bc8b13e6dde04a5644abbc833c0472c287127a397ae5 WHIRLPOOL f286f37744a12400f27732d17e0d1deb7b09f1801b9f110db8835ef1ff0e1d39bb7f1b897c708938ba6668a9adcfc17a46972d1a7eac57dd4d088a9d65dab519

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

@ -1,74 +0,0 @@
# Copyright 1999-2014 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-ant-2 eutils versionator
MY_PV=${PV/_alpha/.a}
MY_PV=${MY_PV/_rc/.rc}
MY_MV="$(get_version_component_range 1-2)"
DESCRIPTION="Java based remote management console used for Managing 389-admin 389-ds"
HOMEPAGE="http://port389.org/"
SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="1.2"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jss:3.4
dev-java/ldapsdk:4.1
>=dev-java/idm-console-framework-1.1
net-nds/389-ds-base"
RDEPEND="|| ( >=virtual/jre-1.6 >=virtual/jdk-1.6 )
${COMMON_DEP}"
DEPEND="sys-apps/sed
>=virtual/jdk-1.6
${COMMON_DEP}"
src_prepare() {
# Gentoo java rules say no jars with version number
# so sed away the version indicator '-'
sed -e "s!-\*!\*!g" -i build.xml || die "sed failed"
java-pkg_jar-from ldapsdk-4.1 ldapjdk.jar
java-pkg_jar-from jss-3.4 xpclass.jar jss4.jar
java-pkg_jar-from idm-console-framework-1.1
}
src_compile() {
eant -Dbuilt.dir="${S}"/build \
-Dldapjdk.location="${S}" \
-Djss.location="${S}" \
-Dconsole.location="${S}" ${antflags}
use doc && eant -Dbuilt.dir="${S}"/build \
-Dldapjdk.location="${S}" \
-Djss.location="${S}" \
-Dconsole.location="${S}" ${antflags} javadoc
}
src_install() {
java-pkg_jarinto /usr/share/dirsrv/html/java
java-pkg_newjar "${S}"/build/package/389-ds-${MY_PV}.jar 389-ds-${MY_PV}.jar
java-pkg_newjar "${S}"/build/package/389-ds-${MY_PV}_en.jar 389-ds-${MY_PV}_en.jar
dosym 389-ds-${MY_PV}.jar /usr/share/dirsrv/html/java/389-ds.jar
dosym 389-ds-${MY_PV}_en.jar /usr/share/dirsrv/html/java/389-ds_en.jar
dosym 389-ds-${MY_PV}.jar /usr/share/dirsrv/html/java/389-ds-${MY_MV}.jar
dosym 389-ds-${MY_PV}_en.jar /usr/share/dirsrv/html/java/389-ds-${MY_MV}_en.jar
insinto /usr/share/dirsrv/manual/en/slapd
doins "${S}"/help/en/*.html
doins "${S}"/help/en/tokens.map
insinto /usr/share/dirsrv/manual/en/slapd/help
doins "${S}"/help/en/help/*.html
use doc && java-pkg_dojavadoc build/doc
use source && java-pkg_dosrc src/com
}

@ -1 +0,0 @@
DIST 389-ds-console-1.2.6.tar.bz2 791388 SHA256 142a8e1e22bb4c617d2bcdb3d2257e92f2b34d2cd839ed1325f59fc52b70f410 SHA512 ae62afec7860365156f991a420c701e7057190793f577823e5f8b0e1e3d9c9fb240f8d2f30d9a9160baa86aa968e242ef6a9d9faf6608e1218da8f071a620e02 WHIRLPOOL def2e14fb8c7771711efde18cb53f6d6c36de077221c27e219cf97797a5d5c6fb126bf9485a2133676be2f239c065970fb8731c9ddccf3088bcc18ab485169f5

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

@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="acl +cron selinux"
CDEPEND="

@ -1 +0,0 @@
DIST logstash-forwarder-0.4.0.tar.gz 35189 SHA256 d930cd33747b2826c7358238a25e690324751d1b098e7c00de1357944766b3c3 SHA512 1f89b065d1b26a6f5b18da6215bdaed5a312af12fa721835f5e1a77248dd67f398f5af08b5d93c0c4c5ef9623eb1ddb58449b52039c0db0241d5ca61872102ef WHIRLPOOL 7715c723f8b8712b5cccc1e678017b2d733f243ea936d312ab31938fba73934a66d552656516bc72b65a3541945401f99463d8346fdf6a00372e9b3a0ed67655

@ -1,3 +0,0 @@
LOGSTASH_FORWARDER_ARGS="-quiet -syslog=true"
#LOGSTASH_FORWARDER_USER=""
#LOGSTASH_FORWARDER_GROUP=""

@ -1,37 +0,0 @@
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
LOGSTASH_FORWARDER_USER="${LOGSTASH_FORWARDER_USER:-logstash}"
LOGSTASH_FORWARDER_GROUP="${LOGSTASH_FORWARDER_GROUP:-logstash}"
start() {
local config_file=/etc/logstash-forwarder/logstash-forwarder.conf
local statedir=/var/lib/logstash-forwarder
if ! [ -d ${statedir} ]; then
eend 1 "logstash state directory is missing: ${statedir}"
return 1
fi
ebegin "Starting logstash-forwarder"
start-stop-daemon --start --exec /usr/bin/logstash-forwarder \
--make-pidfile --pidfile /run/logstash-forwarder.pid \
--background --wait 100 --chdir "${statedir}" \
--user ${LOGSTASH_FORWARDER_USER} \
--group ${LOGSTASH_FORWARDER_GROUP} \
-- -config="${config_file}" ${LOGSTASH_FORWARDER_ARGS}
eend $?
}
stop() {
ebegin "Stopping logstash-forwarder"
start-stop-daemon --stop --exec /usr/bin/logstash-forwarder \
--pidfile /run/logstash-forwarder.pid \
--user ${LOGSTASH_FORWARDER_USER} \
--group ${LOGSTASH_FORWARDER_GROUP}
local rc=$?
eend ${rc}
}

@ -1,50 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit user
DESCRIPTION="Collects logs locally in preparation for processing elsewhere"
HOMEPAGE="https://github.com/elastic/logstash-forwarder"
SRC_URI="https://github.com/elastic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/go:="
RDEPEND=""
pkg_setup() {
enewgroup logstash
enewuser logstash -1 -1 -1 logstash
}
src_install() {
dobin "${PN}"
dodir "/etc/${PN}"
dodoc "${PN}".conf.example CHANGELOG README.md
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
local statedir="/var/lib/${PN}"
keepdir "$statedir"
fowners logstash:logstash "$statedir"
fperms 0750 "$statedir"
}
pkg_postinst() {
if ! [[ -e /etc/${PN}/${PN}.conf ]]; then
elog "Before starting logstash-forwarder create config file at"
elog
elog " /etc/${PN}/${PN}.conf"
elog
elog "See example in /usr/share/doc/${PN}-${PVR} directory. You can"
elog "remove -quiet from logstash-forward arguments in"
elog "/etc/conf.d/${PN} until you get working configuration."
elog "Search syslog for errors."
fi
}

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>aidecoe@gentoo.org</email>
<name>Amadeusz Żołnowski</name>
</maintainer>
<longdescription lang="en">
logstash-forwarder is a lightweight replacement for logstash when you
only need to collect logs locally in preparation for processing
elsewhere. It is written in Go and uses not much memory. For
transmission lumberjack protocol is used. It is is secure, low
latency, low resource usage, and reliable.
</longdescription>
<upstream>
<remote-id type="github">elastic/logstash-forwarder</remote-id>
</upstream>
</pkgmetadata>

@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="debug isag nls lm_sensors selinux static"
CDEPEND="

@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.xz -> ${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ppc ppc64 ~x86"
KEYWORDS="alpha amd64 hppa ppc ppc64 ~x86"
IUSE="+bzip2"
RDEPEND="

@ -1 +0,0 @@
DIST threadzip-1.2.tar.gz 17600 SHA256 217575871a0e8b9ea51574eca29eb2cbf3b08fb27d72c2659557f3cab813fa77 SHA512 01685cec04aaf0ab07fb754e8966da89f975fd3558d596716d12ec56e70b44bf5cd874bef5e32eef963843239eeed846859ff9f4562022e198702e9a16f1c855 WHIRLPOOL 6dc631a632248e420f27e774438b824144a5a7ccb1e8d16ed074e0e97c823e4759913d76bc78ac4badf183b729d6565c36e3cb46751bcb1ec5fd6157c58122dd

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

@ -1,29 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="threaded compressor logic for zlib/lzma"
HOMEPAGE="https://code.google.com/p/threadzip/"
SRC_URI="https://threadzip.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="lzma"
DEPEND=""
RDEPEND="lzma? ( dev-python/pylzma[${PYTHON_USEDEP}] )"
src_install() {
local x
for x in un '' ; do
newbin python/thread${x}zip.py thread${x}zip
done
python_fix_shebang "${ED}"/usr/bin
}

@ -1,3 +0,0 @@
DIST ltp-20150119.tar.gz 4695541 SHA256 6cba3476e5bef74d21979c45d0629632bfaeaafc4dbbebccd187ba7b6b9dca52 SHA512 5e5624738da08a3f5f5b08d821a73666d6ef9957b62ff72bd12aba0d021c304dae5652956a6af60aa593256cadd98f061759d5a65045ff5b1864956ea5ad5186 WHIRLPOOL 0417bf1c41347aca68b9e9fb3b203c209f36112ecdf7f020d32060ac637949b1cf40e437f976352ebca1d4566394abe2149b14ad946e1fa2f37cf68397c3e610
DIST ltp-20150420.tar.gz 4673384 SHA256 65a6ed64d55edc77f0ff690e269dc3ef32290d4499ccbb8f24b2cf59dd974408 SHA512 a5d259cf2a984eae1a0e6b7be538f06eb6021e0f961bb7683aaafc1bad347e73690fa5d6ae39beb6c92c9ea69e4160841d0e46ac49ccfa77053f1c7a0a854099 WHIRLPOOL 7d0b26c8a1f99cea1a609545671d6160278cf81c4654fff7dba84688e37b6f6349e3a2b90cb44ef7abf5c7cfad2187543431df23dd5833917f8b446db8425aec
DIST ltp-20150903.tar.gz 4680969 SHA256 e670ae9f1e42bc8b500edd3c3a5cf09c6447c56d7738a22235c87a13739bcace SHA512 9d52e1f82e2052ec4ed8dde9e246fd1b9dc1b665110e7a20f11de741d41f024e85443571846efe3181592e7bf3b63ed88e9ae9878c5c6f4f759171b245948ef2 WHIRLPOOL 0665affbb226ccf26028818220c41d965c20e2bf257347f01ac6e90f6f8d6f579c4fb1a0d3154d3773b4189787c7e0d99cc6b06f873cff2b6c44a0c1de777d0c

@ -1,79 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit autotools eutils readme.gentoo
DESCRIPTION="A testsuite for the linux kernel"
HOMEPAGE="http://linux-test-project.github.io/"
SRC_URI="https://github.com/linux-test-project/ltp/archive/20150119.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="expect perl pm open-posix python rt"
DEPEND="expect? ( dev-tcltk/expect )
perl? ( dev-lang/perl )
python? ( dev-lang/python )"
RESTRICT="test"
pkg_setup() {
# Don't create groups
export CREATE=0
DOC_CONTENTS="LTP requires root access to run the tests.
The LTP root directory is located in /opt/${PN}.
For more information please read the ltp-howto located in
/usr/share/doc/${PF}"
}
src_prepare() {
# regenerate
AT_M4DIR="m4" eautoreconf
}
src_configure() {
# FIXME: improve me
local myconf=
use open-posix && myconf+="--with-open-posix-testsuite "
use pm && mytconf+="--with-power-management-testsuite "
use rt && myconf+="--with-realtime-testsuite "
use perl && myconf+="--with-perl "
use python && myconf+="--with-python "
use expect && myconf+="--with-expect "
# Prevent any kernel stuff for now as it leads to sandbox violations
myconf+="--without-modules --with-linux-dir=/dev/null"
# Better put it into /opt/${PN} as everything needs to
# be under the same directory..
econf --prefix=/opt/${PN} ${myconf}
}
src_compile() {
# Posix testsuite does not seem to build with -j>1
# Is this maintained anymore?
if use open-posix; then
export MAKEOPTS="-j1"
fi
emake
}
src_install() {
default
dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
# install docs
dodoc doc/MaintNotes
for txt in doc/*.txt; do
dodoc ${txt}
done
dodoc -r doc/testcases
dohtml -r doc/automation-*.html
doman doc/man1/*.1
doman doc/man3/*.3
readme.gentoo_create_doc
}

@ -1,80 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit autotools eutils readme.gentoo
DESCRIPTION="A testsuite for the linux kernel"
HOMEPAGE="http://linux-test-project.github.io/"
SRC_URI="https://github.com/linux-test-project/ltp/archive/20150420.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="expect perl pm open-posix python rt"
DEPEND="expect? ( dev-tcltk/expect )
perl? ( dev-lang/perl )
python? ( dev-lang/python )"
RESTRICT="test"
pkg_setup() {
# Don't create groups
export CREATE=0
DOC_CONTENTS="LTP requires root access to run the tests.
The LTP root directory is located in /opt/${PN}.
For more information please read the ltp-howto located in
/usr/share/doc/${PF}"
}
src_prepare() {
# regenerate
AT_M4DIR="m4" eautoreconf
}
src_configure() {
# FIXME: improve me
local myconf=
use open-posix && myconf+="--with-open-posix-testsuite "
use pm && mytconf+="--with-power-management-testsuite "
use rt && myconf+="--with-realtime-testsuite "
use perl && myconf+="--with-perl "
use python && myconf+="--with-python "
use expect && myconf+="--with-expect "
# Prevent any kernel stuff for now as it leads to sandbox violations
myconf+="--without-modules --with-linux-dir=/dev/null"
# Better put it into /opt/${PN} as everything needs to
# be under the same directory..
# Avoid depending on external libtirpc (#552386)
ac_cv_lib_tirpc_rpcb_set=no \
econf --prefix=/opt/${PN} ${myconf}
}
src_compile() {
# Posix testsuite does not seem to build with -j>1
# Is this maintained anymore?
if use open-posix; then
export MAKEOPTS="-j1"
fi
emake
}
src_install() {
default
dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
# install docs
dodoc doc/MaintNotes
for txt in doc/*.txt; do
dodoc ${txt}
done
dodoc -r doc/testcases
dohtml -r doc/automation-*.html
doman doc/man1/*.1
doman doc/man3/*.3
readme.gentoo_create_doc
}

@ -1,80 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit autotools eutils readme.gentoo
DESCRIPTION="A testsuite for the linux kernel"
HOMEPAGE="http://linux-test-project.github.io/"
SRC_URI="https://github.com/linux-test-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="expect perl pm open-posix python rt"
DEPEND="expect? ( dev-tcltk/expect )
perl? ( dev-lang/perl )
python? ( dev-lang/python )"
RESTRICT="test"
pkg_setup() {
# Don't create groups
export CREATE=0
DOC_CONTENTS="LTP requires root access to run the tests.
The LTP root directory is located in /opt/${PN}.
For more information please read the ltp-howto located in
/usr/share/doc/${PF}"
}
src_prepare() {
# regenerate
AT_M4DIR="m4" eautoreconf
}
src_configure() {
# FIXME: improve me
local myconf=
use open-posix && myconf+="--with-open-posix-testsuite "
use pm && mytconf+="--with-power-management-testsuite "
use rt && myconf+="--with-realtime-testsuite "
use perl && myconf+="--with-perl "
use python && myconf+="--with-python "
use expect && myconf+="--with-expect "
# Prevent any kernel stuff for now as it leads to sandbox violations
myconf+="--without-modules --with-linux-dir=/dev/null"
# Better put it into /opt/${PN} as everything needs to
# be under the same directory..
# Avoid depending on external libtirpc (#552386)
ac_cv_lib_tirpc_rpcb_set=no \
econf --prefix=/opt/${PN} ${myconf}
}
src_compile() {
# Posix testsuite does not seem to build with -j>1
# Is this maintained anymore?
if use open-posix; then
export MAKEOPTS="-j1"
fi
emake
}
src_install() {
default
dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
# install docs
dodoc doc/MaintNotes
for txt in doc/*.txt; do
dodoc ${txt}
done
dodoc -r doc/testcases
dohtml -r doc/automation-*.html
doman doc/man1/*.1
doman doc/man3/*.3
readme.gentoo_create_doc
}

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
<use>
<flag name="open-posix">Build and install the POSIX testsuite</flag>
<flag name="pm">Build and install the power management testsuite</flag>
<flag name="expect">Build against the expect library for interactive testing</flag>
<flag name="rt">Build and install the realtime testsuite</flag>
</use>
<longdescription>
The Linux Test Project is a joint project started by SGI and maintained by
IBM, that has a goal to deliver test suites to the open source community
that validate the reliability, robustness, and stability of Linux. The LTP
testsuite contains a collection of tools for testing the Linux kernel and
related features.
</longdescription>
<upstream>
<remote-id type="sourceforge">ltp</remote-id>
<remote-id type="github">linux-test-project/ltp</remote-id>
</upstream>
</pkgmetadata>

@ -1,3 +0,0 @@
DIST phoronix-test-suite-4.8.4.tar.gz 523952 SHA256 113e6c725672c1f379885575e7cd51a3d0a387dc1c842606840e27fcd4695e43 SHA512 e7c201467a52fbbb9b0a87a47bd1eb772e24e43bedc2baf02845a9e9f355d6c22f46901be390d501a0e721ccfa05d28da4b8362817518ba5c801d6f4422c3b6f WHIRLPOOL 0760916473d8544652c0fc9c53f57a41015aacb99b42f53186d8b5008cbe5b2b396b024ce51ba3a3e31c35b319bac63db17db2b29295a8414c031c16d73813f6
DIST phoronix-test-suite-4.8.5.tar.gz 524136 SHA256 ca7bcbb5c72bee24075200449ee33fc75490ba528f804505d62fc3826d15456e SHA512 e37acdb48ba9ca532a6f409aea1c05b11b4320b967aac4576491ba5d401262d149f376506fef50ccee5506b77686aeed7a404102527472250cb7b5c1a247246a WHIRLPOOL be340514f3fdebafda449d60f069efcd44fa97d567b90616dc7332810d2802ed13433c94438937cab37f36744ddd383a918ceac92874f2702f28715c56ba3f9c
DIST phoronix-test-suite-6.2.1.tar.gz 836633 SHA256 2b83d1c552d13b6e3fc6dde288b661698122003250b1eefe823d99dcabbb91f1 SHA512 d4e3d29645be76804c4ce96f8072d43653607fb34fd003771e614f4b5213c7bf8d9d629261ff2c696e685196d08e05a935d5a496d139a6e9efa37df9c5550fd6 WHIRLPOOL 808963909db7ff227515b05b404c4c1dec106f38c5cd47139b5e059a82d05d82ff47e277f7f6af0eda63c3fc3f3e83ff86d7fa58a5abc4561ef615646f3dcf86

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

@ -1,109 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit bash-completion-r1 eutils
DESCRIPTION="The comprehensive, cross-platform testing and benchmark suite"
HOMEPAGE="http://www.phoronix-test-suite.com"
SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
# php 5.3 doesn't have pcre and reflection useflags anymore
RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]"
S="${WORKDIR}/${PN}"
src_prepare() {
sed \
-e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
-i phoronix-test-suite || die
}
src_configure() {
:
}
src_compile() {
:
}
src_install() {
doman documentation/man-pages/phoronix-test-suite.1
dodoc AUTHORS CHANGE-LOG
dohtml -r documentation/
doicon \
pts-core/static/images/phoronix-test-suite.png \
pts-core/static/images/openbenchmarking.png
domenu pts-core/static/phoronix-test-suite.desktop
rm -f pts-core/static/phoronix-test-suite.desktop || die
insinto /usr/share/${PN}
doins -r pts-core
dobin phoronix-test-suite
fperms a+x \
/usr/share/${PN}/pts-core/static/scripts/root-access.sh \
/usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
dobashcompletion pts-core/static/bash_completion ${PN}
# Need to fix the cli-php config for downloading to work. Very naughty!
local slots
local slot
if [[ "x${PHP_TARGETS}" == "x" ]] ; then
ewarn
ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn
else
for slot in ${PHP_TARGETS}; do
slots+=" ${slot/-/.}"
done
fi
for slot in ${slots}; do
local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
if [[ -f ${PHP_INI_FILE} ]] ; then
dodir $(dirname ${PHP_INI_FILE})
cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
else
if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
ewarn
ewarn "${slot} hasn't a php.ini file."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
ewarn
else
elog
elog "${slot} hasn't a php.ini file."
elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
elog "for downloading to work properly if you switch to ${slot}"
elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
elog
fi
fi
done
ewarn
ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
ewarn "your tests because"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
ewarn "moves to"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
ewarn "pts-install.xml file."
ewarn
}

@ -1,109 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit eutils bash-completion-r1
DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
HOMEPAGE="http://www.phoronix-test-suite.com"
SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
# php 5.3 doesn't have pcre and reflection useflags anymore
RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]"
S="${WORKDIR}/${PN}"
src_prepare() {
sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
phoronix-test-suite
}
src_configure() {
:
}
src_compile() {
:
}
src_install() {
dodir /usr/share/${PN}
insinto /usr/share/${PN}
doman documentation/man-pages/phoronix-test-suite.1
dodoc AUTHORS CHANGE-LOG
dohtml -r documentation/
doicon pts-core/static/images/phoronix-test-suite.png
doicon pts-core/static/images/openbenchmarking.png
domenu pts-core/static/phoronix-test-suite.desktop
rm -f pts-core/static/phoronix-test-suite.desktop
doins -r pts-core
exeinto /usr/bin
doexe phoronix-test-suite
fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
dobashcompletion pts-core/static/bash_completion ${PN}
# Need to fix the cli-php config for downloading to work. Very naughty!
local slots
local slot
if [[ "x${PHP_TARGETS}" == "x" ]] ; then
ewarn
ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn
else
for slot in ${PHP_TARGETS}; do
slots+=" ${slot/-/.}"
done
fi
for slot in ${slots}; do
local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
if [[ -f ${PHP_INI_FILE} ]] ; then
dodir $(dirname ${PHP_INI_FILE})
cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
else
if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
ewarn
ewarn "${slot} hasn't a php.ini file."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
ewarn
else
elog
elog "${slot} hasn't a php.ini file."
elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
elog "for downloading to work properly if you switch to ${slot}"
elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
elog
fi
fi
done
ewarn
ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
ewarn "your tests because"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
ewarn "moves to"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
ewarn "pts-install.xml file."
ewarn
}

@ -1,109 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit eutils bash-completion-r1
DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
HOMEPAGE="http://www.phoronix-test-suite.com"
SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
# php 5.3 doesn't have pcre and reflection useflags anymore
RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]"
S="${WORKDIR}/${PN}"
src_prepare() {
sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
phoronix-test-suite
}
src_configure() {
:
}
src_compile() {
:
}
src_install() {
dodir /usr/share/${PN}
insinto /usr/share/${PN}
doman documentation/man-pages/phoronix-test-suite.1
dodoc AUTHORS ChangeLog README.md
dohtml -r documentation/
doicon pts-core/static/images/phoronix-test-suite.png
doicon pts-core/static/images/openbenchmarking.png
domenu pts-core/static/phoronix-test-suite.desktop
rm -f pts-core/static/phoronix-test-suite.desktop
doins -r pts-core
exeinto /usr/bin
doexe phoronix-test-suite
fperms a+x /usr/share/${PN}/pts-core/static/root-access.sh
fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
newbashcomp pts-core/static/bash_completion ${PN}
# Need to fix the cli-php config for downloading to work. Very naughty!
local slots
local slot
if [[ "x${PHP_TARGETS}" == "x" ]] ; then
ewarn
ewarn "PHP_TARGETS seems empty, php.ini file can't be configured."
ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn
else
for slot in ${PHP_TARGETS}; do
slots+=" ${slot/-/.}"
done
fi
for slot in ${slots}; do
local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
if [[ -f ${PHP_INI_FILE} ]] ; then
dodir $(dirname ${PHP_INI_FILE})
cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
else
if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
ewarn
ewarn "${slot} hasn't a php.ini file."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
ewarn
else
elog
elog "${slot} hasn't a php.ini file."
elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
elog "for downloading to work properly if you switch to ${slot}"
elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
elog
fi
fi
done
ewarn
ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
ewarn "your tests because"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
ewarn "moves to"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
ewarn "pts-install.xml file."
ewarn
}

@ -1 +0,0 @@
DIST piozone-1.0.tar.gz 2228 SHA256 0b7f880b72b10664a24b712c22c90b4caab4f0cb1a8c99cba0d1a106fd63d15d SHA512 f61d3ad54716f626bf91e948a8843991bda97f2f0238e74acfa3f6d558ab6277293c6c0cf721a3806db5a1a1c5fb24dc3aee1293f1028155a726e637c39f0536 WHIRLPOOL 29947649d5490648db3cbf8fc5470f0739935b1fecc1cebdf1c7046ae254debf55010a382d0a3c732acc01715bded9be8543ff807a85b679c817c463b152448f

@ -1,63 +0,0 @@
--- a/Makefile 2002-01-28 09:15:59.000000000 +0100
+++ b/Makefile 2010-10-12 21:07:53.000000000 +0200
@@ -4,12 +4,12 @@
GZIP=gzip
#CC=cc -xarch=v9 -O
-CC=cc -O
+#CC=cc -O
all: piozone
piozone: piozone.o version.o
- $(CC) -o piozone piozone.o version.o
+ $(CC) $(CFLAGS) $(LDFLAGS) -o piozone piozone.o version.o
clean distclean:
-rm -f core *.o piozone *~ \#*
@@ -19,3 +19,6 @@
dist: version distclean
(PACKNAME=`basename \`pwd\`` ; cd .. ; $(TAR) cf - $$PACKNAME | $(GZIP) -9 >$$PACKNAME.tar.gz)
+
+install:
+ install -D piozone /usr/bin/piozone
--- a/piozone.c 2002-01-28 09:14:54.000000000 +0100
+++ b/piozone.c 2010-10-12 21:08:45.000000000 +0200
@@ -20,7 +20,9 @@
#include <fcntl.h>
#include <time.h>
#include <signal.h>
+#include <stdlib.h> /* exit(), rand(), atoi() */
+#define uint64_t u_int64_t
#define KiB ((uint64_t) 1024)
#define MiB ((uint64_t) 1024*KiB)
#define GiB ((uint64_t) 1024*MiB)
@@ -73,7 +75,7 @@
int count = 0;
int nr = 0;
- llseek(fd, off, SEEK_SET);
+ lseek64(fd, off, SEEK_SET);
signal(SIGALRM, sigalrm_handler);
stopf = 0;
printf("Testing... ");
@@ -121,7 +123,7 @@
printf("Testing... ");
alarm(ts);
while (!stopf &&
- llseek(fd, off+((rand()&area)*MiB), SEEK_SET) != -1 &&
+ lseek64(fd, off+((rand()&area)*MiB), SEEK_SET) != -1 &&
(nr = read(fd, iobuf, len)) == len)
{
print_dial();
@@ -159,7 +161,7 @@
off = 0;
del = 64*GiB;
- while (del > 8*KiB && llseek(fd, off+del, SEEK_SET) != -1)
+ while (del > 8*KiB && lseek64(fd, off+del, SEEK_SET) != -1)
{
if (read(fd, buf, 8*KiB) < 0)
del >>= 1;

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

@ -1,29 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="A hard-disk benchmarking tool"
HOMEPAGE="http://www.lysator.liu.se/~pen/piozone/"
SRC_URI="ftp://ftp.lysator.liu.se/pub/unix/piozone/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
src_prepare() {
epatch "${FILESDIR}"/${PF}-gentoo.diff
}
src_compile() {
append-flags -D_LARGEFILE64_SOURCE
emake CC=$(tc-getCC) || die
}
src_install() {
dosbin piozone
}

@ -1 +0,0 @@
DIST gnomebaker-0.6.4.tar.gz 1276117 SHA256 6e1ef94cafca7536fc3211a7abd4732f6dc5adc3c7c1b73184f5a87738117fb7 SHA512 954a05724d8d036580edbd5ded11bfd4389965b831ccf2d5a10dbd542c54db4f0519aa3277c6ebc139f55a2475987c48b557cc002e86d9cccca473f187666e34 WHIRLPOOL f951cc19ebd3d107e0d2386c2e58cc678521a31c1fd40e77769dc6758fefa86d375d92bd7bad3770c5e54e6e2de41357a5c66efbdab0276b09f41516049d1d47

@ -1,30 +0,0 @@
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -85,6 +85,7 @@
gboolean preferences_init();
void preferences_finalise();
+int preferences_get_default_backend();
gchar *preferences_get_copy_data_cd_image();
gchar *preferences_get_copy_dvd_image();
--- a/src/backend.h
+++ b/src/backend.h
@@ -30,6 +30,7 @@
gboolean backend_is_backend_supported(enum backend b);
+gboolean backend_does_prog_exist(gchar* program);
#endif /* _BACKEND_H_ */
--- a/src/gnomebaker.c
+++ b/src/gnomebaker.c
@@ -32,6 +32,7 @@
#include "splashdlg.h"
#include "gbcommon.h"
#include <libgnomevfs/gnome-vfs-mime-utils.h>
+#include <libgnomevfs/gnome-vfs-ops.h>
#include <gst/gst.h>
#include "media.h"
#include "dataproject.h"

@ -1,11 +0,0 @@
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -255,7 +255,7 @@ gnomebaker_SOURCES = \
cairofillbar.c cairofillbar.h \
backend.c backend.h
-gnomebaker_LDADD = @GNOMEBAKER_LIBS@
+gnomebaker_LDADD = @GNOMEBAKER_LIBS@ -lm
gnomebaker_LDFLAGS = -export-dynamic
all: all-am

@ -1,18 +0,0 @@
--- a/src/gblibnotify.c
+++ b/src/gblibnotify.c
@@ -87,7 +87,15 @@
#ifdef HAVE_LIBNOTIFY
#if (LIBNOTIFY_VERSION_MINOR >= 3)
gint x, y;
+#ifdef NOTIFY_CHECK_VERSION
+#if NOTIFY_CHECK_VERSION (0, 7, 0)
+ global_notify = notify_notification_new (subject, content, "");
+#else
global_notify = notify_notification_new (subject, content, "", NULL);
+#endif
+#else
+ global_notify = notify_notification_new (subject, content, "", NULL);
+#endif
/* not sure if we have to free the pixbuf since it could be used internally in libnotify */
GdkPixbuf *icon_pixbuf = gbcommon_get_icon_for_name("gnomebaker-48", 48);
/* I think they changed the api between 0.3.0 and 0.3.1+ */

@ -1,8 +0,0 @@
--- a/gnomebaker.desktop.in
+++ b/gnomebaker.desktop.in
@@ -17,4 +17,4 @@ X-MultipleArgs=false
Type=Application
Categories=AudioVideo;DiscBurning;
StartupNotify=true
-
+MimeType=application/x-cd-image;application/x-cdrdao-toc;application/x-toc;application/x-cue;x-content/blank-cd;x-content/blank-dvd;x-content/blank-bd;x-content/blank-hddvd;

@ -1,31 +0,0 @@
--- a/src/filebrowser.c
+++ b/src/filebrowser.c
@@ -866,7 +866,7 @@ filebrowser_get_selection(gboolean from_
else
tree = glade_xml_get_widget(gnomebaker_getxml(), widget_browser_filelist);
- GtkSelectionData *selection_data = g_new0(GtkSelectionData, 1);
+ GtkSelectionData *selection_data = g_slice_new0(GtkSelectionData);
filebrowser_on_drag_data_get(tree, NULL, selection_data, 0, 0, NULL);
return selection_data;
}
--- a/src/gnomebaker.c
+++ b/src/gnomebaker.c
@@ -529,7 +529,7 @@ gnomebaker_on_add_files(gpointer widget,
}
/*gtk_selection_data_set_uris(selection_data, uris);*/
- selection_data = g_new0(GtkSelectionData, 1);
+ selection_data = g_slice_new0(GtkSelectionData);
gtk_selection_data_set(selection_data, selection_data->target, 8,
(const guchar*)text->str, strlen(text->str) * sizeof(gchar));
GB_TRACE("gnomebaker_on_add_files - [%s]\n", selection_data->data);
@@ -1073,7 +1073,7 @@ gnomebaker_select_files_or_folders(const
}
/*gtk_selection_data_set_uris(selection_data, uris);*/
- selection_data = g_new0(GtkSelectionData, 1);
+ selection_data = g_slice_new0(GtkSelectionData);
gtk_selection_data_set(selection_data, selection_data->target, 8,
(const guchar*)text->str, strlen(text->str) * sizeof(gchar));
GB_TRACE("gnomebaker_select_files_or_folders - [%s]\n", selection_data->data);

@ -1,59 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
GCONF_DEBUG=no
inherit eutils gnome2
DESCRIPTION="GnomeBaker is a GTK2/Gnome cd burning application"
HOMEPAGE="https://sourceforge.net/projects/gnomebaker"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE="dvdr flac libnotify mp3 vorbis"
COMMON_DEPEND="app-cdr/cdrdao
dev-libs/libxml2
>=gnome-base/libglade-2
>=gnome-base/libgnomeui-2
>=media-libs/gstreamer-0.10:0.10
virtual/cdrtools
x11-libs/cairo
x11-libs/gtk+:2
dvdr? ( app-cdr/dvd+rw-tools )
libnotify? ( x11-libs/libnotify )"
RDEPEND="${COMMON_DEPEND}
>=media-libs/gst-plugins-good-0.10:0.10
flac? ( >=media-plugins/gst-plugins-flac-0.10:0.10 )
mp3? ( >=media-plugins/gst-plugins-mad-0.10:0.10 )
vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10:0.10 )"
DEPEND="${COMMON_DEPEND}
app-text/rarian
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"
src_prepare() {
G2CONF="$(use_enable libnotify)"
epatch \
"${FILESDIR}"/${P}-libnotify-0.7.patch \
"${FILESDIR}"/${P}-ldadd.patch \
"${FILESDIR}"/${P}-seldata.patch \
"${FILESDIR}"/${P}-mimetype.patch \
"${FILESDIR}"/${P}-implicits.patch
gnome2_src_prepare
}
src_install() {
gnome2_src_install \
gnomebakerdocdir=/usr/share/doc/${P} \
docdir=/usr/share/gnome/help/${PN}/C \
gnomemenudir=/usr/share/applications
rm -rf "${ED}"/usr/share/doc/${P}/*.make "${ED}"/var
}

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">gnomebaker</remote-id>
</upstream>
</pkgmetadata>

@ -1 +0,0 @@
DIST mybashburn-1.0.2.tar.bz2 75017 SHA256 058395728c295988c3d633f5a2a25224f25babea6117d4b35c26c7b7b93e0d6a SHA512 6bc8db179d10f7549838398098fd350e750655b3f2d9de91bec6806c4e30a066211209f86b6d805d909d9da94888b7483dd2b13ea2dbb44f83e0fb5f98f70bd3 WHIRLPOOL f5a2abe9f1b45a60b5399f5771d0f28fc7cc6f4b7fbfae5cf39a05fae40456527e8feb23a457dee355189df99dadbfe43bd7749676c12ad433fe6f323b15b111

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="normalize">Add support for normalizing audio file volume levels</flag>
</use>
<upstream>
<remote-id type="sourceforge">mybashburn</remote-id>
</upstream>
</pkgmetadata>

@ -1,35 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Command-line burning interface of data and music CDs and DVDs"
HOMEPAGE="http://mybashburn.sourceforge.net/"
SRC_URI="mirror://sourceforge/mybashburn/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="dvdr flac mp3 normalize vorbis"
DEPEND=""
RDEPEND="dev-util/dialog
app-cdr/cdrdao
app-cdr/cdrkit
virtual/eject
dvdr? ( app-cdr/dvd+rw-tools )
mp3? ( media-sound/lame
media-sound/mpg123 )
flac? ( media-libs/flac )
vorbis? ( media-sound/vorbis-tools )
normalize? ( media-sound/normalize )"
RESTRICT="test"
src_compile() {
sed -i 's/\/usr/usr/' "${S}"/Makefile
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc CREDITS ChangeLog FAQ HOWTO README TODO
}

@ -1,41 +1,21 @@
DIST es_ANY-0.6.oxt 1416162 SHA256 09290d3dbc5502de8bd0a5ca8366634fdb3380d30f4ab792b5fb86b4c9103e44 SHA512 c68cb988c68d35107d38edda1cb8246e70daf1de187efef5d88363c88f80004717881127164106846e58567f22c38968607b7336001471561f23b48656c69e54 WHIRLPOOL 57ceb34a8cbbd1c207ef56b4d0128cf48a6e9a83a7a48a95e27c7cbdee7eb64e1b9e8147a759e37b1a00667d3ee74778fe367e0b5e43715d731ebdfac08a0a38
DIST es_ANY-0.7.oxt 1415886 SHA256 a30804b7f78b2858f39ae4dc246002105838a1aa58246da6b81ab3993a79f650 SHA512 ea4e015bbaa86865537b0079b71160881abb78f651757aee784e032374f8cc96f2296b0f83081bd2543d35a246a2deca384ddd8a28a37f26b82d306b19ace3cd WHIRLPOOL c3c08adc8c32e5f7bef28cc5d1a90839c9bfa69508f56212ca2881d016cb6b8e975fe8b47733ec996d5c7fd094799bcda654fe47e7e91bbd24967f76fe26b475
DIST es_AR-0.6.oxt 1401042 SHA256 747bdf6efc270a8423e4132aff337f2d5408f22f5f6268260115da4db19bb844 SHA512 1965ff011d8e365641e45952d13ee16460b1b37a5196d81a00d9faa2d633b09c5ca643423b746baa9e58ea80218e7c841abed10ee4d1343bf9e975541d5297c1 WHIRLPOOL e628e8c783a6026b5b7c79d14adce89a5b2490b04fc5efac2c4539a590e5abf53ca66584ec7ae9bb8c076adfceee537ff0b11a779eb70d052971c5e5c424392d
DIST es_AR-0.7.oxt 1437556 SHA256 5b49ca4d3a16718bbfe2965dc4706d9f2e95311b27a5fd8a75cccdc36b9a663e SHA512 2c996a92cd3aba6edb979641025e45362d8079061423296430eaef113354f14defdfeb1e23c1d0b8a8157fdc914f07e7fde8c51560091a389e242a5b68552088 WHIRLPOOL 089edb5659531a5dd5ab0cfd27137ea518b1b73afd0290ed0ef8a50e6b08e21e1ff48116c35491f0e60051790ccf3c71302f184636637461dd39608e7a03ca89
DIST es_BO-0.6.oxt 1399523 SHA256 f5dc16e58169847f25d5e3203c25b4322949ff26139d752f2936d291cb10e45c SHA512 63df8f521773cec2e3a968df422e0831f7b803da9a70bedd1342d87c22e0d883c950c9ce39ac6304d04a2848f20201e0ea531bf8876d86945a90a057ebb14518 WHIRLPOOL 7d959e769dad3ae477f71a2a58d98e0d34579318874f828f7dce0113bd95c40a228e6d341568afca93cf7a6a9eac950fd73e4335e40355dc7b9fa19ecba21a6d
DIST es_BO-0.7.oxt 1435774 SHA256 3780bb2f4fa939080c4bf083961bba7c7a49c39b2bc7b8dc35fe039fb7b9c3c2 SHA512 04549045546444c84f623552f6264d17ffe4cadd77f81b8e2828978f6172e275b203eb83aec1dfac17acbf3466cc3562d825071116de6af8c52510feaa7fc9de WHIRLPOOL 8ae2e3308b6d25fbd890e51f76b0752bdeccf770abb36d5d4e7c31d6bd9c61a5b26a7c413c526e3b6b507d0f61f3ae538d851eb7923b826749c981e1e4cb1515
DIST es_CL-0.6.oxt 1400670 SHA256 5cdfe0de0cacb3d5810f49fe42b302c82d1eb5e68cd01f5dffaed98f9c8e6182 SHA512 356cc1425ab587c4b5429548b29010598912aba2921f5db120fb4744355f09e445779025a7897304e5985ded0e59dce00a48802cd7e822d5d2c71364ef208cae WHIRLPOOL 26951b4532d4431a3b30aecb090a3017e8f979af55abd31f3907c460f6c3217965b0147146d6915cd8181162d8cf60a7ea6331c326fc2b5c1437bfedd8fb401a
DIST es_CL-0.7.oxt 1436928 SHA256 0b795df4d605f1ce03e82ce7cc17e17baac2b58373f38503a23ff2f20cf0afc6 SHA512 13ff5459f83e06aba63e248fcd024aaa49afd38a65ff04ffca5a833e3f8a828cd3dde60629e8eb377ee6bdc86c5e686fa65867f2223b1f0861a9dc74fb020263 WHIRLPOOL 1970d86b2835ccece44eba48d5f2b6a7a8044d8d3a0dde60c12c2f295a6c3e4330a7ce7dbec211b066c511ebc89562ad42129504c9a35c852e93bdfc1b762bb0
DIST es_CO-0.6.oxt 1401944 SHA256 f5f82ca46608f7b94c1993c376c0b4345b5ba88a79a5be73c2d313d4a720ec6d SHA512 351d0b91711debe21603492d344cdb82462dd1bb09c8c7c3d090ee3fc91e2a78e72c2d794717c6158620c547a3f787bf22c426d8744dde4f06dbc024d646660e WHIRLPOOL f4fd577cd738e5b50ffdd3747b71daeeda63aab95ded3b2eb772d08efb499061bd20a29b87fc7aa2f81474be347f87add4d04a21fc1be5a092e6fb0135901c48
DIST es_CO-0.7.oxt 1437795 SHA256 0785a8757891c5924ea59ab42f360af58881e546dc4c0c5d016db46689f6a479 SHA512 b071add498b9c60bb1db94dda7e2896ab109165d65142b4ac539e88434d9880b7b5d437769cc0475ce432f45b1832d648bed7925adc9cf4e678e183f5cdb5374 WHIRLPOOL c140c28db0b759651ff85311579d4e74d33097e303a930fd505131644f1dfbd093f26b6cfdde1e79c093c3795353c19b71185e5d44595947c51061280094432d
DIST es_CR-0.6.oxt 1398439 SHA256 c81d983136f26d28208ef620cd0415ec7351ce1bcd03a9c61cef18946c487029 SHA512 96743d7e91281b007b36548817f3a1bea0756c133abe96f7e79c187fcced0c7f70cc922c141701f0c0478021e8a8286cc90389b85b763c8300c8d4959e6332eb WHIRLPOOL 37e7f98cc0483e1881c69d62bddd085a22e3c1dfa1e2901d47a7e79fedc44b05e490c40c6504b447ae6debfb2982184410fbafabcdaea0484682ed59c4e077f4
DIST es_CR-0.7.oxt 1434858 SHA256 bb4f29839db81b30133275913d3a0b80ac2e520b84b6c6d74c484b02db321cdb SHA512 1ed3dc04e5bf187fa2ed4a4f8326537760541ef38d60abc33d729961eeac75e206e7e50dfe3e85bf0053e42a7307779f2508a16b04df5e4ab2752091182b2a68 WHIRLPOOL 9db0ffb97ddbe1e774753b02cdf91625acbbc63375ba574f50e430e33fd0fcddfcf32f142cbeb2cc01b8bfc304bd88c0dcc4fd0b5e89934c59b5f2094c8d0d90
DIST es_CU-0.6.oxt 1397494 SHA256 d232eb578e447c1882d72405b6479829420c714ed5b46739162cec705ef550cd SHA512 0e8b03d4767083de8d7ecd9b95896efc4985f67734e0d7f96010fc3b29d7f1992d9c2330d1535fab8c6c25a99c923f87a93861516402da568ef8b144038bebd2 WHIRLPOOL 8d8f88970eda2c51c70826d9fe6173655542a11022fc2a60de0f888cbdca4fd37c45856cc4ac03e343d4b82d02081e28b475d41970d9f3ab4df8d91bd45dbaf1
DIST es_CU-0.7.oxt 1435506 SHA256 777276e0d1a1f3ea4aea5e5509c19a0989e5b3aa50fa9a6f1922c53eb0a80008 SHA512 b60fa3d092512e43610695b507e4e2c09065bf9a2c50971c9a8074bf93896e19d512847aab9190b2215da4481e514ce7fe23a851d27eafc24704bc7a3f4756a3 WHIRLPOOL 65e66f84804adf931a7dd85ff381f05566c989159b3957e98b25707e5859b539e4d5d3ffe5dbd2deaea8f69a363c1a73790f470bcecad2666ead4c22a153ec10
DIST es_DO-0.6.oxt 1398373 SHA256 11b96459625d0287b4def2f161a0e2e3a4dc39279f3cdfb89d835199a4c36c45 SHA512 ae154eff069bcb70ca5d1a0baa02f7eab199e3b5a1fbb349e069888ac93e247832f0acf3ac65809ed47fb749881fbc1576add37bf0943889e287ce9c792f925a WHIRLPOOL a6ac4db562ae4f48f9a17db630ac73b134be2bd2c393c97ed1bc44ba5b933adf87f56c4a9e7b102275d13f113c7991b3e8142c7e8e8dce56e61acc84b66f3c6d
DIST es_DO-0.7.oxt 1434782 SHA256 9c0484ebd8d5ef9ce56631fd3920494a4d51bbfa6c15b9ae9cc9021411337370 SHA512 621be08835598664de6a6f1e865c1293ee62d0581d429bdc6675991838483d9bfd9be38d08cdbeab8d03ad7709f20dc2af38ad054718fd6e2b74913bfac1f5b6 WHIRLPOOL caa80d5f8729195c61e8dfaa5788a46ba6a58705b696cb5eaf15e18a45a48fcd7858a10f871df0d1119b2f551281ebfdfc574e6623ec6f13cca2374b706c9680
DIST es_EC-0.6.oxt 1399055 SHA256 2e7513b8edcae04e0cdeb63b92882372ed4732e4d62bbc36cfbf54a12da47e48 SHA512 c593aed45d26e6957970d574c8ac6553a482d9b0c38ec788a3a9951f09ce6fc064fac8269fda84b81ce36d01407187215484315ef63a8cc5e735f626320458a5 WHIRLPOOL 82664e7c315c04e6bf1297884bf38ff19b1cb8b042a9470e0138ed3edd9fac5ac5b72f8bd3da7a0f396d4eb03dc582337a4ecdc2239679bd3d0495a2b5fae324
DIST es_EC-0.7.oxt 1435564 SHA256 ee02b40c32e1e8b2ad0aaba5f882499c650d989a18a6ff5d96c1cff10f345a38 SHA512 30bf5b228ddc3afafd6e17e0ecaad10266f30bf1738a7d67472112bfb5f08cef29e681f63d3613a6fe71b0897b92a9bf9eafd90bf0d50f4f81697828fc6b00dc WHIRLPOOL bbfa663b0a4084ac1001df5599131e364b6e756366877204b58dac98f9febebef403868d4dcc29ecdeba9fa087519fa81461775325dc35088a7899a9e42b09bf
DIST es_ES-0.6.oxt 1402228 SHA256 2bea4892b716148aef4073eb4c006a7f7b1f9f1f227c2827d5da91753e244d18 SHA512 652a600dc36bda2e9e0dd73279ca4fd4e4c94b954ae1f5034cfac74ae68ce29fe1639e000c5700cc463414c0450388843d41074c0aa3d85ea721c42ef5cf5a7f WHIRLPOOL c811bb047977a4f9e08148c6fcfb2281fadd25fe4c81ea3388c89bf672bea4aa528b5a9681be3c0da512ff1ea3fcb7d8feb27d1838195f49a97256e03f044afb
DIST es_ES-0.7.oxt 1438691 SHA256 af31d8b59031508fa286756d8e0ea5a5e92e2192012d4b81ba200a2215ef240e SHA512 6eb23eac189d6e0586a69b2e68c6aadf5eeb6ed204d222a76bff955604c0d7f6c55fd5b195959a542357d943da73eb0390d60b38bb07eecf49e73df28f586f51 WHIRLPOOL e37392070b54a34b3394355dd7caa162b87e73ffb7bf9dafd8b54ffee56d0ce2481c38de4d00d56891170cf8b7a92d0d0b8e6139315f753c5725a491e4007473
DIST es_GT-0.6.oxt 1398528 SHA256 823e2a787b06d1deb377d8e0b1450d14119212c012d883cdd14231eec2564e1b SHA512 a4de6fdd8908f314b8f541bc31bf52442835eb330a4ab9eea48f6b71138947d3ef0cfe5894a7162129b187ce23553c3a51c746213d801a890ae5d98048f8ec80 WHIRLPOOL 9cd0ba35c3e1a1ffee45a7569336e0749cb46a0fd4f5acd5e082e8b91439a23b564d14d29f29a21086aff819674cb2e8f5daab4265df574783882c2b7307a424
DIST es_GT-0.7.oxt 1434939 SHA256 21ed781b52e530a8a8cb1c070c06232a6515c98a793fb6a24c150b6ccf25ca27 SHA512 162e59309532e6cad7ad49866375970b3ad788a11ae6b63ac9c182da5aa50948139c0eb9f2e727909da4744a095099ab5bb18ee2f73b0e1c63921dad8dbca4ad WHIRLPOOL 3cfa3a70917a5cca9da750c379cff1afe26573ef43ddfd084228702f4e70ecebf3f1eefc7ab6b3a53457baf804de80a9bfaec971930f3a8c53441c3c4326dd78
DIST es_HN-0.6.oxt 1398949 SHA256 ff7cea434f2105ef119717a30a6614ed96f782fca15782de8fb95157db20fbf7 SHA512 4ed5e06ed0d757232202a7b2551dad54b7d45d08ec0ed77943d6f40e4b72d5abe88729f09bf50cee1cdb2106f48a1bb296a8947f1caf7a32fd53da1188140090 WHIRLPOOL e7c8320a7119ed92c21ef825e91e11f027ddc7fcd7f22bcf29537af495a5b1e3c2501c1f24af827d9b1582fc98ed4e4008f60d639c2ba16b6e272c64c898a162
DIST es_HN-0.7.oxt 1435398 SHA256 1b975fed174d71c3223dc5cb279a5fcb38ddb7bf76015aa19af56b2e0f4cd6d2 SHA512 3d8050c22d27a32b5ebc72862ed7066b3e58083c9cd6847824361d656ba4f8b122121509bfce303edf1b3b0a0e9cdd31671caac28662299879eb1cacc19d81b1 WHIRLPOOL dc4652cfae35772c8aa2cab4567bd8faade95ccc29a04f938f917d052b4c0eff3cf0294cf081ad27cb163a6412ac6c02997d1802184bdda89ee6dacf5a252892
DIST es_MX-0.6.oxt 1398771 SHA256 487954c84c8bee3cfcd606e03963ea3d2f0dad325de170884d3ce169bb6abd07 SHA512 4e198895f11864debb3dda2ada71e7ddba0999d8ff72a2d2dceb7d5f812ef1b64989fd8e23e0df6a5d30d5d68a5f976a57880206ba4e17ff81ff78b9a0edcb3a WHIRLPOOL 2503b541c363a837f1810b0700e51526dd1017792b09266d651c37b8e214a5b5928204478b7ea7a5227b34a17a8e8f9e5504a7c00214539207e0b4c6b37d9bb4
DIST es_MX-0.7.oxt 1435177 SHA256 a0225a2f9db0c5211ff5a59f8bfd341b9cef5223c39a66d4648d523a84a2c226 SHA512 6e560d630da72f627c0f5a603adc9bacb102edc106c9bd7ca831c7b4c808441cbf73eaa3f75c5953b89548d071a97e81fa57d5b2542e0be6c6d993d74b09020e WHIRLPOOL f41b55620d8db82795709bd8a1bd997f83ff0f7ce9f10ec7dccbf9d268c6d06222b2b9979981bd2536ca557b95e73e3438604573489ede783700affc612b1a2e
DIST es_NI-0.6.oxt 1398631 SHA256 4e2fa0923ddafddc93916a559f9104d9a6162d1a788ff239b88857f57ea297ad SHA512 533a20d5e2e55405874b021a6ccfb2d9791b72d7b469aa3807ae524ea3a0306f9ee851807190d75bc1358c4b45f6891c9da508a903f2505d59d40c5a17d27523 WHIRLPOOL bd50259911c4b812639057822a1c48606697601906716dd39801bbae285866ae0e13d0fa4f07db7c5988ce216978c4761a3348509709607e8dab7eeb35eddec4
DIST es_NI-0.7.oxt 1435054 SHA256 1759ba99637b36a78acfb4c5187190f337b676479dd2130dd0465ce6539ed4ac SHA512 e86e0748a04ed3ce74f4309764d08063c0e01b9f1568f1de7e08bd8c22cd2d0ba6a3dea3afa272d2d697644bed8e0fa19c7d7940fa87393de30fcdaee095e483 WHIRLPOOL d6a136a988b16bf6b0b9706f808a444a18c37b5c3bfbb7bc6be7a13401f4cad85f88979c657e0d798867d4b404bd64fffe9692284a734e2c188090f85eac3d6f
DIST es_PA-0.6.oxt 1398549 SHA256 cfe6f90cb90f73690f09ec579a6563c039fe5319a42f13a5ade13a1be2be67fc SHA512 8050b608ac64c6c61656749791ec141f6077896cc6fec4229667bb02e81588c1639e3d702ce33122fcf9a608e593c352562df123e81aeb136f8c4e5f71d86f62 WHIRLPOOL 962a9a9c6fb792f7daaf114f5924a986b151638fbb93eedb31942e17e636926bbfc3eb755aaa97136a49a7ace8494831857ea0c32994bfd4a282b99512b200a1
DIST es_PA-0.7.oxt 1434970 SHA256 a00303d219fb6445a94c35c5379db31ab985510a436de0deeefbc1b8462d3c8c SHA512 172898dbe6a9b6ebe767797e08952af50fa0148059f215f4662c215b0df1b6333dec6d81bd3c629a538a96cfc571ed4ad1337d6a9e6d7bb941ad0a609a8cf588 WHIRLPOOL 78f928a8993c17847d7949c06f33703ce1fd63c6ce81434a4f94d1306a8de5169b5b5da64999a0351415a93577e2afdd59d2f4fef130bea1df6d11de5f10bb0f
DIST es_PE-0.6.oxt 1397841 SHA256 92209f3dea68e01bc668db332f73c90241db45fbfda643361b04766849d64cf6 SHA512 3f97f8b76895c8a2f2d802684f99c001e94219677ecffbc365d126dc86c04a5cc2273462b427d0e74559d86c7fe62f24aaa574a86fcf85d60d8cd76cd9513cc1 WHIRLPOOL dce1a72795f2fa37895238a47d5a13906432c14bb628c8085824283e335622d20ac30087257e6eb6e4e4bac23d7ee3602c6f8dd679774c1f17d5f0341d363416
DIST es_PE-0.7.oxt 1434282 SHA256 4b8aa03bb9f9deaf13fd4f08328260eda1d0fd0217f9e1bdb646bf933a33268e SHA512 60ad75c363fb3e5612bf8b423975aedd32b7738073e0e863c42de3be7d22bf3a050d3d09a5a8a6a65ad8e36fd7a516f1c6c3775f9ad76696657d9eb8a4e2336e WHIRLPOOL a1b889165875e63459f065b4ea715e178e16b4036c6732ab6e630afdc49192814f5cb242b8d7c2a2b9191fb5c36739d5083b60ada81a954b40b352d4dad3b952
DIST es_PR-0.6.oxt 1399016 SHA256 d63e16115e38f3dc6dd5c80d7f5111b9703047a0d5da571861f5b0e3c4dd9457 SHA512 475de84261808bfcdf610eea5ec889f01398c02b9ccb74c0b79d39f2b5b5a842a07226cf9b83208f652f06a10f1d8f7f50bb01327570d1d59816853dfd3e6371 WHIRLPOOL 22589aa9885e0b2080c60d20111272a2b718594af3583178f70dbf1627ee43be5dbbf559429e86fe282f6f4175946b098a949674ab71ede74a93aa5e597f7807
DIST es_PR-0.7.oxt 1435436 SHA256 1fe41e716347ef9c334f20838b346d327f09d3c6ee92f3675648685eca162bf8 SHA512 002767cd23709a3b2dd2a2616642fbb1b1d674a21507ee21c830741e04234fc32b0fd6a8b762c24183d44d9f7a233c8304b580ff3d96b7c87b10f43393e3a604 WHIRLPOOL 94fed7ca20fbe0fdc8f2f81a09e8dce8d81e3ecfa068299d39c0a83903ebc8d7dd8c6d977f23481c9f66b8a9d6db4f554305f6ebb793c4f002d3a1df8fa9c6b5
DIST es_PY-0.7.oxt 1434869 SHA256 d2c893ed8565f6b192f13d88e74ed5d1b2854ee12a3ea6e1d98e3d7e3b75e1d3 SHA512 10d785338250506ebf8bf3a8cbb79413c817e4e25f9153b4b8af9c0a7a422079d5d2bb9411e4989ceb7503d0a65ce926352af242bfa0a3de9c23e3dc6ef889c0 WHIRLPOOL 01e94a3e88e90290dff508dbf6cd792517ba6415cf528c320dc1bb9481a902e808f1d19872fb4be9cbe8e8a9dfe62dccd51960d3ef1c35567e7782e2fc3559c8
DIST es_SV-0.6.oxt 1398633 SHA256 425e914014a640db0f8d096e82b3bdf6029be6ddd6497f5e166e1818b0277394 SHA512 04c6dcb3ab8ec7c3ae0047854baae9172925adeed33349e4cfdebe5847af5592e5d76d125dd37764e3c3533dff5d172ce9c6b192f6e2f47d7b2fddab87bda733 WHIRLPOOL 07fcaf973e036268d1f195cd205719044532c4cb27b4cf605f064cc4000293e82b349156c62a0ef014fb4dfdf85b5ae1e237ee62f289087d3229e9e47209244b
DIST es_SV-0.7.oxt 1435063 SHA256 b4aeabc7333e3f9056dd3a73592f41605abf60fd8f15955525c7667bdd96e73e SHA512 30baf8e0191b10f107914728f09c5d193264932f4a78ad7cf8ad55bad9e80ae9cc42802ea69e4b5cbd5ea5871a8fb45c04728b29d51e2d4f24a9e4c1f1a62d57 WHIRLPOOL 487f213ba991f39f70daefc60d8fcc9ba326d4fe5b2715f5b5a822ddf278abee9b6f75de4ee9f7b9f0e9ae6a0d6028750770388f8d9c3ce57889ff1f79f9954b
DIST es_UY-0.6.oxt 1399414 SHA256 56c76b1f4c9084205363d8ebd92710093159c5691cb002443bf72d53140ce9a9 SHA512 49fb83310a13c63b599ea91c380fbcfee35fb21a223672dff6cdfc85b5c9eefbd6862da23271f1b2b6e4bd60e04942f29eb28068351069eb62c299ad92aa4c65 WHIRLPOOL e0f3744af673ae0903beb77928bf32c4b6d57dd3d9c2bb05d99f595d17bda5672bf64c518aa4c9e9dffb8e6f2b8d3715cfe2fc78c692966c7fea92c8d90739ee
DIST es_UY-0.7.oxt 1435883 SHA256 fa6162b847476a73d3dd94fa4a3d42ab86f9e8bc0ce1dcc9def5a022c1cdcfe6 SHA512 ed0cfb3c8d097e4c56f92e239c6f27e1e794baa2ab4b81fe6eaa03dce00716c303d8d3bff20e163723c8a885029b9ae3f9e10d232d5c94f344b1a36261b86f1e WHIRLPOOL f65f1b106173cd8a43e781e1b25036b59948fb7ca58d39b7e7b2583fd41aacf2748efa3793ddbaa0b7ddb1a362cd1996de0fca565c8d3b742a1217b30805b83a
DIST es_VE-0.6.oxt 1398623 SHA256 4c3f511aa467d6bd8afd3b7af3040c93028f7d5eb25c1942be652666a4a02154 SHA512 090da56d6591e684b11b6cb6d4bba26f9dccfa6e6b436b840c151e1a36f5e2561d4317defdb4cc52bf11d67fdaeb3a620c47d8555fbd90bd9b75514af2132013 WHIRLPOOL 89157faf6b8c851e703e41e7d06f754e5aed6e55d8e0efdeb89949e6893d742e52021afc411d309e0be51ec0bef12bfac48de49815592efd0227cdc24baf3d93
DIST es_VE-0.7.oxt 1435033 SHA256 eacab6345b3b51b0818b090a44c0ab4056a9d5d0767accc4a9733542dc90b0ec SHA512 e70ab6b64931dd0f572625564295844d471e68d0e6d38dba5e2c27646d5caf416a412f179e31ac647ace9fcc673a40727abd1375c1edd69d80246b4888380969 WHIRLPOOL a813396fdba303cd3abf3df0f793165407979427d9390803911e2026fc54166a56fada21053ad6d8a49368a47dffa86cad23d3093c8c20bc05bd27c2a51a1971

@ -1,46 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
MUTATIONS="es_ANY es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT
es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
MYSPELL_DICT=( )
MYSPELL_HYPH=(
"hyph_es_ANY.dic"
)
MYSPELL_THES=(
"th_es_ES_v2.dat"
"th_es_ES_v2.idx"
)
SRC_URI=""
j=2618
for i in ${MUTATIONS}; do
MYSPELL_DICT+=(
"${i}.dic"
"${i}.aff"
)
SRC_URI+=" http://forja.rediris.es/frs/download.php/${j}/${i}.oxt -> ${i}-${PV}.oxt"
let j=${j}+1
done
unset i j
inherit myspell-r2
DESCRIPTION="Spanish dictionaries for myspell/hunspell"
HOMEPAGE="http://rla-es.forja.rediris.es/"
# yay for modern download tools like redmine and their unique IDs as part of URL
# this means that someone needs to check the download page if there are new releases:
# http://forja.rediris.es/frs/?group_id=341
LICENSE="GPL-3 LGPL-3 MPL-1.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
src_prepare() {
# remove license files
rm -rf {GPL,LGPL,MPL}*
}

@ -40,7 +40,7 @@ DESCRIPTION="Spanish dictionaries for myspell/hunspell"
HOMEPAGE="http://rla-es.forja.rediris.es/"
LICENSE="GPL-3 LGPL-3 MPL-1.1"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
src_prepare() {

@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"

@ -12,7 +12,7 @@ SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="livecd"
RDEPEND="sys-libs/ncurses:0

@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="fpm apache2"
# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.

@ -1 +0,0 @@
DIST scim-skk-0.5.2.tar.gz 534157 SHA256 17e755db22cd135a47381eae6f924f68f2c8d2991cec1a4b635ad294653d7b2d SHA512 7fdcfeb3442fff58d483e6fe028ea7e1dc203a670f2cdf6d9dbcda70df06d39839132f8358df4527a9c0b27f5e1b42d71985f0ce69a78b91ee6819e2571409e7 WHIRLPOOL cfd894d4989323d44acbec51130c297672b4beb8d013cd7f617a94b7e2f10e7241ba7f4728f36d23f90ba918b57b0193017a61f502020771d89a83f7d1e33ec1

@ -1,11 +0,0 @@
--- a/src/scim_skk_imengine_setup.cpp
+++ b/src/scim_skk_imengine_setup.cpp
@@ -39,6 +39,8 @@
#include "scim_skk_intl.h"
#include "scim_skk_setup_dictionaries.h"
+#include <cstring>
+
using namespace scim;
namespace scim_skk {

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
<upstream>
<remote-id type="sourceforge-jp">scim-imengine</remote-id>
</upstream>
</pkgmetadata>

@ -1,54 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
DESCRIPTION="Japanese input method SKK IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMSKK"
SRC_URI="mirror://sourceforge.jp/scim-imengine/18121/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"
DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 )"
RDEPEND="${DEPEND}
|| ( app-i18n/skk-jisyo virtual/skkserv )
nls? ( virtual/libintl )"
DEPEND="${DEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gcc43.patch
}
src_compile() {
econf \
$(use_enable nls) \
--disable-dependency-tracking \
--disable-static || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README* TODO
}
pkg_postinst() {
elog
elog "To use SCIM, you should use the following in your user startup scripts"
elog "such as .gnomerc or .xinitrc:"
elog
elog "LANG='your_language' scim -d"
elog "export XMODIFIERS=@im=SCIM"
elog "export GTK_IM_MODULE=scim"
elog "export QT_IM_MODULE=scim"
elog
}

@ -11,7 +11,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
LICENSE="unicode"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DEPEND="app-arch/unzip"

@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -13,7 +13,7 @@ SRC_URI="https://github.com/ddccontrol/ddccontrol-db/archive/${COMMIT_ID}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"
S=${WORKDIR}/${PN}-${COMMIT_ID}

@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -13,7 +13,7 @@ SRC_URI="https://github.com/ddccontrol/ddccontrol/archive/${COMMIT_ID}.tar.gz ->
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc gtk nls +pci static-libs video_cards_fglrx"
S=${WORKDIR}/${PN}-${COMMIT_ID}
@ -60,9 +60,11 @@ src_prepare() {
}
src_configure() {
# amdadl broken, bug #527268
econf \
--htmldir='$(datarootdir)'/doc/${PF}/html \
--disable-gnome-applet \
--disable-amdadl \
$(use_enable doc) \
$(use_enable gtk gnome) \
$(use_enable nls) \

@ -1,2 +0,0 @@
DIST mime-support_3.39-1.tar.gz 28441 SHA256 2fe267478fdf9edbef427967a8141ed8ceb5ccd15ca9eaaa336a44a7982220ea SHA512 20603262ceb0592a4d2d3519af7498eb790c2b57887ba7c59cddb48e497b3d3ba567cd7882bc35d7dd0b07bbbf0f2a750ae92f3a540c3d5b124baf1d8211eff1 WHIRLPOOL 0ffb41799983ca6eaf11cc08927b5ea7e95cc56625e25b6d9cb61fb6ef652d40bde210bc4b32ea6aebcd03feda1ae74e0ef796b2aff3f65e38d26e15d401ba2b
DIST mime-support_3.52-1.tar.gz 31107 SHA256 78ebee71b8de0fbf606f58255b43bfda1dbc94d0e8c416e8b7f233548cf47ea4 SHA512 445d96a95c56564c56babb5883319d57535c372ebd96c95c0fafc4264be7a7b5075145afa5ec27a16668800b78c092fb5014a710cdf451c521ae25c35640e66a WHIRLPOOL a2c6d8709b4e5abc1cfa4ef8602d5654c31278c06fbf739d9b383f28d2390adca6d184dc8943b576fb82d65f4afcbb1cf9d92882a4d13da538968023979aba23

@ -1,11 +0,0 @@
--- mime-support/run-mailcap.old 2005-08-03 15:36:00.000000000 -0400
+++ mime-support/run-mailcap 2005-08-03 15:37:41.000000000 -0400
@@ -440,7 +440,7 @@
$fail++;
next;
}
- } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/) {
+ } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/ && $type ne 'text/plain') {
$comm .= " | $0 --action=$action text/plain:-";
}

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

@ -1,36 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
MY_PV="${PV/_p/-}"
DESCRIPTION="Execute programs via entries in the mailcap file"
HOMEPAGE="http://packages.debian.org/unstable/net/mime-support"
SRC_URI="mirror://debian/pool/main/m/mime-support/mime-support_${MY_PV}.tar.gz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-lang/perl-5.6
app-misc/mime-types"
S=${WORKDIR}/mime-support
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/run-mailcap-breakrecursion.patch
sed -i run-mailcap -e 's:^\(\$xtermprgrm=\)"/usr/bin/x-terminal-emulator":\1$ENV{XTERMCMD} || "xterm":'
}
src_install() {
dobin run-mailcap
newman run-mailcap.man run-mailcap.1
newman mailcap.man mailcap.4
for i in compose edit see print; do
dosym run-mailcap /usr/bin/$i
dosym run-mailcap.1 /usr/share/man/man1/$i.1
done
}

@ -1,33 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
MY_PV="${PV/_p/-}"
DESCRIPTION="Execute programs via entries in the mailcap file"
HOMEPAGE="http://packages.debian.org/unstable/net/mime-support"
SRC_URI="mirror://debian/pool/main/m/mime-support/mime-support_${MY_PV}.tar.gz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-lang/perl-5.6
app-misc/mime-types"
S=${WORKDIR}/mime-support
src_prepare() {
sed -i run-mailcap -e 's:^\(\$xtermprgrm=\)"/usr/bin/x-terminal-emulator":\1$ENV{XTERMCMD} || "xterm":'
}
src_install() {
dobin run-mailcap
newman run-mailcap.man run-mailcap.1
newman mailcap.man mailcap.4
for i in compose edit see print; do
dosym run-mailcap /usr/bin/$i
dosym run-mailcap.1 /usr/share/man/man1/$i.1
done
}

@ -1 +0,0 @@
DIST slashtime-0.5.13.tar.bz2 51154 SHA256 19b1d589142258d70d72eba043545667a305360ca9ff5ee78109a17a3076804d SHA512 bb80965882c8078aa7830d0d0bffa48c84ad455f7882500f68c100e65ff0978d5825dff9b8feb1daa0b3557a68c8d6162b0761bdb424f36a94e934ee1b616f59 WHIRLPOOL d88f0f8f6536102122bfcd570bb820e6b23eec8a09a5599e21d066109c6f43ddfe09a97773e904502b7e1d4c50cc00fe8642df1f038a06de5d1349b72ecce570

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

@ -1,50 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
JAVA_PKG_IUSE="source"
inherit java-pkg-2
DESCRIPTION="View the time at locations around the world"
HOMEPAGE="http://research.operationaldynamics.com/projects/slashtime/"
SRC_URI="http://research.operationaldynamics.com/projects/${PN}/dist/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
COMMON_DEP="dev-java/java-gnome:4.1"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
src_configure() {
# Handwritten in perl so not using econf
./configure prefix=/usr jardir=/usr/share/${PN}/lib || die
}
src_compile() {
emake
}
src_install() {
# This is needed to generate the slashtime jar.
emake -j1 DESTDIR="${D}" install
java-pkg_register-dependency java-gnome-4.1 gtk.jar
java-pkg_regjar /usr/share/${PN}/lib/${PN}.jar
# Replace slashtime launcher with our own.
rm "${D}"/usr/bin/slashtime || die
java-pkg_dolauncher ${PN} --main slashtime.client.Master --pwd /usr
dodoc AUTHORS HACKING PLACES README TODO
use source && java-pkg_dosrc src/java/slashtime
}

@ -1 +0,0 @@
DIST obex-data-server-0.4.6.tar.gz 199188 SHA256 b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f SHA512 5f924377fa45fec22a15d74fa45bf6ae98f56a9f8c98142cce6123e4ca6dcca042a636469b491f4103e230e270ad1af18dc38274b661795cac4beb4f7b798d5b WHIRLPOOL 85ef3de72124c25b5b486e2fefdf453ddc318e5f8520ada7c772d7e7a6939b954a6a66cf962ed3aa257d5212ab047f556aced5cbfa94a1a360e897a6da6fa90a

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
A DBus service providing easy to use API for using OBEX protocol
(both client and server wise). Current implementation supports OPP
(Object Push Profile) and FTP (File Transfer Profile). This means
that you can have FTP server running on your Bluetooth adapter with
several lines of python, you can also do all client operations without
having to use openobex directly or knowing any of low-level OBEX stuff.
</longdescription>
</pkgmetadata>

@ -1,40 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
DESCRIPTION="A DBus service providing easy to use API for using OBEX"
HOMEPAGE="http://tadas.dailyda.com/blog/category/obex-data-server/"
SRC_URI="http://tadas.dailyda.com/software/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
IUSE="debug gtk imagemagick usb"
RDEPEND="dev-libs/glib:2
>=dev-libs/dbus-glib-0.7
sys-apps/dbus
>=net-wireless/bluez-4.31
<dev-libs/openobex-1.7.1
imagemagick? ( !gtk? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) )
gtk? ( x11-libs/gtk+:2 )
usb? ( virtual/libusb:0 )
!app-mobilephone/obexd[server]"
DEPEND="virtual/pkgconfig
${RDEPEND}"
src_configure() {
local bip="no"
use imagemagick && bip="magick"
use gtk && bip="gdk-pixbuf"
econf \
--enable-bip=${bip} \
$(use_enable usb) \
--disable-system-config \
$(use_enable debug) \
--disable-silent-rules
}

@ -1,2 +0,0 @@
DIST coldsync-2.2.5.tar.gz 663307 SHA256 635575e2175a865827319ad21cbfbac95a42a7256730898ae9e9104b63b4fef6 SHA512 94ca6f3cff2248563c9a179d052f1e31f9482a62bd6988baecdb0fd8d9ed376c7653eba15448a8be1585d0ab0f727597985d459fd063fe70a4b77a9ed9298a7a WHIRLPOOL 85f1fe15299f024b6bc9d86127f146298c805adfe46009f90a2ae171e1f3c217a7708bbd8111095e0102cae4bdf1c508ce0bdfe66bf118813ca14026f1f79fa8
DIST coldsync-3.0-pre4.tar.gz 657305 SHA256 ca32dbcd1b2d3cbce8ee4e34aafb1183fc09c3ead69d308e76454a9c4c4728c3 SHA512 9f8ad373b2613388dfa47c86a65c05378f66b59ce09e5c984617fbb72525a5f31f90dd09a22258ada469a29278cdd442632747c8d2f924372bfbd6e0ba4bec22 WHIRLPOOL e05cee91e61cdd979efcab168d10834f9b0fb8e19a3a488efa99b910490051857358a3c9c9c548acb62b9fcd96268b7d717549f6a9882c434446729af928ba9f

@ -1,76 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils flag-o-matic perl-module toolchain-funcs
DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations"
HOMEPAGE="http://www.coldsync.org/"
SRC_URI="http://www.coldsync.org/download/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="nls perl"
RDEPEND="perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_prepare() {
epatch "${FILESDIR}"/${P}-toolchain.patch
if use perl; then
pushd perl/ColdSync
perl-module_src_prepare
popd
fi
}
src_configure() {
tc-export CC CXX
append-cflags -fno-strict-aliasing
# TODO: i18n: msgfmt fails but doesn't || die
econf \
$(use_with nls i18n) \
--without-perl
if use perl; then
pushd perl/ColdSync
perl-module_src_configure
popd
fi
}
src_compile() {
default
if use perl; then
pushd perl/ColdSync
perl-module_src_compile
popd
fi
}
src_install() {
emake \
PREFIX="${D}"/usr \
MANDIR="${D}"/usr/share/man \
SYSCONFDIR="${D}"/etc \
DATADIR="${D}"/usr/share \
INFODIR="${D}"/usr/share/info \
INSTALLMAN3DIR="${D}"/usr/share/man/man3 \
INSTALLSITEMAN3DIR="${D}"/usr/share/man/man3 \
INSTALLVENDORMAN3DIR="${D}"/usr/share/man/man3 \
install
if use perl; then
pushd perl/ColdSync
perl-module_src_install
popd
fi
dodoc AUTHORS ChangeLog FAQ HACKING NEWS README* TODO
}

@ -1,87 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit flag-o-matic eutils perl-module toolchain-funcs
MY_P=${PN}-${PV/_/-}
DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations"
HOMEPAGE="http://www.coldsync.org/"
SRC_URI="http://www.coldsync.org/download/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="caps nls perl usb"
RDEPEND="caps? ( sys-libs/libcap )
perl? ( dev-lang/perl )
usb? ( virtual/libusb:0 )"
DEPEND="${RDEPEND}
sys-apps/texinfo
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-texinfo-5.patch
if use perl; then
pushd perl/ColdSync
perl-module_src_prepare
popd
fi
}
src_configure() {
tc-export CC CXX
append-cflags -fno-strict-aliasing
# FIXME: Fails to link later because libpconn is underlinked with USE="usb".
append-ldflags $(no-as-needed)
econf \
$(use_with nls i18n) \
$(use_with caps capabilities) \
$(use_with usb libusb) \
--without-perl
if use perl; then
pushd perl/ColdSync
perl-module_src_configure
popd
fi
}
src_compile() {
emake -j1 #279292
if use perl; then
pushd perl/ColdSync
perl-module_src_compile
popd
fi
}
src_install() {
emake \
PREFIX="${D}"/usr \
MANDIR="${D}"/usr/share/man \
SYSCONFDIR="${D}"/etc \
DATADIR="${D}"/usr/share \
INFODIR="${D}"/usr/share/info \
INSTALLMAN3DIR="${D}"/usr/share/man/man3 \
INSTALLSITEMAN3DIR="${D}"/usr/share/man/man3 \
INSTALLVENDORMAN3DIR="${D}"/usr/share/man/man3 \
EXTRA_INFOFILES="" \
install
if use perl; then
pushd perl/ColdSync
perl-module_src_install
popd
fi
dodoc AUTHORS ChangeLog FAQ HACKING NEWS README* TODO
}

@ -1,25 +0,0 @@
--- src/symboltable.cc
+++ src/symboltable.cc
@@ -11,8 +11,11 @@
#include <string>
#include <map>
#include <cstdlib> // For malloc() and friends
+#include <cstring> // For strlen() and friends
#include "symboltable.h"
+using namespace std;
+
static char *make_c_string(const string &s);
map<string,string> table; /* XXX - Is this going to cause problems on
--- src/symboltable.h
+++ src/symboltable.h
@@ -26,7 +26,7 @@
/* Initialize the symbol table based on the
* arguments. */
#ifdef __cplusplus
-};
+}
#endif /* __cplusplus */
/* This is for Emacs's benefit:

@ -1,27 +0,0 @@
Fix building against texinfo >= 5.0
http://bugs.gentoo.org/514772
http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#g_t_0040copyright
--- doc/conduits.texi
+++ doc/conduits.texi
@@ -33,7 +33,7 @@
@page
@vskip 0pt plus 1filll
-Copyright @copyright 2000 Andrew Arensburger.
+Copyright @copyright{} 2000 Andrew Arensburger.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
--- doc/libpalm.texi
+++ doc/libpalm.texi
@@ -57,7 +57,7 @@
@page
@vskip 0pt plus 1filll
-Copyright @copyright 1999 Andrew Arensburger.
+Copyright @copyright{} 1999 Andrew Arensburger.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

@ -1 +0,0 @@
DIST jpilot-syncmal-0.81.tar.gz 347999 SHA256 2724453b671c867207a5597f9648b455740d97673efe9e6c174beced7a5fb24a SHA512 a5c47ade0e15fc47eb15d9fc7ea98d01d36c790af0f32bb27aa4299409b9bd35c4a2c850422ba939d1a6c826fbf97d188f6283e47234a49103235dd2bc38d353 WHIRLPOOL d433e579ada2dd083da1f7dc8d6f1169751fcb90f8391278f03d24532a5d90af0da1b4fb07be75e8d5df51c676e17f2b6d75044b0b248da01110b9b84cfdc82b

@ -1,38 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
inherit multilib
DESCRIPTION="Syncmal plugin for jpilot"
HOMEPAGE="http://www.jlogday.com/code/syncmal/index.html"
SRC_URI="http://www.jlogday.com/code/syncmal/${P}.tar.gz"
LICENSE="GPL-2 MPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=app-pda/jpilot-0.99.9
>=app-pda/pilot-link-0.12.3
>=x11-libs/gtk+-2.8.19:2
>=dev-libs/libmal-0.44"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf \
--enable-gtk2
}
src_install() {
emake \
DESTDIR="${D}" \
libdir="/usr/$(get_libdir)/jpilot/plugins" \
install || die
dodoc AUTHORS README TODO
find "${D}" -name '*.la' -delete
}

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

@ -1 +0,0 @@
DIST synce-sync-engine-0.15.1.tar.gz 173406 SHA256 bdee6ba59d3106768dbe61f4f353ae2b59cbf1112cd274128f52a86d180370c4 SHA512 ef4855c24e8bff7da0e3eeccfc495e98ccd3817f20683f9648b6370cef05a22fa49ce19514efea9936d416120a7881ef930b433d7800b2f19c11ceb585aff827 WHIRLPOOL 534acbcf3abd29235d1073c96157832631ca1a408b8ed3fa4571daa09e7ee74c4a2ac73d5262cdae6bf353a563ea7be9dac5985d41fa2b00694576cc24751fd3

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">synce</remote-id>
</upstream>
</pkgmetadata>

@ -1,49 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
PYTHON_DEPEND="2:2.7"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils multilib
DESCRIPTION="A synchronization engine for SynCE"
HOMEPAGE="https://sourceforge.net/projects/synce/"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-pda/synce-core[python]
>=dev-libs/librra-0.16[python]
>=dev-libs/librtfcomp-1.2[python]
dev-libs/libxml2[python]
dev-libs/libxslt[python]
dev-python/dbus-python
dev-python/pygobject:2"
DEPEND=${RDEPEND}
PYTHON_MODNAME=SyncEngine
src_prepare() {
sed -i -e 's:share/doc/sync-engine:foobar:' setup.py || die
distutils_src_prepare
}
src_install() {
insinto /usr/share/dbus-1/services
doins config/org.synce.SyncEngine.service || die
insinto /etc
doins config/syncengine.conf.xml || die
distutils_src_install
rm -rf "${ED}"/usr/foobar
}

@ -13,7 +13,7 @@ SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization +required-use security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )

@ -1,4 +0,0 @@
DIST lodgeit-0.3_p20120507.py 12785 SHA256 87dfd329e7d1fdf1902c6d1903a0b629b63749b69932235ed4d70c2e836400ab SHA512 a6300a4d11626cde612f1b88f137587241940f2ef3b08ea2745e85cd2423161fd882adc04ce64aa9adbffd883cb2fe30793791a0f36a2e8d69cb757075ef6873 WHIRLPOOL add0cb101cd47ab4165c593fab6ab51d6303f307481b29ee3c2212a9a93b78ac35bd93aa0cb5e4ee1458986d464f22021eb521ec1eaa69edae68851f8ceb5369
DIST lodgeit-0.3_p20120507.vim 3882 SHA256 b8c1e918a7d6e7c5675ccd05893ad7bf3dae19493248e85735fded16903b06bc SHA512 d8a627fa2430680b78de9d0412c05955fd3294b56590e0e3448d75d9b3f8f5c8921187fee6de5eaf7f9b8e93080042eb3719e2f690c601508ea08878616f301d WHIRLPOOL f6d399c76f7873978d63e2a2f0720bde672d495e45f1fbec02c4125e6e5ae1a3ffa1effcda9e9b8402928c5134456a48a5f53a09f7ffb2667cf4933bbc0c9aee
DIST lodgeit-0.3_p20120618.py 13010 SHA256 6a48885c6215d5b3abea55934cddc74a9fb3fdac03e29e269c7e7913b99f0f3b SHA512 23da205f2fc3c60c5df9816dcf08a45ff87523698675122ea231ca29ba04d178c003d2a55577f0e0e4dee08c670d5a18826e6bc6cf325b9e28c5668f1bd4d027 WHIRLPOOL 788e52c4533f153fc43c8ea8f316fc691ff48469e28541471524208ad2c54807e24c192d489fe68279586d28cd20fe8004b588cab9730fd8b9fdfc4b84a3d4b4
DIST lodgeit-0.3_p20120618.vim 3882 SHA256 b8c1e918a7d6e7c5675ccd05893ad7bf3dae19493248e85735fded16903b06bc SHA512 d8a627fa2430680b78de9d0412c05955fd3294b56590e0e3448d75d9b3f8f5c8921187fee6de5eaf7f9b8e93080042eb3719e2f690c601508ea08878616f301d WHIRLPOOL f6d399c76f7873978d63e2a2f0720bde672d495e45f1fbec02c4125e6e5ae1a3ffa1effcda9e9b8402928c5134456a48a5f53a09f7ffb2667cf4933bbc0c9aee

@ -1,2 +0,0 @@
server_name = http://bpaste.net/
encoding = utf-8

@ -1,50 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
MY_REV="03a5e8a6d1d4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit python
DESCRIPTION="Command-line interface to paste.pocoo.org"
HOMEPAGE="http://paste.pocoo.org/"
SRC_URI="https://bitbucket.org/skrattaren/lodgeit-script-gentoo/raw/${MY_REV}/scripts/lodgeit.py
-> ${P}.py
vim? ( http://www.vim.org/scripts/download_script.php?src_id=8848
-> ${P}.vim )"
LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="vim"
RESTRICT="test"
DEPEND=""
RDEPEND="
vim? ( || ( app-editors/vim[python] app-editors/gvim[python] ) )"
S="${WORKDIR}"
src_unpack() {
:
}
src_install() {
installation(){
newbin "${DISTDIR}/${P}.py" "${PN}-${PYTHON_ABI}"
python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/${PN}-${PYTHON_ABI}
}
python_execute_function installation
python_generate_wrapper_scripts "${ED}"/usr/bin/${PN}
if use vim; then
insinto /usr/share/vim/vimfiles/plugin
newins "${DISTDIR}/${P}.vim" "${PN}.vim"
fi
}

@ -1,57 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
MY_REV="1ca55b8189de"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit python
DESCRIPTION="Command-line interface to paste.pocoo.org"
HOMEPAGE="http://paste.pocoo.org/"
SRC_URI="https://bitbucket.org/skrattaren/lodgeit-script-gentoo/raw/${MY_REV}/scripts/lodgeit.py
-> ${P}.py
vim? ( http://www.vim.org/scripts/download_script.php?src_id=8848
-> ${P}.vim )"
LICENSE="BSD MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vim"
RESTRICT="test"
DEPEND=""
RDEPEND="
vim? ( || ( app-editors/vim[python] app-editors/gvim[python] ) )"
S="${WORKDIR}"
src_unpack() {
:
}
src_install() {
installation(){
newbin "${DISTDIR}/${P}.py" "${PN}-${PYTHON_ABI}"
python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/${PN}-${PYTHON_ABI}
}
python_execute_function installation
python_generate_wrapper_scripts "${ED}"/usr/bin/${PN}
insinto /etc
doins "${FILESDIR}"/lodgeitrc
if use vim; then
local vimdir=/usr/share/vim/vimfiles/plugin
insinto ${vimdir}
newins "${DISTDIR}"/${P}.vim ${PN}.vim
#Change default service for Lodgeit vim script
sed -e 's:paste.pocoo.org:bpaste.net:g' \
-i "${ED}"${vimdir}/${PN}.vim || die "sed failed"
fi
}

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="vim">
Install a vim plugin allowing to paste and download from within vim
</flag>
</use>
<upstream>
<remote-id type="bitbucket">skrattaren/lodgeit-script-gentoo</remote-id>
</upstream>
</pkgmetadata>

@ -1 +0,0 @@
DIST notecase-1.9.8_src.tar.gz 928579 SHA256 0b7e23ec97efd5cd4ada651ac93273f9e5ed2cfff027abfb4ae130039563b746 SHA512 9c03da5a4f5290b25c1da32373f3e78d80c514dfed95b2c8f89e561c9acc062e10d3fa1c75241a3452168821ed60182016955b1923a3798fad572e9f5d3fdaf5 WHIRLPOOL 427996fc8d0cfc2bd44e788cb6e1adc69c52260344be0fe48d571edd61ef6b23f80e20a3838322d413a02158a04b2cdfaff5e96e613c6cb077e857f29e75db51

@ -1,29 +0,0 @@
--- Makefile.orig 2007-11-13 16:31:55.000000000 +0100
+++ Makefile 2007-11-13 16:33:04.000000000 +0100
@@ -113,18 +113,9 @@
QC=@echo '===> Compiling $<';
QL=@echo '===> Linking $@';
-# using "--as-needed" to cut down link requirements (check by "readelf -d /usr/bin/notecase | grep NEEDED")
-ifeq ($(LDFLAGS),)
-ifdef OSX_BUILD
- LDFLAGS=-Os -Wl -bind_at_load
-else
- LDFLAGS=-Os -Wl,--as-needed
-endif
-
ifneq ($(NOKIA_MAEMO_BUILD),)
LDFLAGS += -ansi
endif
-endif
# define compile/link command line with flags
CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DENABLE_NLS
@@ -158,7 +149,6 @@
$(OBJ)/IOLayerRedirect.o $(OBJ)/FileExportDlg.o $(OBJ)/FormatIOTxt.o $(OBJ)/FindReplaceDlg.o \
$(OBJ)/FindReplaceInfo.o $(OBJ)/LinkInfo.o $(OBJ)/LinkPropertiesDlg.o $(OBJ)/ExecuteFile.o \
$(OBJ)/FileSaveAsDlg.o $(OBJ)/CircularBuffer.o $(OBJ)/FormatIOMMLX.o \
- $(OBJ)/libz.a \
$(OBJ)/ProgressDlg.o $(OBJ)/DocActionPix.o $(OBJ)/DocActionFinish.o $(OBJ)/DocActionFmt.o $(OBJ)/FmtInfo.o \
$(OBJ)/FileAttachmentDlg.o $(OBJ)/DocActionAtt.o $(OBJ)/PixPropertiesDlg.o $(OBJ)/DocActionFinishDel.o \
$(OBJ)/ShortcutsList.o $(OBJ)/ShortcutsListDlg.o $(OBJ)/DateTimeDlg.o $(OBJ)/AboutDlg.o $(OBJ)/EditDlg.o

@ -1,22 +0,0 @@
diff -Naurp notecase-1.9.8-orig/src/lib/IniFile.cpp notecase-1.9.8/src/lib/IniFile.cpp
--- notecase-1.9.8-orig/src/lib/IniFile.cpp 2008-10-24 12:54:50.000000000 -0600
+++ notecase-1.9.8/src/lib/IniFile.cpp 2009-07-27 13:04:34.519339275 -0600
@@ -9,6 +9,7 @@
#include "IniFile.h"
#include <algorithm> //find() function
#include <string>
+#include <cstdio>
#include "File64.h"
#include "FilePath.h"
#include "debug.h"
diff -Naurp notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp notecase-1.9.8/src/_unx/ExecuteFile.cpp
--- notecase-1.9.8-orig/src/_unx/ExecuteFile.cpp 2008-10-24 12:54:50.000000000 -0600
+++ notecase-1.9.8/src/_unx/ExecuteFile.cpp 2009-07-27 13:07:56.101813217 -0600
@@ -12,6 +12,7 @@
#include "../lib/debug.h"
#include <string>
#include <cstring>
+#include <cstdio>
#include <vector>
#include <algorithm>
#include <string.h>

@ -1,13 +0,0 @@
Index: notecase-1.9.8/Makefile
===================================================================
--- notecase-1.9.8.orig/Makefile
+++ notecase-1.9.8/Makefile
@@ -685,7 +685,7 @@ updatesrc:
exit 1;\
fi;
$(Q)if [ "$(HAVE_GTKSOURCEVIEW)" = "1" ]; then \
- if [[ "$(TEST_SRCVIEW_VER)" < "2.4.1" ]]; then \
+ if [[ "$(TEST_SRCVIEW_VER)" < "2.10.1" ]]; then \
echo 'ERROR: gtksourceview package is too old ($(shell pkg-config --modversion gtksourceview-2.0))!';\
exit 1;\
fi;\

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">notecase</remote-id>
</upstream>
</pkgmetadata>

@ -1,72 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit eutils fdo-mime
DESCRIPTION="Hierarchical note manager written using GTK+ and C++"
HOMEPAGE="http://notecase.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}_src.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gnome nls"
RDEPEND="sys-libs/zlib:0
>=x11-libs/gtk+-2.6:2
x11-libs/libX11:0"
DEPEND="${RDEPEND}
virtual/pkgconfig:*"
# test doesn't work
RESTRICT="test"
src_prepare() {
# Respect CFLAGS and don't use --as-needed by default
epatch "${FILESDIR}/notecase-1.7.2-CFLAGS.patch"
epatch "${FILESDIR}"/${P}-gcc44.patch
epatch "${FILESDIR}"/${P}-gtksourceview.patch
if ! use gnome; then
# Comment variable in the Makefile if we don't have gnome
sed -i -e 's/HAVE_GNOME_VFS=1/#HAVE_GNOME_VFS=1/g' \
-e 's/AUTODETECT_GNOME_VFS=1/#AUTODETECT_GNOME_VFS=1/g' \
Makefile || die "gnome sed failed"
fi
! use nls && {
sed -i -e 's/notecase$(EXE) poinstall/notecase$(EXE)/g' \
Makefile || die "nls sed failed"
}
# Verbose building, fix as-needed support and missing libs.
sed -e 's/^\(Q[CL]*=\)@.*$/\1/' \
-e 's:\(-o $(BIN)/notecase$(EXE) .*\) \($(GTKLIBS)\):\2 -lX11 -lz \1:' \
-i Makefile || die
# Remove Application category from .desktop file.
sed -i 's/^\(Categories=\)Application;/\1/' docs/notecase.desktop || die
}
src_compile() {
emake -j1
}
src_install() {
default
dodoc readme.txt
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]] ; then
SLOT="0/9999"
else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/62" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
fi

@ -10,7 +10,7 @@ SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
DEPEND=""

@ -0,0 +1 @@
DIST vim-tmux-3.0.0.zip 12713 SHA256 8ca059d610489a7d8be010aa1136c2501cbe18e86b0552e173fc0a5b6694dc24 SHA512 d6bc94c34ab32608610fdfffc3a3522b6056b3b61dd3cb9c63a71cb20d1597954aec65a06c5ce22352731d4e70b6a239ca5f303427182cce93324042b7f10c8c WHIRLPOOL 49f5b3e9b6e7d4608c049684605b393686c5f1ab447a71ac4af5c6b208829ab5df7f053eaa3bd8b327e6f9d5bd8d0af1547da8a47e89873325d3328ee42830bb

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>vim@gentoo.org</email>
<name>Gentoo Vim Project</name>
</maintainer>
<maintainer type="project">
<email>shell-tools@gentoo.org</email>
<name>Gentoo Tools Project</name>
</maintainer>
<maintainer type="person">
<email>monsieurp@gentoo.org</email>
</maintainer>
</pkgmetadata>

@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="vim.org"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
DEPEND="
app-misc/tmux
app-arch/unzip"
RDEPEND="${DEPEND}"
src_compile() {
:;
}

@ -1,3 +0,0 @@
DIST asis-gpl-2006.tar.bz2 1546623 SHA256 66825814792b1ddce9a6e3cc43c7426f9a563d9dbaa1b254884139b51279ebf4 SHA512 6afba6c335329670977b0aee5275928a039968ef5120978e619959f30981fd5da971c6f72a1848399061fa03490c96ff1ad7bae6c197e667ad4bc798847952af WHIRLPOOL 06d5198dbd38c8c048175ff4464496d585eb4752007d074fda1f3e77cec8e8df49fa6c6b952ac1ef2df8609742773490301a9a4149ad435ec91d09629eea3a39
DIST asis-gpl-2007-src.tgz 2268673 SHA256 6b8f5d3372bcfa83a49e991550f8e7ecb66d3fc59cac3d1cbc835eee32da189b SHA512 93c45c4cf056038eac70e14b07a9e1cd1de45ca8339b512633f9427622bfe669787b53c66124a46d6bdaaefaf8602b09e2e0345bfc6cdd758e52d32d63fd5fcc WHIRLPOOL f81712992035da6a8097be894c4202ab8159b8514b8828a5bf2b7922b2cd29e38e2cb7bc4bf3758d99889ca127035648946207e8c41592f873abb62020023d48
DIST asis-gpl-2008-src.tgz 2324780 SHA256 74e306f4c24c79d2bd9395c3ec03edbbdaeb2741e962e7398116b45aa4c4869f SHA512 8513b3211c8021da54d1c79c3d10155c75a29be4780465666cd6e18c4c0e0565e5e5c15eaa1b21c0e18f6cc4342c7dcabcdf55b3f483a5587f227c3c6cf87fa2 WHIRLPOOL 9cf5fb78b79e4551ef10181b2b04d327421b3575223a9684d8d81ccf6e3df8ea2c9d0555ebee457fa059e6d7cb6a398ab7b2ab820ffa6a5f3b54e9ad63eb16b9

@ -1,113 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils flag-o-matic gnatbuild
ACT_Ver=$(get_version_component_range 4)
Gnat_Name="gnat-gpl"
DESCRIPTION="The Ada Semantic Interface Specification (tools tied to compiler)"
SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}.tar.bz2"
HOMEPAGE="https://libre.adacore.com/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="=dev-lang/gnat-gpl-${PV}*"
DEPEND="${RDEPEND}
doc? ( virtual/latex-base
app-text/texi2html )"
S="${WORKDIR}/asis-${ACT_Ver}"
# it may be even better to force plain -O2 -pipe -ftracer here
replace-flags -O3 -O2
pkg_setup() {
currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }')
if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then
echo
eerror "The active gnat profile does not correspond to the selected"
eerror "version of asis! Please install the appropriate gnat (if you"
eerror "did not so yet) and run:"
eerror "eselect gnat set ${CTARGET}-${Gnat_Name}-${SLOT}"
eerror "env-update && source /etc/profile"
eerror "and then emerge =dev-ada/${P} again.."
echo
die
fi
}
# we need to override the eclass defined src_unpack
src_unpack() {
unpack ${A}
}
src_compile() {
# Build the shared library first, we need -fPIC here
gnatmake -Pasis_bld -XBLD=prod -XOPSYS=default_Unix -cargs ${CFLAGS} -fPIC \
|| die "building libasis.a failed"
gnatgcc -shared -Wl,-soname,libasis-${ACT_Ver}.so \
-o obj/libasis-${ACT_Ver}.so obj/*.o -lc \
|| die "building libasis.so failed"
# build tools
for fn in tools/*; do
pushd ${fn}
gnatmake -P${fn:6}.gpr || die "building ${fn:6} failed"
popd
done
# common stuff is just docs in this case
if use doc; then
emake -C documentation all || die "Failed while compiling documentation"
fi
}
src_install () {
# we need to adjust some vars defined in gnatbuild.eclass so that they use
# gnat-gpl instead of asis
LIBPATH=${LIBPATH/${PN}/${Gnat_Name}}
BINPATH=${BINPATH/${PN}/${Gnat_Name}}
DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
# install the lib
mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
insinto ${LIBPATH}/adainclude
doins gnat/*.ad[sb]
doins asis/*.ad[sb]
# tools
mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
dodoc documentation/*.txt
dohtml documentation/*.html
# info's should go into gnat-gpl dirs
insinto ${DATAPATH}/info/
doins documentation/*.info
insinto /usr/share/doc/${PF}
doins -r documentation/*.pdf examples/ tutorial/ templates/
}
pkg_postinst() {
echo
elog "The ASIS is installed for the active gnat compiler at gnat's location."
elog "No further configuration is necessary. Enjoy."
echo
}

@ -1,121 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils flag-o-matic gnatbuild
ACT_Ver=$(get_version_component_range 4)
Gnat_Name="gnat-gpl"
DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)"
SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}-src.tgz"
HOMEPAGE="https://libre.adacore.com/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="=dev-lang/gnat-gpl-${PV}*"
DEPEND="${RDEPEND}
doc? ( virtual/latex-base
app-text/texi2html )"
S="${WORKDIR}/asis-${ACT_Ver}-src"
# it may be even better to force plain -O2 -pipe -ftracer here
replace-flags -O3 -O2
# we need to adjust some vars defined in gnatbuild.eclass so that they use
# gnat-gpl instead of asis
LIBPATH=${LIBPATH/${PN}/${Gnat_Name}}
BINPATH=${BINPATH/${PN}/${Gnat_Name}}
DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
QA_EXECSTACK="${BINPATH:1}/*
${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so"
pkg_setup() {
currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }')
if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then
echo
eerror "The active gnat profile does not correspond to the selected"
eerror "version of asis! Please install the appropriate gnat (if you"
eerror "did not so yet) and run:"
eerror "eselect gnat set ${CTARGET}-${Gnat_Name}-${SLOT}"
eerror "env-update && source /etc/profile"
eerror "and then emerge =dev-ada/${P} again.."
echo
die
fi
}
# we need to override the eclass defined src_unpack
# and change gcc to gnatgcc where appropriate
src_unpack() {
unpack ${A}
cd "${S}"
for fn in asis/a4g-gnat_int.adb gnat/snames.adb tools/tool_utils/asis_ul-common.adb; do
sed -i -e "s:\"gcc:\"gnatgcc:" ${fn}
done
}
src_compile() {
# Build the shared library first, we need -fPIC here
gnatmake -Pasis_bld -XBLD=prod -XOPSYS=default_Unix -cargs ${CFLAGS} -fPIC \
|| die "building libasis.a failed"
gnatgcc -shared -Wl,-soname,libasis-${ACT_Ver}.so \
-o obj/libasis-${ACT_Ver}.so obj/*.o -lc \
|| die "building libasis.so failed"
# build tools
for fn in tools/*; do
pushd ${fn}
gnatmake -P${fn:6}.gpr || die "building ${fn:6} failed"
popd
done
# common stuff is just docs in this case
if use doc; then
emake -C documentation all || die "Failed while compiling documentation"
fi
}
src_install () {
# install the lib
mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
insinto ${LIBPATH}/adainclude
doins gnat/*.ad[sb]
doins asis/*.ad[sb]
# tools
mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
dodoc documentation/*.txt
dohtml documentation/*.html
# info's should go into gnat-gpl dirs
insinto ${DATAPATH}/info/
doins documentation/*.info
insinto /usr/share/doc/${PF}
doins -r documentation/*.pdf examples/ tutorial/ templates/
}
pkg_postinst() {
echo
elog "The ASIS is installed for the active gnat compiler at gnat's location."
elog "No further configuration is necessary. Enjoy."
echo
}

@ -1,123 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils flag-o-matic gnatbuild
ACT_Ver=$(get_version_component_range 4)
Gnat_Name="gnat-gpl"
DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)"
SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}-src.tgz"
HOMEPAGE="https://libre.adacore.com/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="=dev-lang/gnat-gpl-${PV}*"
DEPEND="${RDEPEND}
doc? ( virtual/latex-base
app-text/texi2html )"
S="${WORKDIR}/asis-${ACT_Ver}-src"
# it may be even better to force plain -O2 -pipe -ftracer here
replace-flags -O3 -O2
# we need to adjust some vars defined in gnatbuild.eclass so that they use
# gnat-gpl instead of asis
LIBPATH=${LIBPATH/${PN}/${Gnat_Name}}
BINPATH=${BINPATH/${PN}/${Gnat_Name}}
DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
QA_EXECSTACK="${BINPATH:1}/*
${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so"
pkg_setup() {
currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }')
if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then
echo
eerror "The active gnat profile does not correspond to the selected"
eerror "version of asis! Please install the appropriate gnat (if you"
eerror "did not so yet) and run:"
eerror "eselect gnat set ${CTARGET}-${Gnat_Name}-${SLOT}"
eerror "env-update && source /etc/profile"
eerror "and then emerge =dev-ada/${P} again.."
echo
die
fi
}
# we need to override the eclass defined src_unpack
# and change gcc to gnatgcc where appropriate
src_unpack() {
unpack ${A}
cd "${S}"
for fn in asis/a4g-gnat_int.adb gnat/snames.adb \
tools/tool_utils/asis_ul-common.adb \
tools/gnatmetric/metrics-compute.adb; do
sed -i -e "s:\"gcc:\"gnatgcc:" ${fn}
done
}
src_compile() {
# Build the shared library first, we need -fPIC here
gnatmake -Pasis_bld -XBLD=prod -XOPSYS=default_Unix -cargs ${CFLAGS} -fPIC \
|| die "building libasis.a failed"
gnatgcc -shared -Wl,-soname,libasis-${ACT_Ver}.so \
-o obj/libasis-${ACT_Ver}.so obj/*.o -lc \
|| die "building libasis.so failed"
# build tools
for fn in tools/*; do
pushd ${fn}
gnatmake -P${fn:6}.gpr || die "building ${fn:6} failed"
popd
done
# common stuff is just docs in this case
if use doc; then
emake -C documentation all || die "Failed while compiling documentation"
fi
}
src_install () {
# install the lib
mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
insinto ${LIBPATH}/adainclude
doins gnat/*.ad[sb]
doins asis/*.ad[sb]
# tools
mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
dodoc documentation/*.txt
dohtml documentation/*.html
# info's should go into gnat-gpl dirs
insinto ${DATAPATH}/info/
doins documentation/*.info
insinto /usr/share/doc/${PF}
doins -r documentation/*.pdf examples/ tutorial/ templates/
}
pkg_postinst() {
echo
elog "The ASIS is installed for the active gnat compiler at gnat's location."
elog "No further configuration is necessary. Enjoy."
echo
}

@ -1,127 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# NOTE: gnat-gpl-2007 and 2008 have "incompatible bugs"
# so, we separate asis following the separation of gnat
SLOT="4.1-2008"
inherit eutils flag-o-matic gnatbuild
ACT_Ver=$(get_version_component_range 4)
Gnat_Name="gnat-gpl"
DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)"
SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}-src.tgz"
HOMEPAGE="https://libre.adacore.com/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="=dev-lang/gnat-gpl-${PV}*"
DEPEND="${RDEPEND}
doc? ( virtual/latex-base
app-text/texi2html )"
S="${WORKDIR}/asis-${ACT_Ver}-src"
# it may be even better to force plain -O2 -pipe -ftracer here
replace-flags -O3 -O2
# we need to adjust some vars defined in gnatbuild.eclass so that they use
# gnat-gpl instead of asis
LIBPATH=${LIBPATH/${PN}/${Gnat_Name}}
BINPATH=${BINPATH/${PN}/${Gnat_Name}}
DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
QA_EXECSTACK="${BINPATH:1}/*
${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so"
pkg_setup() {
currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }')
if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then
echo
eerror "The active gnat profile does not correspond to the selected"
eerror "version of asis! Please install the appropriate gnat (if you"
eerror "did not so yet) and run:"
eerror "eselect gnat set ${CTARGET}-${Gnat_Name}-${SLOT}"
eerror "env-update && source /etc/profile"
eerror "and then emerge =dev-ada/${P} again.."
echo
die
fi
}
# we need to override the eclass defined src_unpack
# and change gcc to gnatgcc where appropriate
src_unpack() {
unpack ${A}
cd "${S}"
for fn in asis/a4g-gnat_int.adb gnat/snames.adb \
tools/tool_utils/asis_ul-common.adb \
tools/gnatmetric/metrics-compute.adb; do
sed -i -e "s:\"gcc:\"gnatgcc:" ${fn}
done
}
src_compile() {
# Build the shared library first, we need -fPIC here
gnatmake -Pasis_bld -XBLD=prod -XOPSYS=default_Unix -cargs ${CFLAGS} -fPIC \
|| die "building libasis.a failed"
gnatgcc -shared -Wl,-soname,libasis-${ACT_Ver}.so \
-o obj/libasis-${ACT_Ver}.so obj/*.o -lc \
|| die "building libasis.so failed"
# build tools
for fn in tools/*; do
pushd ${fn}
gnatmake -P${fn:6}.gpr || die "building ${fn:6} failed"
popd
done
# common stuff is just docs in this case
if use doc; then
emake -C documentation all || die "Failed while compiling documentation"
fi
}
src_install () {
# install the lib
mkdir -p "${D}${LIBPATH}"/adalib
chmod 0755 obj/libasis-${ACT_Ver}.so
cp obj/libasis-${ACT_Ver}.so "${D}${LIBPATH}"/adalib
insinto ${LIBPATH}/adalib
doins obj/*.ali lib/libasis.a
# make appropriate symlinks
pushd "${D}${LIBPATH}"/adalib
ln -s libasis-${ACT_Ver}.so libasis.so
popd
# sources
insinto ${LIBPATH}/adainclude
doins gnat/*.ad[sb]
doins asis/*.ad[sb]
# tools
mkdir -p "${D}${BINPATH}"
for fn in tools/{asistant,gnat*}; do
cp ${fn}/${fn:6} "${D}${BINPATH}"
done
# docs and examples
dodoc documentation/*.txt
dohtml documentation/*.html
# info's should go into gnat-gpl dirs
insinto ${DATAPATH}/info/
doins documentation/*.info
insinto /usr/share/doc/${PF}
doins -r documentation/*.pdf tutorial/ templates/
}
pkg_postinst() {
echo
elog "The ASIS is installed for the active gnat compiler at gnat's location."
elog "No further configuration is necessary. Enjoy."
echo
}

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

Loading…
Cancel
Save