Removed asbutton per bug #147220
authorDoug Goldstein <cardoe@gentoo.org>
Wed, 25 Oct 2006 19:04:19 +0000 (19:04 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Wed, 25 Oct 2006 19:04:19 +0000 (19:04 +0000)
x11-plugins/asbutton/ChangeLog [deleted file]
x11-plugins/asbutton/Manifest [deleted file]
x11-plugins/asbutton/asbutton-0.3-r1.ebuild [deleted file]
x11-plugins/asbutton/asbutton-0.3.ebuild [deleted file]
x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch [deleted file]
x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch [deleted file]
x11-plugins/asbutton/files/digest-asbutton-0.3 [deleted file]
x11-plugins/asbutton/files/digest-asbutton-0.3-r1 [deleted file]
x11-plugins/asbutton/metadata.xml [deleted file]

diff --git a/x11-plugins/asbutton/ChangeLog b/x11-plugins/asbutton/ChangeLog
deleted file mode 100644 (file)
index 3f08e69..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for x11-plugins/asbutton
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/ChangeLog,v 1.7 2005/06/17 11:54:01 ka0ttic Exp $
-
-  17 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml:
-  Added metadata.xml (afterstep herd).
-
-  07 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> asbutton-0.3-r1.ebuild:
-  Fix compile (bug #59620); tidy
-
-  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> asbutton-0.3.ebuild:
-  Add inherit eutils
-
-  15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asbutton-0.3-r1.ebuild:
-  inherit eutils for epatch.
-
-*asbutton-0.3-r1 (18 Jun 2003)
-
-  18 Jun 2003; robh <robh@gentoo.org> asbutton-0.3-r1.ebuild,
-  files/asbutton-0.3-r1-gentoo.patch:
-  Made sure a sample asbuttonrc is copied (thanks to Jens Hoffrichter, closes
-  #22982). Also corrected a dep.
-
-*asbutton-0.3 (19 Apr 2003)
-
-  19 Apr 2003; Seth Chandler <sethbc@gentoo.org>; asbutton-0.3.ebuild:
-  added asbuttons to portage courtesy of Steingrim Dovland <steingrd@ifi.uio.no>
-
diff --git a/x11-plugins/asbutton/Manifest b/x11-plugins/asbutton/Manifest
deleted file mode 100644 (file)
index df1609b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 18869fd6ae6466f7b94f55ea2420f0ac asbutton-0.3.ebuild 708
-MD5 34f65ba95b98cae1cde5b833534151e7 asbutton-0.3-r1.ebuild 829
-MD5 86962030b99edba1e439e319acba816c ChangeLog 1052
-MD5 477586a3ede65c312df804aea35d1a30 metadata.xml 163
-MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-r1-gentoo.patch 520
-MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64
-MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520
-MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3-r1 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCsrouEZCkKN40op4RAhFFAJ4ra1rg1z8y8vNQyG2shW2JCOrscACeKF8m
-vZ1tbixbWbbufvMoqrVqbK8=
-=OzRn
------END PGP SIGNATURE-----
diff --git a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild
deleted file mode 100644 (file)
index 9cf5c36..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3-r1.ebuild,v 1.11 2004/08/07 10:09:33 mr_bones_ Exp $
-
-inherit eutils
-
-DESCRIPTION="A simple dockable application launcher for use in AfterStep."
-HOMEPAGE="http://www.tigr.net"
-SRC_URI="http://www.tigr.net/afterstep/download/asbutton/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-DEPEND="x11-wm/afterstep"
-
-src_unpack() {
-       unpack ${A} ; cd "${S}"
-       epatch "${FILESDIR}/${P}-gentoo.patch"
-}
-
-src_compile() {
-       emake || die "emake failed"
-}
-
-src_install () {
-       dodir /usr/bin /usr/share/afterstep/desktop/icons/16bpp
-
-       make DESTDIR="${D}" install || die "make install failed"
-       dodoc README CHANGES
-       newdoc .asbuttonrc sample_asbuttonrc
-}
diff --git a/x11-plugins/asbutton/asbutton-0.3.ebuild b/x11-plugins/asbutton/asbutton-0.3.ebuild
deleted file mode 100644 (file)
index 3b5b17b..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3.ebuild,v 1.7 2004/06/24 22:47:51 agriffis Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="A simple dockable application launcher for use in AfterStep."
-SRC_URI="http://www.tigr.net/afterstep/download/asbutton/${P}.tar.gz"
-HOMEPAGE="http://www.tigr.net"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="virtual/x11"
-
-src_unpack() {
-       unpack ${A} ; cd ${S}
-       epatch ${FILESDIR}/${P}-gentoo.patch
-}
-
-src_install () {
-       dodir /usr/bin
-       dodir /usr/share/afterstep/desktop/icons/16bpp
-
-       make DESTDIR=${D} install || die
-       dodoc README CHANGES
-}
diff --git a/x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch b/x11-plugins/asbutton/files/asbutton-0.3-gentoo.patch
deleted file mode 100644 (file)
index b1f62ac..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile    2003-04-15 19:14:25.000000000 +0200
-+++ Makefile    2003-04-15 19:14:43.000000000 +0200
-@@ -5,8 +5,8 @@
- CCFLAGS = -O2 
- TARGET = asbutton
- OBJECTS = asbutton.o readline.o
--BINDIR = /usr/local/bin
--ICONDIR = /usr/share/afterstep/desktop/icons/16bpp
-+BINDIR = ${DESTDIR}usr/bin
-+ICONDIR = ${DESTDIR}usr/share/afterstep/desktop/icons/16bpp
- ICONS = asb4-1.xpm asb4-2.xpm asb4-3.xpm asb4-4.xpm asb4-blank.xpm asb4-bullethole.xpm \
-         asb4-filingcabinet.xpm asb4-gear.xpm asb4-gnu-button-thang.xpm \
diff --git a/x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch b/x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch
deleted file mode 100644 (file)
index b1f62ac..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile    2003-04-15 19:14:25.000000000 +0200
-+++ Makefile    2003-04-15 19:14:43.000000000 +0200
-@@ -5,8 +5,8 @@
- CCFLAGS = -O2 
- TARGET = asbutton
- OBJECTS = asbutton.o readline.o
--BINDIR = /usr/local/bin
--ICONDIR = /usr/share/afterstep/desktop/icons/16bpp
-+BINDIR = ${DESTDIR}usr/bin
-+ICONDIR = ${DESTDIR}usr/share/afterstep/desktop/icons/16bpp
- ICONS = asb4-1.xpm asb4-2.xpm asb4-3.xpm asb4-4.xpm asb4-blank.xpm asb4-bullethole.xpm \
-         asb4-filingcabinet.xpm asb4-gear.xpm asb4-gnu-button-thang.xpm \
diff --git a/x11-plugins/asbutton/files/digest-asbutton-0.3 b/x11-plugins/asbutton/files/digest-asbutton-0.3
deleted file mode 100644 (file)
index a07b1da..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 febcc9db3eb615856bbebdc966ea4f27 asbutton-0.3.tar.gz 106550
diff --git a/x11-plugins/asbutton/files/digest-asbutton-0.3-r1 b/x11-plugins/asbutton/files/digest-asbutton-0.3-r1
deleted file mode 100644 (file)
index a07b1da..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 febcc9db3eb615856bbebdc966ea4f27 asbutton-0.3.tar.gz 106550
diff --git a/x11-plugins/asbutton/metadata.xml b/x11-plugins/asbutton/metadata.xml
deleted file mode 100644 (file)
index 12170e9..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>afterstep</herd>
-</pkgmetadata>