cleanup: removed old ebuilds.
This commit is contained in:
parent
eb6cb99a65
commit
f77154db6e
@ -1,2 +0,0 @@
|
||||
DIST kcaldav-1.1.0.tar.gz 536931 RMD160 3ca3bf446da64abf93b1d0ac4c095def666e6c07 SHA1 f8cac3587bc6206733072c83d372756991061e90 SHA256 9c2763d1f9d21dbe779f297f119c34fab19c7cae5f7c66ca254bd6b99364c922
|
||||
EBUILD kcaldav-1.1.0.ebuild 511 RMD160 283b88dcb048e8e0198651c4fe22fe3cc4c1f512 SHA1 9f6e2a6138e487d25127760ad192b64ae43f1d41 SHA256 4030fafc2f7c68f0928528af00915e3b93a0d4221f25631c50c992b9d26e99e8
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="CalDAV support for KDE Kontact"
|
||||
HOMEPAGE="http://code.google.com/p/kcaldav/"
|
||||
SRC_URI="http://kcaldav.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
cd ${S}
|
||||
emake || die "make failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "einstall failed"
|
||||
}
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
AUX apacheds.conf 743 SHA256 d302e492d1c876185241512b75883ac4debbad7a22519d308909065dc149d5b1 SHA512 85d01ef0c5be92d1c3cd9c2d551d00f3717dcac1d58e040caeb8b173f033ab18cb30d084cb9f4215e015b11de7496c09788c99b2e2ba3ee4c2c072bcd381b57f WHIRLPOOL 9c0697483ba9d1ae0f1b1b1efaa832ccafce017aab400cbb53d5da7987b5699828c4ea80a7626a310e049b0ee6e408af75a8b382de7b49b8f1ea6ef98f547ebb
|
||||
AUX apacheds.init 3363 SHA256 94e07ff02e09906893c63d36eb9c713de0e4e85267e35071e86342f6348c5a52 SHA512 79531530739737540af519c22476963593dbf890cad4c43308bce93649f93e9f49446b5781bf596a7a454a1a1aa0fdb98e46f3d09a5a5aca97712b916d7436e1 WHIRLPOOL 126aa57b2bc66f877cfbc6d25cb1794a254bef8c9deca37f52ee92b18fe3a38a0dfef4a1f52d29d4ae9640fe4906dcdbc95915648fa35c174d7cf4bba89d88b1
|
||||
DIST apacheds-2.0.0-M16.tar.gz 9823176 SHA256 e7d768852338f04f12ec3b3bfc0e11ea2346bcaebe07a21520136297e136aa34 SHA512 3394afcc44819541f5ca99ce7be97f8dd3c258585236714d4044432c19e2492874018eeff4374728d242f7e6fd7ed8f48fe6ba466c363974000cde0ce5d18871 WHIRLPOOL 394d0df96079dae502f8548e1f9f64812aab78b89c9fb07b36cbb0b03990e25773ac5ce574aa310ce5df078f45d74d47d615f518f27d31e4f484d7280b98e75c
|
||||
EBUILD apacheds-2.0.0_rc16.ebuild 1601 SHA256 33a269691dc7f30a0b296f880e47ffcdd15366177db9b9eefd22b5f974163626 SHA512 99dcfa70ab6d9166e6029e586845a8be3c284b2b21e1a2016c5fd15d4a1bf429a65c334ab369f2dea7fb6849333f39c8473dcf021aa720e5316c47318c468a33 WHIRLPOOL 7f854c7f2c716494f88b089ec932b6894d3138a1d06e9d9089eb12c49870012b9415bad3c4bc6856c9316e253bfaafcfd4dcb1bcdc35d84982a43960f9172b24
|
@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils prefix user
|
||||
MY_PV="${PV//_rc/-M}"
|
||||
|
||||
DESCRIPTION="LDAP and Kerberos server written in Java"
|
||||
HOMEPAGE="http://directory.apache.org/apacheds/"
|
||||
SRC_URI="mirror://apache/directory/apacheds/dist/${MY_PV}/${PN}-${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/jre-1.6"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${PN}-${MY_PV}
|
||||
|
||||
pkg_setup() {
|
||||
ebegin "Creating apacheds user and group"
|
||||
enewgroup ${PN}
|
||||
enewuser ${PN} -1 -1 -1 ${PN}
|
||||
eend $?
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN}
|
||||
doins lib/apacheds*.jar
|
||||
|
||||
keepdir "/var/lib/${PN}"
|
||||
fowners apacheds:apacheds "/var/lib/${PN}"
|
||||
fperms 750 "/var/lib/${PN}"
|
||||
keepdir "/var/log/${PN}"
|
||||
fowners apacheds:apacheds "/var/log/${PN}"
|
||||
fperms 750 "/var/log/${PN}"
|
||||
keepdir "/var/tmp/${PN}"
|
||||
fowners apacheds:apacheds "/var/tmp/${PN}"
|
||||
|
||||
insinto "/etc/default/${PN}"
|
||||
cp instances/default/conf/* ${T}
|
||||
sed -i -e "s|\(layout\.ConversionPattern=\).*$|\1%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n|g" \
|
||||
"${T}/log4j.properties"
|
||||
doins "${T}"/log4j.properties "${T}"/config.ldif
|
||||
|
||||
cp "${FILESDIR}"/apacheds{.conf,.init} "${T}" || die
|
||||
eprefixify "${T}"/apacheds{.conf,.init}
|
||||
sed -i -e "s|@SLOT@|${SLOT}|g" \
|
||||
-e "s|@INSTANCE_USER@|apacheds|g" \
|
||||
-e "s|@INSTANCE_GROUP@|apacheds|g" \
|
||||
"${T}"/apacheds{.conf,.init} || die
|
||||
|
||||
newconfd "${T}"/apacheds.conf ${PN}
|
||||
newinitd "${T}"/apacheds.init ${PN}
|
||||
}
|
@ -1,25 +0,0 @@
|
||||
# Set the handle of the JVM to use. If unset uses the system-vm.
|
||||
# run 'eselect java-vm list' to get possible values.
|
||||
#
|
||||
#APACHEDS_JVM="icedtea-7"
|
||||
|
||||
# Additional options to pass to the JVM.
|
||||
# Example to set library path for tomcat-native:
|
||||
# JAVA_OPTS="-Djava.library.path=/usr/lib"
|
||||
#
|
||||
#JAVA_OPTS=""
|
||||
|
||||
# User/Group of this instance.
|
||||
APACHEDS_USER=@INSTANCE_USER@
|
||||
APACHEDS_GROUP=@INSTANCE_GROUP@
|
||||
|
||||
# Directory path location of temporary directory the JVM should
|
||||
# use (java.io.tmpdir).
|
||||
# Note: This directory must exist and be read/writable by tomcat.
|
||||
# See #246362 as an example where /var/tmp was deleted on shutdown.
|
||||
#
|
||||
#APACHEDS_TMPDIR="/@GENTOO_PORTAGE_EPREFIX@var/tmp/apacheds"
|
||||
|
||||
# Additional options to pass to ApacheDS
|
||||
#
|
||||
#APACHEDS_OPTS=""
|
@ -1,80 +0,0 @@
|
||||
#!/@GENTOO_PORTAGE_EPREFIX@sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
PIDFILE=/@GENTOO_PORTAGE_EPREFIX@var/run/${RC_SVCNAME}.pid
|
||||
|
||||
: ${APACHEDS_HOME:=/@GENTOO_PORTAGE_EPREFIX@var/run/${RC_SVCNAME}}
|
||||
: ${APACHEDS_BASE:=/@GENTOO_PORTAGE_EPREFIX@var/lib/${RC_SVCNAME}}
|
||||
: ${APACHEDS_TMPDIR:=/@GENTOO_PORTAGE_EPREFIX@var/tmp/${RC_SVCNAME}}
|
||||
: ${APACHEDS_USER:=apacheds}
|
||||
: ${APACHEDS_GROUP:=apacheds}
|
||||
|
||||
export JAVA_HOME=`java-config ${TOMCAT_JVM:+--select-vm ${TOMCAT_JVM}} --jre-home`
|
||||
|
||||
ADS_PWD=/usr/share/apacheds
|
||||
# Building dynamically the classpath
|
||||
|
||||
depend() {
|
||||
use logger net
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting ${RC_SVCNAME}"
|
||||
|
||||
if [ ! -e "${APACHEDS_TMPDIR}" ]; then
|
||||
eerror "APACHEDS_TMPDIR does not exist. Unable to start tomcat."
|
||||
eerror "Please see /@GENTOO_PORTAGE_EPREFIX@etc/conf.d/${RC_SVCNAME} for more information."
|
||||
eend 1
|
||||
fi
|
||||
|
||||
PERM="--group=${APACHEDS_GROUP} --owner=${APACHEDS_USER}"
|
||||
if [ ! -e "${APACHEDS_HOME}" ]; then
|
||||
install ${PERM} -d "${APACHEDS_HOME}"
|
||||
fi
|
||||
if [ ! -e "${APACHEDS_HOME}/conf" ]; then
|
||||
install ${PERM} -d "${APACHEDS_HOME}/conf"
|
||||
install ${PERM} /etc/default/apacheds/* "${APACHEDS_HOME}/conf/"
|
||||
fi
|
||||
|
||||
ADS_CONTROLS="-Dapacheds.controls=org.apache.directory.api.ldap.codec.controls.cascade.CascadeFactory,org.apache.directory.api.ldap.codec.controls.manageDsaIT.ManageDsaITFactory,org.apache.directory.api.ldap.codec.controls.search.entryChange.EntryChangeFactory,org.apache.directory.api.ldap.codec.controls.search.pagedSearch.PagedResultsFactory,org.apache.directory.api.ldap.codec.controls.search.persistentSearch.PersistentSearchFactory,org.apache.directory.api.ldap.codec.controls.search.subentries.SubentriesFactory,org.apache.directory.api.ldap.extras.controls.ppolicy_impl.PasswordPolicyFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncDoneValueFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncInfoValueFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncRequestValueFactory,org.apache.directory.api.ldap.extras.controls.syncrepl_impl.SyncStateValueFactory"
|
||||
|
||||
ADS_EXTENDED_OPERATIONS="-Dapacheds.extendedOperations=org.apache.directory.api.ldap.extras.extended.ads_impl.cancel.CancelFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration.CertGenerationFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulShutdown.GracefulShutdownFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.storedProcedure.StoredProcedureFactory,org.apache.directory.api.ldap.extras.extended.ads_impl.gracefulDisconnect.GracefulDisconnectFactory"
|
||||
|
||||
CLASSPATH=
|
||||
for i in $(ls $ADS_PWD)
|
||||
do
|
||||
CLASSPATH=${CLASSPATH}:$ADS_PWD/${i}
|
||||
done
|
||||
|
||||
start-stop-daemon --start \
|
||||
--quiet --background \
|
||||
--chdir "${APACHEDS_TMPDIR}" \
|
||||
--user ${APACHEDS_USER}:${APACHEDS_GROUP} \
|
||||
--make-pidfile --pidfile ${PIDFILE} \
|
||||
--exec ${JAVA_HOME}/bin/java \
|
||||
-- \
|
||||
${JAVA_OPTS} \
|
||||
${ADS_CONTROLS} \
|
||||
${ADS_EXTENDED_OPERATIONS} \
|
||||
-Dlog4j.configuration=file:${APACHEDS_HOME}/conf/log4j.properties \
|
||||
-Dapacheds.log.dir=/var/log/${RC_SVCNAME} \
|
||||
-Djava.io.tmpdir="${APACHEDS_TMPDIR}" \
|
||||
-classpath "${CLASSPATH}" \
|
||||
org.apache.directory.server.UberjarMain \
|
||||
"${APACHEDS_HOME}"
|
||||
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping '${RC_SVCNAME}'"
|
||||
|
||||
start-stop-daemon --stop \
|
||||
--quiet --retry=60 \
|
||||
--pidfile ${PIDFILE}
|
||||
--signal=3
|
||||
|
||||
eend $?
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
DIST pam_yubico-2.2.tar.gz 296006 RMD160 673d9340fb07fe5798e985a7ddb428a0974493a1 SHA1 1b935285d3826a8cb0ca4ff80e20e6aa4a588a9d SHA256 083507e7ec9625b41a7a5a2cf7be034aa6eabe87b0ab7d5350c20a7165a64e58
|
||||
EBUILD pam_yubico-2.2.ebuild 688 RMD160 0f34f6e5c3e71d74a02a5d86b752ff455a4903b1 SHA1 b5174f89e4d5c6dc131f9843cb2e64ba17669bb9 SHA256 86025b612cdf4367f50af8c27127612919814416356ac097b98496d3befafc22
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="This module allows you to use the Yubikey device to authenticate to the PAM system."
|
||||
SRC_URI="http://yubico-pam.googlecode.com/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://code.google.com/p/yubico-pam/"
|
||||
KEYWORDS="x86 amd64"
|
||||
SLOT="0"
|
||||
LICENSE="|| ( BSD GPL-2 )"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-auth/pambase
|
||||
sys-libs/pam
|
||||
sys-libs/ykclient"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
|
||||
src_compile() {
|
||||
econf \
|
||||
--exec-prefix=/ || "econf failed"
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}" || die "Install failed"
|
||||
dodoc ChangeLog NEWS README
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
DIST ykclient-2.3.tar.gz 308790 RMD160 9e1d5702982adbbf574977fad10412a11f83b693 SHA1 214816c242a9cf4ab2aae12ded843ebc3aa7d9e3 SHA256 aa652ed6e7baaeb292e8f55247a5772dddf85d7155805069d72b2a0af8b8c5ec
|
||||
EBUILD ykclient-2.3.ebuild 642 RMD160 5f4fa5938941cbe79a25be6997bcbdfc80f4ebb0 SHA1 bda959f6e5d7bb917afe059e7a83d7c5b8c8cfe0 SHA256 1aafcb1d986e408370ec13aba11aeb14cbc37c42935cd432cc7f9fca5ba99a41
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="This project implements online validation of Yubikey OTPs, written
|
||||
in C as a shared library."
|
||||
HOMEPAGE="http://code.google.com/p/yubico-c-client/"
|
||||
SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-misc/curl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed"
|
||||
dodoc AUTHORS ChangeLog NEWS README || die
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user