diff options
author | 2017-04-18 17:05:11 +0200 | |
---|---|---|
committer | 2017-04-18 17:08:44 +0200 | |
commit | a1a7c0c65cb553aed119ebfb7a4b9d7d9efd9747 (patch) | |
tree | 41dcb3b74d7ffabf8904ef8ccb481d2b53938a83 | |
parent | dev-perl/GStreamer: Remove last-rited pkg, #604686 (diff) | |
download | gentoo-a1a7c0c65cb553aed119ebfb7a4b9d7d9efd9747.tar.gz gentoo-a1a7c0c65cb553aed119ebfb7a4b9d7d9efd9747.tar.bz2 gentoo-a1a7c0c65cb553aed119ebfb7a4b9d7d9efd9747.zip |
net-p2p/phxd: Remove last-rited pkg, #605120
-rw-r--r-- | net-p2p/phxd/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/phxd/files/80phxd | 1 | ||||
-rw-r--r-- | net-p2p/phxd/metadata.xml | 9 | ||||
-rw-r--r-- | net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild | 50 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
5 files changed, 0 insertions, 66 deletions
diff --git a/net-p2p/phxd/Manifest b/net-p2p/phxd/Manifest deleted file mode 100644 index 017c6b7d115e..000000000000 --- a/net-p2p/phxd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST phxd-0.1.0_pre23092005.tar.bz2 25224 SHA256 18f79eadb80524138a569cd6b1c3e4214bc65866a30d6ac3b5e13997c5115953 SHA512 5c44e667dbe1ad014be18c87d623678a0548a9357a13b00cab310335c2b47d16eb0b6e2c9c5c24199a3afa9d07b402fc8d4a27a53edc7a44b0a04e36ea44a5c8 WHIRLPOOL c58417613426d7657fbb758701bff710e1be37ec552408bc910283203028ff32886465fde19040226c8d8e4a7ce9ea04e134fef46f3b858eaa5cd8635b394d76 diff --git a/net-p2p/phxd/files/80phxd b/net-p2p/phxd/files/80phxd deleted file mode 100644 index 4c93ff2c5baf..000000000000 --- a/net-p2p/phxd/files/80phxd +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PROTECT="/var/phxd" diff --git a/net-p2p/phxd/metadata.xml b/net-p2p/phxd/metadata.xml deleted file mode 100644 index 682751ac90bf..000000000000 --- a/net-p2p/phxd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>phxd is an Hotline server under the GPL for Linux/Unixes. - It supports the Hotline Protocol from 1.2.3 up to 1.5+ (and this means - it also includes the 1.9+ clients) - </longdescription> -</pkgmetadata> diff --git a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild b/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild deleted file mode 100644 index 38487ca808d3..000000000000 --- a/net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils user - -DESCRIPTION="Next generation Hotline server in python. kang's branch" -HOMEPAGE="http://www.avaraline.net" -SRC_URI="mirror://gentoo/phxd-0.1.0_pre23092005.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND="dev-python/twisted-core - dev-python/twisted-web" - -RDEPEND="" - -pkg_postinst() { - enewgroup phxd - enewuser phxd -1 /bin/bash /var/phxd phxd - chown phxd:phxd /var/phxd/files - chown phxd:phxd /var/phxd/chatlogs -} - -src_install() { - cd "${WORKDIR}" - cd phxd - - doenvd "${FILESDIR}"/80phxd - - dodoc INSTALL README README-kang - dodir /var/phxd - - exeinto /var/phxd; doexe phxd - - cpdirs="support shared server client" - for i in $cpdirs; do - cp -R $i "${D}"/var/phxd - done - dodir /var/phxd/files - dodir /var/phxd/chatlogs - - keepdir /var/phxd/files - keepdir /var/phxd/chatlogs - keepdir /var/phxd - - insinto /var/phxd; doins config.py -} diff --git a/profiles/package.mask b/profiles/package.mask index 537ccbf1351f..fed6e5d2c000 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -181,11 +181,6 @@ net-misc/apt-proxy # Masked for removal in 30 days. Bug #604836. gnome-extra/zeitgeist-datasources -# Michael Palimaka <kensington@gentoo.org> (18 Mar 2017) -# Fails to run. Ancient. Unmaintained. Dead upstream. -# Masked for removal in 30 days. Bug #605120. -net-p2p/phxd - # Michael Palimaka <kensington@gentoo.org> (13 Mar 2017) # Testing x32 patch backports from 3.9 =dev-util/cmake-3.7.2-r10 |