diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-12-12 22:41:38 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-12-12 22:41:38 +0000 |
commit | de96fe26ba7c2bf10f2a4cc7201a416ad4e93e1b (patch) | |
tree | e39583e320f8322d21557d53f8561685faea6a00 /x11-misc/bbappconf | |
parent | Initial commit. Repaired to work with gcc3.x (diff) | |
download | gentoo-2-de96fe26ba7c2bf10f2a4cc7201a416ad4e93e1b.tar.gz gentoo-2-de96fe26ba7c2bf10f2a4cc7201a416ad4e93e1b.tar.bz2 gentoo-2-de96fe26ba7c2bf10f2a4cc7201a416ad4e93e1b.zip |
Bump to latest version. Compiles clean with gcc3.x now
Diffstat (limited to 'x11-misc/bbappconf')
-rw-r--r-- | x11-misc/bbappconf/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/bbappconf/bbappconf-0.0.2.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/bbappconf/files/digest-bbappconf-0.0.2 | 1 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-misc/bbappconf/ChangeLog b/x11-misc/bbappconf/ChangeLog index c03a05a2a23e..5d444298a607 100644 --- a/x11-misc/bbappconf/ChangeLog +++ b/x11-misc/bbappconf/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/bbappconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/ChangeLog,v 1.3 2002/12/09 04:41:50 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/ChangeLog,v 1.4 2002/12/12 22:41:38 mkeadle Exp $ + +*bbappconf-0.0.2 (12 Dec 2002) + + 12 Dec 2002; Matt Keadle <mkeadle@gentoo.org> bbappconf-0.0.2.ebuild + files/digest-bbappconf-0.0.2 + + Bump to latest version. No longer requires patch to build with + gcc 3.x \* Autoupdate keywords (12-6-02) 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords diff --git a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild new file mode 100644 index 000000000000..6d2bceeb0967 --- /dev/null +++ b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 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.2.ebuild,v 1.1 2002/12/12 22:41:38 mkeadle Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox" +SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.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/digest-bbappconf-0.0.2 b/x11-misc/bbappconf/files/digest-bbappconf-0.0.2 new file mode 100644 index 000000000000..099b14ec7d97 --- /dev/null +++ b/x11-misc/bbappconf/files/digest-bbappconf-0.0.2 @@ -0,0 +1 @@ +MD5 3f36aa6739db238d22f2894d697293d9 bbappconf-0.0.2.tar.gz 80107 |