* [gentoo-commits] repo/gentoo:master commit in: net-p2p/phxd/, profiles/, net-p2p/phxd/files/
@ 2017-04-18 15:08 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-04-18 15:08 UTC (permalink / raw
To: gentoo-commits
commit: a1a7c0c65cb553aed119ebfb7a4b9d7d9efd9747
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 15:05:11 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 15:08:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a7c0c6
net-p2p/phxd: Remove last-rited pkg, #605120
net-p2p/phxd/Manifest | 1 -
net-p2p/phxd/files/80phxd | 1 -
net-p2p/phxd/metadata.xml | 9 ------
net-p2p/phxd/phxd-0.1.0_pre23092005.ebuild | 50 ------------------------------
profiles/package.mask | 5 ---
5 files changed, 66 deletions(-)
diff --git a/net-p2p/phxd/Manifest b/net-p2p/phxd/Manifest
deleted file mode 100644
index 017c6b7d115..00000000000
--- 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 4c93ff2c5ba..00000000000
--- 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 682751ac90b..00000000000
--- 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 38487ca808d..00000000000
--- 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 537ccbf1351..fed6e5d2c00 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-18 15:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 15:08 [gentoo-commits] repo/gentoo:master commit in: net-p2p/phxd/, profiles/, net-p2p/phxd/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox