diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
commit | 031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch) | |
tree | ee1b081d58989215ab12530f6cd38e58277a1649 /net-irc | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2 gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip |
Remove masked for removal packages
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/asuka/Manifest | 1 | ||||
-rw-r--r-- | net-irc/asuka/asuka-1.2.1.ebuild | 56 | ||||
-rw-r--r-- | net-irc/asuka/files/asuka.conf.d | 7 | ||||
-rw-r--r-- | net-irc/asuka/files/asuka.init.d | 20 | ||||
-rw-r--r-- | net-irc/asuka/metadata.xml | 4 |
5 files changed, 0 insertions, 88 deletions
diff --git a/net-irc/asuka/Manifest b/net-irc/asuka/Manifest deleted file mode 100644 index 678ff3d26c7f..000000000000 --- a/net-irc/asuka/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST asuka-1.2.1.tar.bz2 705316 SHA256 4714f0786a39e7a4a39e795919dc3386797d27439d3bdbc61d7ae11d00543fb3 SHA512 6509be1356a7e7ad5105cade0284d0b2a4cecc9047cb39d350cdf8f6830bb279ad36cba949544444a5cb773570324e63a738ad7eea7ea645c877ca0ecfe14b49 WHIRLPOOL 4e46e7f2d02228bd4267bf2538ce92832ab82410218fa5b8f159887db82b8bdbdb7bb03d740edc932b07daef0b4442b9598b5e23f5171ce80d47c3cefa05cec5 diff --git a/net-irc/asuka/asuka-1.2.1.ebuild b/net-irc/asuka/asuka-1.2.1.ebuild deleted file mode 100644 index 4c9505dc2f95..000000000000 --- a/net-irc/asuka/asuka-1.2.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils flag-o-matic user - -DESCRIPTION="The QuakeNet IRC Server" -HOMEPAGE="http://dev-com.quakenet.org/" -SRC_URI="http://dev-com.quakenet.org/releases/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="x86 sparc" - -IUSE="debug" - -src_compile() { - # configure fails with this flag, bug 171780 - filter-flags -ggdb - - econf \ - --with-symlink=asuka-ircd \ - --with-dpath=/etc/asuka \ - --with-cpath=/etc/asuka/ircd.conf \ - --with-lpath=/var/log/asuka/asuka.log \ - $(use_enable debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - newbin ircd/ircd asuka-ircd || die "newbin failed" - newman doc/ircd.8 asuka-ircd.8 || die "newman failed" - - insinto /etc/asuka - doins doc/ircd.conf.sample || die "doins failed" - - newinitd ${FILESDIR}/asuka.init.d asuka || die "newinitd failed" - newconfd ${FILESDIR}/asuka.conf.d asuka || die "newconfd failed" - - keepdir /var/log/asuka - - dodoc \ - INSTALL* LICENSE README* RELEASE.NOTES TODO* \ - doc/readme.* doc/p10.html doc/features.txt doc/Authors \ - || die "dodoc failed" -} - -pkg_postinst() { - enewuser asuka - chown asuka ${ROOT}/var/log/asuka - - elog - elog "A sample config file can be found at /etc/asuka/ircd.conf.sample" - elog -} diff --git a/net-irc/asuka/files/asuka.conf.d b/net-irc/asuka/files/asuka.conf.d deleted file mode 100644 index c68a8227318a..000000000000 --- a/net-irc/asuka/files/asuka.conf.d +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Config file for /etc/init.d/asuka - -ASUKA_UID="asuka" diff --git a/net-irc/asuka/files/asuka.init.d b/net-irc/asuka/files/asuka.init.d deleted file mode 100644 index 510b8e97a1ad..000000000000 --- a/net-irc/asuka/files/asuka.init.d +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - need net -} - -start() { - ebegin "Starting asuka-ircd" - start-stop-daemon --start --quiet --chuid ${ASUKA_UID} --exec /usr/bin/asuka-ircd - eend $? "Failed to start asuka-ircd" -} - -stop() { - ebegin "Stopping asuka-ircd" - start-stop-daemon --stop --quiet --exec /usr/bin/asuka-ircd - eend $? "Failed to stop asuka-ircd" -} diff --git a/net-irc/asuka/metadata.xml b/net-irc/asuka/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/net-irc/asuka/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> |