]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/wmarpstar: Drop wmarpstar due do dropped arpstar in main tree
authorThomas Sachau <tommy@gentoo.org>
Fri, 9 Jan 2009 21:53:08 +0000 (21:53 +0000)
committerThomas Sachau <tommy@gentoo.org>
Fri, 9 Jan 2009 21:53:08 +0000 (21:53 +0000)
svn path=/sunrise/; revision=7608

x11-plugins/wmarpstar/ChangeLog [deleted file]
x11-plugins/wmarpstar/Manifest [deleted file]
x11-plugins/wmarpstar/metadata.xml [deleted file]
x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild [deleted file]

diff --git a/x11-plugins/wmarpstar/ChangeLog b/x11-plugins/wmarpstar/ChangeLog
deleted file mode 100644 (file)
index 9a5a017..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for x11-plugins/wmarpstar
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  12 Dec 2006; Jakub Moc <jakub@gentoo.org> wmarpstar-1_alpha.ebuild:
-  Remove redundant append-flags, einfo -> elog.
-
-  12 Dec 2006; Ali Polatel (hawking) <polatel@nerdshack.com>
-  +wmarpstar-1_alpha.ebuild, +metadata.xml:
-  New Ebuild for bug 148862, Thanks to David
-
diff --git a/x11-plugins/wmarpstar/Manifest b/x11-plugins/wmarpstar/Manifest
deleted file mode 100644 (file)
index 1a79dbd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST wmarpstar-alpha1.tar.gz 38068 RMD160 674625634ae7f52a53d11c0c9b4fb3d6720c5d8d SHA1 5e9179f76410bda9d44f038d3211f90520347624 SHA256 04f7eee9814a371ab06ddb25cd3c147946522a26627b98baeab452b643f051aa
-EBUILD wmarpstar-1_alpha.ebuild 874 RMD160 2710e0de44a49f792710d879ae276ac73326b5ae SHA1 6b39afaa0f8f883761d77fd678938a5b560bac64 SHA256 3cefd6309fa2d03d470b5d021df4996487a6b8d8477d48e08a956fbcaf2c78d6
-MISC ChangeLog 392 RMD160 07694867c9aea18a9356be0a21c8137902e7e8dc SHA1 13eea2da9b100348ba6ad9d0644166d6c9731996 SHA256 b76419405d1cad4fc824261d35dd1723050bb14bc3575421b38d3a60a154935b
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-plugins/wmarpstar/metadata.xml b/x11-plugins/wmarpstar/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild b/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild
deleted file mode 100644 (file)
index 3aa498c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Arpstar dockapp for alert visualization"
-HOMEPAGE="http://arpstar.sourceforge.net"
-SRC_URI="mirror://sourceforge/arpstar/${PN}-alpha1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/logger
-       x11-libs/libX11
-       x11-libs/libXpm
-       x11-proto/xextproto"
-RDEPEND="${DEPEND}
-       net-misc/arpstar"
-
-S="${WORKDIR}/${PN}_wa_alpha1"
-
-src_compile() {
-       sed -i \
-               -e "/^CXX=/s:c++:$(tc-getCXX):" \
-               Makefile
-
-       emake || die "emake failed"
-}
-
-src_install() {
-       dobin wmarpstar
-       dodoc arpstar-syslog-ng.conf
-}
-
-pkg_postinst() {
-       elog "You have to change your system logger's configuration"
-       elog "to make wmarpstar work. Have a look at"
-       elog "/usr/share/doc/${PF}/ for a sample configuration for syslog-ng."
-}