summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 23:00:24 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 23:00:24 +0000
commite88e784c4ee0bcab943bddbb4567efb82b5d2f75 (patch)
tree089ec2a740f334f9a11e213de4d8e788d312be4c /x11-misc
parentStable on alpha + ia64, bug 98394. (diff)
downloadhistorical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.tar.gz
historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.tar.bz2
historical-e88e784c4ee0bcab943bddbb4567efb82b5d2f75.zip
QA: Removed default src_compile
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild9
-rw-r--r--x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild9
-rw-r--r--x11-misc/bbmail/bbmail-0.6.11-r2.ebuild37
-rw-r--r--x11-misc/bbmail/bbmail-0.8.2.ebuild9
-rw-r--r--x11-misc/bbmail/bbmail-0.8.3.ebuild9
-rw-r--r--x11-misc/bbmail/files/bbmail-qmail.patch35
-rw-r--r--x11-misc/bbmail/files/digest-bbmail-0.6.11-r21
-rw-r--r--x11-misc/bbsload/bbsload-0.2.6.ebuild9
-rw-r--r--x11-misc/bbsload/bbsload-0.2.8.ebuild4
-rw-r--r--x11-misc/obconf/obconf-1.5-r1.ebuild13
-rw-r--r--x11-misc/obconf/obconf-1.5.ebuild13
-rw-r--r--x11-misc/remind/remind-03.00.22.ebuild5
-rw-r--r--x11-misc/remind/remind-03.00.23-r1.ebuild10
-rw-r--r--x11-misc/remind/remind-03.00.23.ebuild5
-rw-r--r--x11-misc/whitebox/whitebox-0.5.ebuild12
15 files changed, 27 insertions, 153 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild
index 74f43639a132..e9c04f790c44 100644
--- a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild
+++ b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.3 2005/07/11 22:34:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.4 2005/07/11 22:53:55 swegener Exp $
DESCRIPTION="OpenGL virtual desktop switching"
HOMEPAGE="http://desk3d.sourceforge.net/"
@@ -14,12 +14,7 @@ DEPEND="virtual/x11
media-libs/imlib2
x11-base/opengl-update"
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README AUTHORS TODO ChangeLog README.windowmanagers
}
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
index 96883e3f4538..db7e4e76a1a9 100644
--- a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
+++ b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.1 2005/06/30 04:24:26 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.2 2005/07/11 22:53:55 swegener Exp $
DESCRIPTION="OpenGL virtual desktop switching"
HOMEPAGE="http://desk3d.sourceforge.net/"
@@ -14,12 +14,7 @@ DEPEND="virtual/x11
media-libs/imlib2
x11-base/opengl-update"
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README AUTHORS TODO ChangeLog README.windowmanagers
}
diff --git a/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild b/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild
deleted file mode 100644
index 6c85a2167bae..000000000000
--- a/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.6.11-r2.ebuild,v 1.13 2004/07/15 00:50:21 agriffis Exp $
-
-DESCRIPTION="blackbox mail notification, patched for maildir"
-SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz"
-HOMEPAGE="http://bbtools.thelinuxcommunity.org/available.phtml"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-DEPEND="virtual/blackbox"
-
-src_unpack () {
- unpack ${A}
- cd ${S}
- # This is a patch for bbmail to support qmail style maildirs
- patch -p1 < ${FILESDIR}/bbmail-qmail.patch || die
-}
-
-src_compile() {
- ./configure --prefix=/usr --host=${CHOST} || die
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO data/README.bbmail
-}
-
-pkg_postinst() {
- cd ${ROOT}usr/X11R6/bin/wm
- if [ ! "`grep bbmail blackbox`" ] ; then
- sed -e "s/.*blackbox/exec \/usr\/bin\/bbmail \&\n&/" blackbox | cat > blackbox
- fi
-}
diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild
index 61a454721632..f4632b5dd0a1 100644
--- a/x11-misc/bbmail/bbmail-0.8.2.ebuild
+++ b/x11-misc/bbmail/bbmail-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.8 2004/06/24 22:13:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.9 2005/07/11 22:47:35 swegener Exp $
IUSE=""
DESCRIPTION="blackbox mail notification"
@@ -13,13 +13,8 @@ KEYWORDS="x86 sparc ppc"
DEPEND="virtual/blackbox"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dobin scripts/bbmailparsefm.pl
dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
}
diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild
index 272262dc77fc..5417ecc081a0 100644
--- a/x11-misc/bbmail/bbmail-0.8.3.ebuild
+++ b/x11-misc/bbmail/bbmail-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.6 2004/06/24 22:13:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.7 2005/07/11 22:47:35 swegener Exp $
IUSE=""
DESCRIPTION="blackbox mail notification"
@@ -13,13 +13,8 @@ KEYWORDS="x86 sparc ppc"
DEPEND="virtual/blackbox"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dobin scripts/bbmailparsefm.pl
dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
}
diff --git a/x11-misc/bbmail/files/bbmail-qmail.patch b/x11-misc/bbmail/files/bbmail-qmail.patch
deleted file mode 100644
index 8e23afd63991..000000000000
--- a/x11-misc/bbmail/files/bbmail-qmail.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- bbmail-0.6.10.orig/bbmail.cc
-+++ bbmail-0.6.10/bbmail.cc
-@@ -55,7 +55,7 @@
- }
-
- bool Checkmail::CheckMHBox(int spoolno,bool force) {
-- struct stat file_status;
-+ struct stat file_status, maildir_status;
- FILE *fp;
- int num[2]={-1,-1};
- int number_of_values;
-@@ -67,6 +67,23 @@
- bbtool->getResource()->spoolfile[spoolno].filename);
- return(false);
- }
-+
-+ // check maildir new/ and cur/ directories
-+ char *maildir = new
-+ char[strlen (bbtool->getResource()->spoolfile[spoolno].filename) + 5];
-+ sprintf (maildir, "%s/new", bbtool->getResource()->spoolfile[spoolno].filename);
-+ if (stat (maildir, &maildir_status) == 0 &&
-+ maildir_status.st_mtime > file_status.st_mtime) {
-+ file_status.st_mtime = maildir_status.st_mtime;
-+ }
-+
-+ sprintf (maildir, "%s/cur", bbtool->getResource()->spoolfile[spoolno].filename);
-+ if (stat (maildir, &maildir_status) == 0 &&
-+ maildir_status.st_mtime > file_status.st_mtime) {
-+ file_status.st_mtime = maildir_status.st_mtime;
-+ }
-+
-+ delete [] maildir;
- }
-
- if ((file_status.st_mtime != spoolfile[spoolno].last_mtime)&&
diff --git a/x11-misc/bbmail/files/digest-bbmail-0.6.11-r2 b/x11-misc/bbmail/files/digest-bbmail-0.6.11-r2
deleted file mode 100644
index 407641d034b8..000000000000
--- a/x11-misc/bbmail/files/digest-bbmail-0.6.11-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 26e442a09ceab67a39b73ad80ceafff9 bbmail-0.6.11.tar.gz 96464
diff --git a/x11-misc/bbsload/bbsload-0.2.6.ebuild b/x11-misc/bbsload/bbsload-0.2.6.ebuild
index 9456e8ba95a3..839c21ff764f 100644
--- a/x11-misc/bbsload/bbsload-0.2.6.ebuild
+++ b/x11-misc/bbsload/bbsload-0.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/bbsload-0.2.6.ebuild,v 1.5 2004/06/24 22:14:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/bbsload-0.2.6.ebuild,v 1.6 2005/07/11 23:00:24 swegener Exp $
IUSE=""
DESCRIPTION="blackbox load monitor"
@@ -12,12 +12,7 @@ KEYWORDS="x86 sparc ppc"
DEPEND="virtual/blackbox"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbsload
}
diff --git a/x11-misc/bbsload/bbsload-0.2.8.ebuild b/x11-misc/bbsload/bbsload-0.2.8.ebuild
index 776daaf5b9c5..70a58c09c3b4 100644
--- a/x11-misc/bbsload/bbsload-0.2.8.ebuild
+++ b/x11-misc/bbsload/bbsload-0.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/bbsload-0.2.8.ebuild,v 1.9 2005/05/06 10:32:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/bbsload-0.2.8.ebuild,v 1.10 2005/07/11 23:00:24 swegener Exp $
DESCRIPTION="blackbox load monitor"
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
@@ -20,6 +20,6 @@ src_compile() {
}
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbsload
}
diff --git a/x11-misc/obconf/obconf-1.5-r1.ebuild b/x11-misc/obconf/obconf-1.5-r1.ebuild
index 2e47d38b5f29..921cfba9a446 100644
--- a/x11-misc/obconf/obconf-1.5-r1.ebuild
+++ b/x11-misc/obconf/obconf-1.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5-r1.ebuild,v 1.8 2004/12/06 01:41:48 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5-r1.ebuild,v 1.9 2005/07/11 22:51:40 swegener Exp $
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
SRC_URI="http://icculus.org/openbox/obconf/${P}.tar.gz"
@@ -15,13 +15,6 @@ DEPEND=">=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.0_beta4"
-
-src_compile() {
- local myconf
- econf ${myconf} || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
}
diff --git a/x11-misc/obconf/obconf-1.5.ebuild b/x11-misc/obconf/obconf-1.5.ebuild
index 3a70ec29bc85..55e56e847de9 100644
--- a/x11-misc/obconf/obconf-1.5.ebuild
+++ b/x11-misc/obconf/obconf-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.6 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-1.5.ebuild,v 1.7 2005/07/11 22:51:40 swegener Exp $
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
SRC_URI="http://icculus.org/openbox/obconf/${P}.tar.gz"
@@ -15,13 +15,6 @@ DEPEND=">=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.0_beta4"
-
-src_compile() {
- local myconf
- econf ${myconf} || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
}
diff --git a/x11-misc/remind/remind-03.00.22.ebuild b/x11-misc/remind/remind-03.00.22.ebuild
index 42487848adef..5c1f008ccde3 100644
--- a/x11-misc/remind/remind-03.00.22.ebuild
+++ b/x11-misc/remind/remind-03.00.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.22.ebuild,v 1.6 2005/05/01 04:29:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.22.ebuild,v 1.7 2005/07/11 22:55:49 swegener Exp $
DESCRIPTION="Ridiculously functional reminder program"
HOMEPAGE="http://www.roaringpenguin.com/products/remind/"
@@ -11,7 +11,6 @@ KEYWORDS="amd64 ~ppc x86"
IUSE=""
src_install() {
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/share/man/man1
+ dodir /usr/bin /usr/share/man/man1
einstall || die
}
diff --git a/x11-misc/remind/remind-03.00.23-r1.ebuild b/x11-misc/remind/remind-03.00.23-r1.ebuild
index 5089ca3a2a47..57ea03224910 100644
--- a/x11-misc/remind/remind-03.00.23-r1.ebuild
+++ b/x11-misc/remind/remind-03.00.23-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.23-r1.ebuild,v 1.1 2005/07/01 22:03:53 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.23-r1.ebuild,v 1.2 2005/07/11 22:55:49 swegener Exp $
DESCRIPTION="Ridiculously functional reminder program"
HOMEPAGE="http://www.roaringpenguin.com/penguin/open_source_remind.php"
@@ -10,16 +10,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
src_install() {
# stupid broken makefile...
einstall || die "first einstall failed"
- exeinto /usr/bin/
- doexe www/rem2html
+ dobin www/rem2html
dodoc README ACKNOWLEDGEMENTS COPYRIGHT WINDOWS doc/README.UNIX \
doc/WHATSNEW* www/README.*
diff --git a/x11-misc/remind/remind-03.00.23.ebuild b/x11-misc/remind/remind-03.00.23.ebuild
index 9ceb08926d85..91c733d3a020 100644
--- a/x11-misc/remind/remind-03.00.23.ebuild
+++ b/x11-misc/remind/remind-03.00.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.23.ebuild,v 1.1 2005/06/15 16:54:50 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.23.ebuild,v 1.2 2005/07/11 22:55:49 swegener Exp $
DESCRIPTION="Ridiculously functional reminder program"
HOMEPAGE="http://www.roaringpenguin.com/penguin/open_source_remind.php"
@@ -11,7 +11,6 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
src_install() {
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/share/man/man1
+ dodir /usr/bin /usr/share/man/man1
einstall || die
}
diff --git a/x11-misc/whitebox/whitebox-0.5.ebuild b/x11-misc/whitebox/whitebox-0.5.ebuild
index a48909a9e47a..d76fb453d51f 100644
--- a/x11-misc/whitebox/whitebox-0.5.ebuild
+++ b/x11-misc/whitebox/whitebox-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/whitebox-0.5.ebuild,v 1.6 2004/10/25 22:50:01 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/whitebox/whitebox-0.5.ebuild,v 1.7 2005/07/11 22:49:20 swegener Exp $
IUSE=""
@@ -18,16 +18,10 @@ KEYWORDS="x86 ~ppc ~sparc ~amd64"
DEPEND="=x11-libs/gtk+-1.2*
>=media-libs/gdk-pixbuf-0.22"
-RDEPEND="virtual/blackbox"
-
-src_compile () {
-
- econf || die
- emake || die
-}
+RDEPEND="${DEPEND}
+ virtual/blackbox"
src_install () {
-
einstall || die
insinto /usr/share/whiteBOX/pixmaps
doins ${WORKDIR}/pixmaps/*.xpm