diff options
-rw-r--r-- | sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 16 | ||||
-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 |
7 files changed, 43 insertions, 63 deletions
diff --git a/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild b/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild index cf7a98b5bf80..eec3bc080a57 100644 --- a/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild +++ b/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild,v 1.1 2003/09/17 04:39:46 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam_passwdqc/pam_passwdqc-0.7.4.ebuild,v 1.2 2003/11/11 13:13:06 vapier Exp $ -IUSE="pam" -DESCRIPTION="Password strength checking for PAM aware password changing programs. This is an alternative to the default cracklib." +DESCRIPTION="Password strength checking for PAM aware password changing programs" HOMEPAGE="http://www.openwall.com/passwdqc/" - SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz" LICENSE="as-is" diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index eaf526ab5f60..61532086b146 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.12 2003/09/07 00:23:27 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.13 2003/11/11 13:14:09 vapier Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -15,16 +15,15 @@ # # Azarah. - -IUSE="" +inherit eutils S=${WORKDIR}/xc/lib/Xaw3d -DESCRIPTION="the Xaw3d is a drop-in 3D replacement of the Xaw widget set - which comes with X. It is used e.g. by gv the ghostcript frontend." +DESCRIPTION="drop-in 3D replacement of the Xaw widget set which comes with X" # All full ftp.x.org mirrors can be added here. SRC_URI="ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/${P}.tar.gz - http://ibiblio.org/pub/X11/contrib/widgets/Xaw3d/R6.3/${P}.tar.gz" + http://ibiblio.org/pub/X11/contrib/widgets/Xaw3d/R6.3/${P}.tar.gz" HOMEPAGE="http://freshmeat.net/projects/xaw3d/" + LICENSE="X11" SLOT="0" KEYWORDS="x86 ppc sparc alpha" @@ -38,8 +37,8 @@ src_unpack() { # For some reason it isn't automatically patched. # That's why I manually override the source_unpack function. - patch -p0 <${FILESDIR}/Xaw3d-xfree86.diff || die - patch -p0 <${FILESDIR}/Xaw3d-out-of-tree.diff || die + epatch ${FILESDIR}/Xaw3d-xfree86.diff + epatch ${FILESDIR}/Xaw3d-out-of-tree.diff # This adds more familiar scroll-bar look and feel for Emacs and # others <mkennedy@gentoo.org> @@ -63,4 +62,3 @@ src_install() { dodoc README.XAW3D } - 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 } |