diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2008-07-28 07:54:32 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2008-07-28 07:54:32 +0000 |
commit | 842af7b8bf8772ebfe30e027f6d237995ec1d582 (patch) | |
tree | 57985043b5d2c906a26cef286ed118820efd825a /x11-plugins/wmpop | |
parent | Fix DESCRIPTION. (diff) | |
download | historical-842af7b8bf8772ebfe30e027f6d237995ec1d582.tar.gz historical-842af7b8bf8772ebfe30e027f6d237995ec1d582.tar.bz2 historical-842af7b8bf8772ebfe30e027f6d237995ec1d582.zip |
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.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-plugins/wmpop')
-rw-r--r-- | x11-plugins/wmpop/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmpop/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53-r1.ebuild | 33 |
3 files changed, 43 insertions, 3 deletions
diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog index af50d6ddaaf3..19a1751ab1a5 100644 --- a/x11-plugins/wmpop/ChangeLog +++ b/x11-plugins/wmpop/ChangeLog @@ -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@gentoo.org> wmpop-0.53.ebuild: +*wmpop-0.53-r1 (28 Jul 2008) + + 28 Jul 2008; Michele Noberasco <s4t4n@gentoo.org> 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@gentoo.org> wmpop-0.53.ebuild: diff --git a/x11-plugins/wmpop/Manifest b/x11-plugins/wmpop/Manifest index 55b584709f71..22ffafc92a40 100644 --- a/x11-plugins/wmpop/Manifest +++ b/x11-plugins/wmpop/Manifest @@ -1,4 +1,5 @@ DIST wmpop-0.53.tar.gz 215022 RMD160 3d48f70fd4e7d99302f9e1e4f3c51f9247301b0b SHA1 4d0378c3e421f4268af06e64eee9e086170e1706 SHA256 dd3b41eb422822020a76583afe737ad45d41c4411423b39995a6c0169cc7613e +EBUILD wmpop-0.53-r1.ebuild 857 RMD160 6a653f55990ddfd45799a6836d94fc8acdafc9b9 SHA1 8455c8a0f6369186b1549e7765797746adccfa52 SHA256 edfa391e25076b3055c592a962fbdc1f1b79aa7e267766f818cd87cd18c8c3b0 EBUILD wmpop-0.53.ebuild 679 RMD160 21144c11bd38e44595bedbc4f122daac4b71e964 SHA1 12234da0fc19103852fc19f76619b77f0cdf6e69 SHA256 b905d9b3ad80db1410dcc498ded7a5bbc550320c7e193951674480c52aa835b3 -MISC ChangeLog 1366 RMD160 7bfe89b3b4a79a595e278bf197cc06a577574653 SHA1 23d3d820787831db051f359c8897c3d95b8bc091 SHA256 b2a4a089307b595baa7ebd4c694be88417324c350888f6078fdf654b83a0f9ed +MISC ChangeLog 1612 RMD160 5eb552e8be6edb944800085846052461426763ca SHA1 f7487ca4fce8ea2e775797a0f30b612320dee780 SHA256 9f3aeeadb4b68e81d06619bad44c1b2c0c7bbbc57d98b255b055366e9cb06bcc MISC metadata.xml 173 RMD160 cac75840c6ed88c2ec5de55b1a7e99dd077161c1 SHA1 2685b3da7c9efbdcd015f472b70e966775639de8 SHA256 1ee892c11499f123ea91c590ccec013c5036c55d16f7dcb3982c157e36e4842f diff --git a/x11-plugins/wmpop/wmpop-0.53-r1.ebuild b/x11-plugins/wmpop/wmpop-0.53-r1.ebuild new file mode 100644 index 000000000000..8a0c1fc644b3 --- /dev/null +++ b/x11-plugins/wmpop/wmpop-0.53-r1.ebuild @@ -0,0 +1,33 @@ +# 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 +} |