Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
s4t4n 08/07/28 07:54:32
Modified: ChangeLog
Added: wmpop-0.53-r1.ebuild
Log:
Revision bump, dependancy on gtk+-1.2 is now optional. You won't get
the graphical configuration editor without it, but at least gtk+-1.2
is not necessary anymore to build this package.
(Portage version: 2.1.4.4)
Revision Changes Path
1.12 x11-plugins/wmpop/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpop/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpop/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpop/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 28 Jul 2008 07:39:42 -0000 1.11
+++ ChangeLog 28 Jul 2008 07:54:32 -0000 1.12
@@ -1,8 +1,14 @@
# ChangeLog for x11-plugins/wmpop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.11 2008/07/28 07:39:42 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.12 2008/07/28 07:54:32 s4t4n Exp $
- 28 Jul 2008; Michele Noberasco <s4t4n@g.o> wmpop-0.53.ebuild:
+*wmpop-0.53-r1 (28 Jul 2008)
+
+ 28 Jul 2008; Michele Noberasco <s4t4n@g.o> wmpop-0.53-r1.ebuild:
+ Revision bump, dependancy on gtk+-1.2 is now optional. You won't get
+ the graphical configuration editor without it, but at least gtk+-1.2
+ is not necessary anymore to build this package.
+ wmpop-0.53.ebuild:
added libXpm to runtime dependancies. Closes bug #233023.
13 May 2008; Michele Noberasco <s4t4n@g.o> wmpop-0.53.ebuild:
1.1 x11-plugins/wmpop/wmpop-0.53-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpop/wmpop-0.53-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpop/wmpop-0.53-r1.ebuild?rev=1.1&content-type=text/plain
Index: wmpop-0.53-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53-r1.ebuild,v 1.1 2008/07/28 07:54:32 s4t4n Exp $
IUSE="gtk"
DESCRIPTION="WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 and APOP mailbox."
SRC_URI="http://jsautret.free.fr/wmpop/${P}.tar.gz"
HOMEPAGE="http://wmpop.sautret.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~sparc ~x86"
RDEPEND="media-sound/esound
x11-libs/libXpm
gtk? ( =x11-libs/gtk+-1.2* )"
DEPEND="${RDEPEND}
sys-devel/bison"
src_compile()
{
econf \
`use_enable gtk gtkgui` \
|| die "Configuration failed"
emake || die "Compilation failed"
}
src_install() {
einstall || die "Install failed"
dodoc AUTHORS README ChangeLog NEWS TODO THANKS
}
|
|