diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:17:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:17:36 +0000 |
commit | 95432aad7d1fed9e4ba1d8fbe00749a52eb1351c (patch) | |
tree | bd06dee102c9c1e02192a5f4ad8f2cf00bbff943 /x11-misc | |
parent | old (diff) | |
download | gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.gz gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.bz2 gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.zip |
touchups
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbappconf/bbappconf-0.0.2.ebuild | 11 | ||||
-rw-r--r-- | x11-misc/fluxter/fluxter-0.1.0.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/gclipper/gclipper-1.1a.ebuild | 14 | ||||
-rw-r--r-- | x11-misc/xdiskusage/xdiskusage-1.46.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-0.54.2.ebuild | 21 |
5 files changed, 34 insertions, 50 deletions
diff --git a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild index 6d6da297f2a0..cc0e073517c3 100644 --- a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild +++ b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild @@ -1,15 +1,14 @@ # 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.2.ebuild,v 1.2 2003/02/13 17:07:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.3 2003/11/11 13:16:23 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox" +DESCRIPTION="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 " +SLOT="0" +KEYWORDS="x86 sparc" DEPEND="virtual/blackbox" @@ -18,7 +17,7 @@ src_compile() { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO } diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild index f535ec167feb..930aac57598a 100644 --- a/x11-misc/fluxter/fluxter-0.1.0.ebuild +++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild @@ -1,30 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.7 2003/09/05 23:29:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.8 2003/11/11 13:17:36 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="Fluxter is a workspace pager dockapp, particularly useful with the Fluxbox window manager." -SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz" +DESCRIPTION="workspace pager dockapp, particularly useful with the Fluxbox window manager" HOMEPAGE="http://www.isomedia.com/homes/stevencooper/" -IUSE="" - -DEPEND="virtual/blackbox" +SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +SLOT="0" +KEYWORDS="x86 ppc" -myconf="--datadir=/usr/share/commonbox" +DEPEND="virtual/blackbox" src_compile() { - - econf ${myconf} || die + econf --datadir=/usr/share/commonbox || die emake || die - } -src_install () { - +src_install() { make DESTDIR=${D} install || die dodoc README COPYING AUTHORS ChangeLog NEWS README TODO } diff --git a/x11-misc/gclipper/gclipper-1.1a.ebuild b/x11-misc/gclipper/gclipper-1.1a.ebuild index 9e3836a27623..d58548c82b22 100644 --- a/x11-misc/gclipper/gclipper-1.1a.ebuild +++ b/x11-misc/gclipper/gclipper-1.1a.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.9 2003/02/13 17:13:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.10 2003/11/11 13:15:34 vapier Exp $ -S=${WORKDIR}/${PN} -DESCRIPTION="GClipper is a multiple buffer clipboard that automatically fetches new selections and maintains them in a history." +DESCRIPTION="multiple buffer clipboard that automatically fetches new selections and maintains them in a history" SRC_URI="http://www.thunderstorms.org/gclipper/gclipper-1.1a.tar.gz" +HOMEPAGE="http://www.theleaf.be/" -# Homepage, not used by Portage directly but handy for developer reference -HOMEPAGE="http://www.theleaf.be" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="=x11-libs/gtk+-1.2*" +S=${WORKDIR}/${PN} + src_compile() { emake || die } -src_install () { +src_install() { dobin gclipper dodoc Changelog COPYING README } diff --git a/x11-misc/xdiskusage/xdiskusage-1.46.ebuild b/x11-misc/xdiskusage/xdiskusage-1.46.ebuild index 3c72168b4a8d..304633138c2a 100644 --- a/x11-misc/xdiskusage/xdiskusage-1.46.ebuild +++ b/x11-misc/xdiskusage/xdiskusage-1.46.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.46.ebuild,v 1.1 2003/10/29 12:49:51 brandy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.46.ebuild,v 1.2 2003/11/11 13:16:56 vapier Exp $ -DESCRIPTION="xdiskusage is a front end to xdu for viewing disk usage graphically under X11" +DESCRIPTION="front end to xdu for viewing disk usage graphically under X11" SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz" HOMEPAGE="http://xdiskusage.sourceforge.net/" @@ -13,20 +13,17 @@ KEYWORDS="~x86" DEPEND="virtual/x11 x11-libs/fltk" - src_compile() { - econf || die "configure failed" - make CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" LDLIBS="`fltk-config --ldflags`" \ + make \ + CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" \ + LDLIBS="`fltk-config --ldflags`" \ || die "parallel make failed" - } -src_install () { - +src_install() { dobin xdiskusage doman xdiskusage.1 dodoc README - } diff --git a/x11-misc/xfe/xfe-0.54.2.ebuild b/x11-misc/xfe/xfe-0.54.2.ebuild index ae11021e47f8..fe227e8a82cd 100644 --- a/x11-misc/xfe/xfe-0.54.2.ebuild +++ b/x11-misc/xfe/xfe-0.54.2.ebuild @@ -1,29 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.54.2.ebuild,v 1.3 2003/09/05 23:29:06 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-0.54.2.ebuild,v 1.4 2003/11/11 13:14:45 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="X File Explorer (Xfe) is an MS-Explorer like file manager for X. It is based on the popular, but discontinued, X Win Commander, which was developed by Maxim Baranov. Xfe aims to be the filemanager of choice for all the Unix addicts." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +DESCRIPTION="MS-Explorer like file manager for X" HOMEPAGE="http://sourceforge.net/projects/xfe/" -IUSE="nls" - -DEPEND="x11-libs/fox" -RDEPEND=${DEPEND} +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86" +IUSE="nls" -src_compile() { +DEPEND="x11-libs/fox" +src_compile() { econf `use_enable nls` || die emake || die - } -src_install () { - +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS FAQ README TODO NEWS } |