diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 05:52:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 05:52:05 +0000 |
commit | 5b7990df71b25e2723d7fa79fa46e952a26df183 (patch) | |
tree | bf2051efefed204243f1781041ed8c1ce3bad8d7 /x11-wm | |
parent | Added init.d startup file for 7.2.1 (diff) | |
download | gentoo-2-5b7990df71b25e2723d7fa79fa46e952a26df183.tar.gz gentoo-2-5b7990df71b25e2723d7fa79fa46e952a26df183.tar.bz2 gentoo-2-5b7990df71b25e2723d7fa79fa46e952a26df183.zip |
eclassed
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 11 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.62.1-r2.ebuild | 66 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.62.1-r3.ebuild | 16 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild | 49 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0_alpha7.ebuild | 51 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild | 51 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.62.1-r3 (renamed from x11-wm/blackbox/files/digest-blackbox-0.62.1-r2) | 0 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702 | 1 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha7 | 1 | ||||
-rw-r--r-- | x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 | 1 |
10 files changed, 22 insertions, 225 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index d9586d4609e4..632607c77772 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,13 +1,14 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.11 2002/07/03 04:53:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.12 2002/07/15 05:52:05 seemant Exp $ -*blackbox-0.65.0.20020702 (02 Jul 2002) - 02 Jul 2002; Seemant Kulleen <seemant@gentoo.org> - blackbox-0.65.0.20020702.ebuild files/digest-blackbox-0.65.0.20020702 : +*blackbox-0.62.1-r3 (14 Jul 2002) - New version from CVS, which contains Xft support. + 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org> + blackbox-0.62.1-r3.ebuild files/digest-blackbox-0.62.1-r3 : + + eclassed. *blackbox-0.65.0_alpha8 (17 Jun 2002) 17 Jun 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha8.ebuild: diff --git a/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild b/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild deleted file mode 100644 index 966573f4d7f1..000000000000 --- a/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Modified by Matthew Jimenez -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild,v 1.7 2002/07/11 06:31:00 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A small, fast, full-featured window manager for X" -SRC_URI="mirror://sourceforge/blackboxwm/${P}.tar.gz" -HOMEPAGE="http://blackboxwm.sf.net/" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/x11" - -RDEPEND="${DEPEND} - nls? ( sys-devel/gettext )" - -PROVIDE="virtual/blackbox" - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - - myconf="${myconf} --sysconfdir=/etc/X11/blackbox" - - econf ${myconf} || die - - emake || die -} - -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - datadir=${D}/usr/share \ - sysconfdir=${D}/etc/X11/blackbox \ - install || die - - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - - exeinto /etc/X11/Sessions - doexe $FILESDIR/blackbox - -} - -pkg_postinst() { - #notify user about the new share dir - if [ -d /usr/share/Blackbox ] - then - einfo - einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - einfo "! Blackbox no longer uses /usr/share/Blackbox as the !" - einfo "! default share directory to contain styles and menus. !" - einfo "! The default directory is now /usr/share/blackbox !" - einfo "! Please move any files in /usr/share/Blackbox that you !" - einfo "! wish to keep (personal styles and your menu) into the !" - einfo "! new directory and modify your menu files to point all !" - einfo "! listed paths to the new directory. !" - einfo "! Also, be sure to update the paths in each user's !" - einfo "! .blackboxrc file found in their home directory. !" - einfo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - einfo - fi -} - diff --git a/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild b/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild new file mode 100644 index 000000000000..e1afa4bfad26 --- /dev/null +++ b/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild,v 1.1 2002/07/15 05:52:05 seemant Exp $ + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION="A small, fast, full-featured window manager for X" +SRC_URI="mirror://sourceforge/blackboxwm/${P}.tar.gz" +HOMEPAGE="http://blackboxwm.sf.net/" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + +mydoc="ChangeLog* LICENSE TODO*" diff --git a/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild b/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild deleted file mode 100644 index 8b6909c464dc..000000000000 --- a/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild,v 1.2 2002/07/08 13:47:11 aliz Exp $ - -#Needed to change ${P} to match actual tarball version name. -#It is an invalid ebuild name. Much simpler this way. - -MY_P=${PN}-xft -S=${WORKDIR}/${MY_P} -DESCRIPTION="A small, fast, full-featured window manager for X" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.gz" - - -HOMEPAGE="http://blackboxwm.sf.net/" - -DEPEND="virtual/x11" - -RDEPEND="${DEPEND} - nls? ( sys-devel/gettext )" - -PROVIDE="virtual/blackbox" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86" - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - use truetype || myconf="${myconf} --disable-xft" - - econf \ - --prefix=/usr \ - --sysconfdir=/etc/X11/blackbox \ - ${myconf} || die "configure failure" - - doman doc/*.1 - emake || die "emake failure" -} - -src_install () { - einstall \ - sysconfdir=${D}/etc/X11/blackbox || die "install failure" - - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - exeinto /etc/X11/Sessions - doexe ${FILESDIR}/blackbox -} - diff --git a/x11-wm/blackbox/blackbox-0.65.0_alpha7.ebuild b/x11-wm/blackbox/blackbox-0.65.0_alpha7.ebuild deleted file mode 100644 index dd966020d9e9..000000000000 --- a/x11-wm/blackbox/blackbox-0.65.0_alpha7.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0_alpha7.ebuild,v 1.3 2002/07/11 06:31:00 drobbins Exp $ - -#Needed to change ${P} to match actual tarball version name. -#It is an invalid ebuild name. Much simpler this way. - -MY_P=${P/_/} - -S=${WORKDIR}/${MY_P} -DESCRIPTION="A small, fast, full-featured window manager for X" -SRC_URI="http://prdownloads.sf.net/blackboxwm/${MY_P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" - -# Old homepage: -# HOMEPAGE="http://blackbox.alug.org/" - -HOMEPAGE="http://blackboxwm.sf.net/" - -DEPEND="virtual/x11" - -RDEPEND="${DEPEND} - nls? ( sys-devel/gettext )" - -PROVIDE="virtual/blackbox" - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --build=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc/X11/blackbox \ - ${myconf} || die "configure failure" - - emake || die "emake failure" -} - -src_install () { - make prefix=${D}/usr \ - sysconfdir=${D}/etc/X11/blackbox \ - install || die "install failure" - - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - exeinto /etc/X11/Sessions - doexe $FILESDIR/blackbox -} - diff --git a/x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild b/x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild deleted file mode 100644 index 384e86db6832..000000000000 --- a/x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0_alpha8.ebuild,v 1.3 2002/07/11 06:31:00 drobbins Exp $ - -#Needed to change ${P} to match actual tarball version name. -#It is an invalid ebuild name. Much simpler this way. - -MY_P=${P/_/} - -S=${WORKDIR}/${MY_P} -DESCRIPTION="A small, fast, full-featured window manager for X" -SRC_URI="http://prdownloads.sf.net/blackboxwm/${MY_P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" - -# Old homepage: -# HOMEPAGE="http://blackbox.alug.org/" - -HOMEPAGE="http://blackboxwm.sf.net/" - -DEPEND="virtual/x11" - -RDEPEND="${DEPEND} - nls? ( sys-devel/gettext )" - -PROVIDE="virtual/blackbox" - -src_compile() { - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --build=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc/X11/blackbox \ - ${myconf} || die "configure failure" - - emake || die "emake failure" -} - -src_install () { - make prefix=${D}/usr \ - sysconfdir=${D}/etc/X11/blackbox \ - install || die "install failure" - - dodoc ChangeLog* AUTHORS LICENSE README* TODO* - exeinto /etc/X11/Sessions - doexe $FILESDIR/blackbox -} - diff --git a/x11-wm/blackbox/files/digest-blackbox-0.62.1-r2 b/x11-wm/blackbox/files/digest-blackbox-0.62.1-r3 index 0e8940778b7c..0e8940778b7c 100644 --- a/x11-wm/blackbox/files/digest-blackbox-0.62.1-r2 +++ b/x11-wm/blackbox/files/digest-blackbox-0.62.1-r3 diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702 b/x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702 deleted file mode 100644 index f509c02da814..000000000000 --- a/x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702 +++ /dev/null @@ -1 +0,0 @@ -MD5 79fa80b237c203085d9528759bb95ee1 blackbox-0.65.0.20020702.tar.gz 388488 diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha7 b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha7 deleted file mode 100644 index b05e25a19d42..000000000000 --- a/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha7 +++ /dev/null @@ -1 +0,0 @@ -MD5 38a09f3e78abce5cf191bc2867544e0a blackbox-0.65.0alpha7.tar.gz 329809 diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 b/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 deleted file mode 100644 index e197e347efbe..000000000000 --- a/x11-wm/blackbox/files/digest-blackbox-0.65.0_alpha8 +++ /dev/null @@ -1 +0,0 @@ -MD5 61eed1f18564f8c1c26b30106be54d45 blackbox-0.65.0alpha8.tar.gz 324754 |