diff options
| -rw-r--r-- | net-libs/libinfinity/Manifest | 5 | ||||
| -rw-r--r-- | net-libs/libinfinity/files/infinoted.confd-0.4 | 12 | ||||
| -rw-r--r-- | net-libs/libinfinity/files/infinoted.initd-0.4 | 28 | ||||
| -rw-r--r-- | net-libs/libinfinity/libinfinity-0.4.1.ebuild | 60 | ||||
| -rw-r--r-- | net-libs/libinfinity/metadata.xml | 17 |
5 files changed, 0 insertions, 122 deletions
diff --git a/net-libs/libinfinity/Manifest b/net-libs/libinfinity/Manifest deleted file mode 100644 index 1c090a30506..00000000000 --- a/net-libs/libinfinity/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX infinoted.confd-0.4 395 RMD160 6d65d107f1daac7053d1a1c5eacf2adf0085b42d SHA1 41db13e7d64a3834fd82c796a12726ce9e71e609 SHA256 f5a7063c677736b97754c79eddfa0bac365cc0488683076340c515c150be48e7 -AUX infinoted.initd-0.4 543 RMD160 c5448cd8f115787b7dff013c1d714a49fb94b93e SHA1 95d87e2c3f2b41a2b1d4e144b3647371bc22871f SHA256 7e5a113ee29c27ae99923b08d8bf5a88b4022c5862af4ecc65885d537426e8d6 -DIST libinfinity-0.4.1.tar.gz 1498966 RMD160 d93995e0c0ebd70c407134a5bbd099988d002e08 SHA1 48783168a5c3a8835f3b8dd5369cde9be07baba6 SHA256 268361fb555c60d99caa3a82489ae25eab3712ae04452104cb3a4ebebb91beed -EBUILD libinfinity-0.4.1.ebuild 1491 RMD160 ac8f86c4a7d55f1919a043438005e5c747cf5ab9 SHA1 29652290be090ef79be1d35003f6579d2a9f8ab9 SHA256 810c490b711a9c673dbbfe83fc73efa383ce74a16c4583647b26c67a3aa4e4e1 -MISC metadata.xml 468 RMD160 b6fe333c0d97eb0c68affdbcb38bfe28d9108513 SHA1 0b81a6deb5263ec91a7bcbaeccabc84693b85b26 SHA256 b28596964503e926171dbfdf6f4ed8136dfe0e127fac7a74fab37cebcd35b673 diff --git a/net-libs/libinfinity/files/infinoted.confd-0.4 b/net-libs/libinfinity/files/infinoted.confd-0.4 deleted file mode 100644 index 81e62a4d951..00000000000 --- a/net-libs/libinfinity/files/infinoted.confd-0.4 +++ /dev/null @@ -1,12 +0,0 @@ -# Config file for /etc/init.d/infinoted for Gentoo Linux - -USER="infinote" -GROUP="infinote" -UMASK="007" - -PIDFILE="/var/run/infinoted.pid" - -# Please read `infinoted --help` for other options. -# This is a fast setup for local networks only (maybe not even those), -# make sure you use appropriate security on untrusted networks. -OPTIONS="--root-directory=/var/lib/infinote --security-policy=no-tls" diff --git a/net-libs/libinfinity/files/infinoted.initd-0.4 b/net-libs/libinfinity/files/infinoted.initd-0.4 deleted file mode 100644 index b2c0a30285c..00000000000 --- a/net-libs/libinfinity/files/infinoted.initd-0.4 +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - - -depend() { - need net -} - -start() { - ebegin "Starting infinoted" - start-stop-daemon \ - --start --quiet --background --make-pidfile \ - --pidfile /var/run/infinoted.pid \ - --exec /usr/bin/infinoted-0.4 \ - --user ${USER} --group ${GROUP} --umask 007 \ - -- ${OPTIONS} - eend $? -} - -stop() { - ebegin "Stopping infinoted" - start-stop-daemon \ - --stop --quiet \ - --pidfile /var/run/infinoted.pid - eend $? -} diff --git a/net-libs/libinfinity/libinfinity-0.4.1.ebuild b/net-libs/libinfinity/libinfinity-0.4.1.ebuild deleted file mode 100644 index 73ccf83417a..00000000000 --- a/net-libs/libinfinity/libinfinity-0.4.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="An implementation of the Infinote protocol written in GObject-based C." -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="avahi doc gtk server" - -RDEPEND=">=sys-libs/e2fsprogs-libs-1.41.4 - dev-libs/glib:2 - dev-libs/libxml2 - net-libs/gnutls - >=net-misc/gsasl-0.2.21 - avahi? ( net-dns/avahi ) - gtk? ( x11-libs/gtk+:2 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.23 - doc? ( dev-util/gtk-doc )" - -pkg_setup() { - if use server ; then - enewgroup infinote 100 - enewuser infinote 100 /bin/bash /var/lib/infinote infinote - fi -} - -src_configure() { - econf \ - $(use_enable doc gtk-doc) \ - $(use_with gtk inftextgtk) \ - $(use_with gtk infgtk) \ - $(use_with server infinoted) \ - $(use_with avahi) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README TODO - - if use server ; then - newinitd "${FILESDIR}/infinoted.initd-0.4" infinoted - newconfd "${FILESDIR}/infinoted.confd-0.4" infinoted - - keepdir /var/lib/infinote - fowners infinote:infinote /var/lib/infinote - fperms 770 /var/lib/infinote - - elog "Add local users who should have local access to the documents" - elog "created by infinoted to the infinote group." - elog "The documents are saved in /var/lib/infinote per default." - fi -} diff --git a/net-libs/libinfinity/metadata.xml b/net-libs/libinfinity/metadata.xml deleted file mode 100644 index c56c192e8dd..00000000000 --- a/net-libs/libinfinity/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>dev-zero@gentoo.org</email> -</maintainer> -<maintainer> - <email>humpback@gentoo.org</email> -</maintainer> -<use> - <flag name='server'> - Build and install the server binary including init.d/conf.d-scripts. - Needed if you want to host an infinote server for gobby. - </flag> -</use> -</pkgmetadata> |
