diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-01-09 21:53:08 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-01-09 21:53:08 +0000 |
commit | 13b63e665ebe19b0f2d4f5faad1f934570a22c19 (patch) | |
tree | b2078beec6101e15467140191ddf122c724f02e1 /x11-plugins | |
parent | Automatic update to use.local.desc (diff) | |
download | sunrise-reviewed-13b63e665ebe19b0f2d4f5faad1f934570a22c19.tar.gz sunrise-reviewed-13b63e665ebe19b0f2d4f5faad1f934570a22c19.tar.bz2 sunrise-reviewed-13b63e665ebe19b0f2d4f5faad1f934570a22c19.zip |
x11-plugins/wmarpstar: Drop wmarpstar due do dropped arpstar in main tree
svn path=/sunrise/; revision=7608
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmarpstar/ChangeLog | 11 | ||||
-rw-r--r-- | x11-plugins/wmarpstar/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmarpstar/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild | 42 |
4 files changed, 0 insertions, 62 deletions
diff --git a/x11-plugins/wmarpstar/ChangeLog b/x11-plugins/wmarpstar/ChangeLog deleted file mode 100644 index 9a5a01757..000000000 --- a/x11-plugins/wmarpstar/ChangeLog +++ /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 index 1a79dbd61..000000000 --- a/x11-plugins/wmarpstar/Manifest +++ /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 index 7e3286984..000000000 --- a/x11-plugins/wmarpstar/metadata.xml +++ /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 index 3aa498cd8..000000000 --- a/x11-plugins/wmarpstar/wmarpstar-1_alpha.ebuild +++ /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." -} |