jlec 15/03/20 15:57:58 Modified: metadata.xml ChangeLog Added: wmmldonkey-0.003-r1.ebuild Log: Modernize ebuild (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 x11-plugins/wmmldonkey/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 26 Dec 2003 00:17:26 -0000 1.2 +++ metadata.xml 20 Mar 2015 15:57:58 -0000 1.3 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>desktop-dock</herd> + <herd>desktop-dock</herd> </pkgmetadata> 1.9 x11-plugins/wmmldonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 15 Feb 2012 09:51:41 -0000 1.8 +++ ChangeLog 20 Mar 2015 15:57:58 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmmldonkey -# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.8 2012/02/15 09:51:41 voyageur Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.9 2015/03/20 15:57:58 jlec Exp $ + +*wmmldonkey-0.003-r1 (20 Mar 2015) + + 20 Mar 2015; Justin Lecher <[email protected]> +wmmldonkey-0.003-r1.ebuild, + metadata.xml: + Modernize ebuild 15 Feb 2012; Bernard Cafarelli <[email protected]> wmmldonkey-0.003.ebuild: Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607 @@ -29,4 +35,3 @@ 26 Dec 2003; Markus Nigbur <[email protected]> metadata.xml, wmmldonkey-0.003.ebuild: Initial import. Thanks to Marco Lui for the ebuild. - 1.1 x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild?rev=1.1&content-type=text/plain Index: wmmldonkey-0.003-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003-r1.ebuild,v 1.1 2015/03/20 15:57:58 jlec Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey" HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/174" SRC_URI="http://dockapps.windowmaker.org/download.php/id/298/wmmldonkey3.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" x11-libs/libXext x11-libs/libX11 x11-libs/libXpm" DEPEND="${RDEPEND} net-p2p/mldonkey" S=${WORKDIR}/wmmldonkey3 src_prepare() { sed \ -e 's:gcc:${CC} ${CFLAGS}:' \ -e 's:gui_protocol.o endianess.o::' \ -e 's:main.c -o wmmldonkey:main.c gui_protocol.o endianess.o -o wmmldonkey:' \ -e 's:-lXpm -lXext:-lX11 -lXpm -lXext:' \ -i "${S}/Makefile" || die tc-export CC } src_install() { dodoc CHANGELOG README dobin wmmldonkey } pkg_postinst() { elog "Make sure the mldonkey daemon is running before you" elog "attempt to run emmldonkey..." }
