summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-18 08:28:49 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-18 08:28:49 +0000
commit976537054b8d9d15b6ab27b9615a7e32a96cf921 (patch)
tree2cde4b45c73bf66709843c25308d59aa91239700 /x11-plugins/wmpop3lb
parentcleaned up (diff)
downloadgentoo-2-976537054b8d9d15b6ab27b9615a7e32a96cf921.tar.gz
gentoo-2-976537054b8d9d15b6ab27b9615a7e32a96cf921.tar.bz2
gentoo-2-976537054b8d9d15b6ab27b9615a7e32a96cf921.zip
removed windowmaker dependency
Diffstat (limited to 'x11-plugins/wmpop3lb')
-rw-r--r--x11-plugins/wmpop3lb/ChangeLog6
-rw-r--r--x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild22
2 files changed, 11 insertions, 17 deletions
diff --git a/x11-plugins/wmpop3lb/ChangeLog b/x11-plugins/wmpop3lb/ChangeLog
index 0f23c0d0931a..7b53f3c4f9f7 100644
--- a/x11-plugins/wmpop3lb/ChangeLog
+++ b/x11-plugins/wmpop3lb/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for x11-plugins/wmpop3lb
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.1 2002/10/08 14:43:18 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.2 2003/01/18 08:27:31 seemant Exp $
wmpop3lb-2.4.2 (08 Oct 2002)
+ 18 Jan 2003; Seeemant Kulleen <seemant@gentoo.org> wmpop3lb-2.4.2.ebuild :
+
+ Removed spurious dependency on WindowMaker.
+
08 Oct 2002; Nick Hadaway <raker@gentoo.org> wmpop3lb-2.4.2.ebuild,
files/digest-wmpop3lbp-2.4.2 :
New ebuild. See bug #5044
diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild
index af500ceffeb5..df1da7bb08a5 100644
--- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild
+++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild
@@ -1,44 +1,34 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.2 2002/10/20 18:55:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.3 2003/01/18 08:27:31 seemant Exp $
IUSE=""
-VERSION=2.4.2
-S=${WORKDIR}/wmpop3lb${VERSION}
-
+MY_P=${PN}${PV}
+S=${WORKDIR}/${MY_P}
DESCRIPTION="dockapp for checking up to 7 pop3 accounts"
HOMEPAGE="http://wmpop3lb.jourdain.org"
-SRC_URI="http://lbj.free.fr/wmpop3/wmpop3lb${VERSION}.tar.gz"
+SRC_URI="http://lbj.free.fr/wmpop3/${MY_P}.tar.gz"
-LICENSE="GPL-2"
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="x86"
-DEPEND="virtual/glibc
- virtual/x11
- x11-wm/WindowMaker"
+DEPEND="virtual/x11"
src_unpack() {
-
unpack ${A}
cd ${S}/wmpop3
mv Makefile Makefile.orig
sed -e "s:-g2 -D_DEBUG:${CFLAGS}:" Makefile.orig > Makefile
-
}
src_compile() {
-
emake -C wmpop3 || die "parallel make failed"
-
}
src_install() {
-
dobin wmpop3/wmpop3lb
-
dodoc CHANGE_LOG README
-
}