diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:16:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:16:07 +0000 |
commit | c0fd1e5f509a59691d25531bcf94fa5423a4f114 (patch) | |
tree | 3ff5895ac012d3edf9d17c9f7734f7b42463214c /x11-misc/bbappconf | |
parent | touchups (diff) | |
download | historical-c0fd1e5f509a59691d25531bcf94fa5423a4f114.tar.gz historical-c0fd1e5f509a59691d25531bcf94fa5423a4f114.tar.bz2 historical-c0fd1e5f509a59691d25531bcf94fa5423a4f114.zip |
old
Diffstat (limited to 'x11-misc/bbappconf')
-rw-r--r-- | x11-misc/bbappconf/bbappconf-0.0.1-r1.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/bbappconf/bbappconf-0.0.1.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/bbappconf/files/bbappconf.patch | 36 | ||||
-rw-r--r-- | x11-misc/bbappconf/files/digest-bbappconf-0.0.1 | 1 | ||||
-rw-r--r-- | x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1 | 1 |
5 files changed, 0 insertions, 93 deletions
diff --git a/x11-misc/bbappconf/bbappconf-0.0.1-r1.ebuild b/x11-misc/bbappconf/bbappconf-0.0.1-r1.ebuild deleted file mode 100644 index 16f446e8ee3e..000000000000 --- a/x11-misc/bbappconf/bbappconf-0.0.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.1-r1.ebuild,v 1.3 2003/02/13 17:06:49 vapier Exp $ - -S="${WORKDIR}/${P}-peak3" -DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox" -SRC_URI="http://bbtools.windsofstorm.net/sources/devel/${P}-peak3.tar.gz" -HOMEPAGE="http://bbtools.windsofstorm.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " - -DEPEND="virtual/blackbox" - -src_unpack() { - - unpack ${P}-peak3.tar.gz - cd ${S} - patch -p1 < ${FILESDIR}/bbappconf.patch -} - -src_compile() { - econf || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO -} diff --git a/x11-misc/bbappconf/bbappconf-0.0.1.ebuild b/x11-misc/bbappconf/bbappconf-0.0.1.ebuild deleted file mode 100644 index 31cf8f851a06..000000000000 --- a/x11-misc/bbappconf/bbappconf-0.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.1.ebuild,v 1.5 2003/02/13 17:06:55 vapier Exp $ - -S="${WORKDIR}/${P}-peak3" -DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox" -SRC_URI="http://bbtools.windsofstorm.net/sources/devel/${P}-peak3.tar.gz" -HOMEPAGE="http://bbtools.windsofstorm.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " - -DEPEND="virtual/blackbox" - -src_compile() { - econf || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO -} diff --git a/x11-misc/bbappconf/files/bbappconf.patch b/x11-misc/bbappconf/files/bbappconf.patch deleted file mode 100644 index b4cf47d635a9..000000000000 --- a/x11-misc/bbappconf/files/bbappconf.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urN bbappconf-0.0.1-peak3/LinkedList.hh bbappconf-0.0.1-peak3-gcc-3.2/LinkedList.hh ---- bbappconf-0.0.1-peak3/LinkedList.hh 2000-10-11 13:58:32.000000000 -0400 -+++ bbappconf-0.0.1-peak3-gcc-3.2/LinkedList.hh 2002-10-08 22:50:21.000000000 -0400 -@@ -50,7 +50,7 @@ - __llist *list; - __llist_node *node; - -- friend __llist; -+ friend struct __llist; - - - protected: -@@ -73,7 +73,7 @@ - __llist_node *_first, *_last; - __llist *iterators; - -- friend __llist_iterator; -+ friend class __llist_iterator; - - - protected: -diff -urN bbappconf-0.0.1-peak3/Timer.hh bbappconf-0.0.1-peak3-gcc-3.2/Timer.hh ---- bbappconf-0.0.1-peak3/Timer.hh 1999-11-13 17:49:45.000000000 -0500 -+++ bbappconf-0.0.1-peak3-gcc-3.2/Timer.hh 2002-10-08 22:50:28.000000000 -0400 -@@ -47,7 +47,7 @@ - - - class BTimer { -- friend BaseDisplay; -+ friend class BaseDisplay; - private: - BaseDisplay *display; - TimeoutHandler *handler; - - - diff --git a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 deleted file mode 100644 index 1b4b67f8cc5e..000000000000 --- a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3972415511e9a783218110a932cbe5f bbappconf-0.0.1-peak3.tar.gz 80193 diff --git a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1 b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1 deleted file mode 100644 index 1b4b67f8cc5e..000000000000 --- a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3972415511e9a783218110a932cbe5f bbappconf-0.0.1-peak3.tar.gz 80193 |