voyageur 14/04/24 21:25:24 Modified: ChangeLog wmmaiload-2.2.1-r1.ebuild Added: wmmaiload-2.3.0.ebuild Log: Fix compilation with current openssl, version bump, fixes bug #507984 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.37 x11-plugins/wmmaiload/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 7 Apr 2014 19:36:13 -0000 1.36 +++ ChangeLog 24 Apr 2014 21:25:24 -0000 1.37 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmmaiload # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.36 2014/04/07 19:36:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.37 2014/04/24 21:25:24 voyageur Exp $ + +*wmmaiload-2.3.0 (24 Apr 2014) + + 24 Apr 2014; Bernard Cafarelli <[email protected]> + wmmaiload-2.2.1-r1.ebuild, +wmmaiload-2.3.0.ebuild: + Fix compilation with current openssl, version bump, fixes bug #507984 07 Apr 2014; Samuli Suominen <[email protected]> wmmaiload-2.2.1-r1.ebuild: Use EAPI5 instead of EAPI1. 1.11 x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?r1=1.10&r2=1.11 Index: wmmaiload-2.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- wmmaiload-2.2.1-r1.ebuild 7 Apr 2014 19:36:13 -0000 1.10 +++ wmmaiload-2.2.1-r1.ebuild 24 Apr 2014 21:25:24 -0000 1.11 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.10 2014/04/07 19:36:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.11 2014/04/24 21:25:24 voyageur Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -23,6 +23,7 @@ epatch \ "${FILESDIR}"/${P}-gtk.patch \ "${FILESDIR}"/${P}-checkthread.patch + sed -i -e "s/-lssl/\0 -lcrypto/" wmmaiload/Init.make || die "sed failed" } src_configure() { 1.1 x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild?rev=1.1&content-type=text/plain Index: wmmaiload-2.3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild,v 1.1 2014/04/24 21:25:24 voyageur Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="dockapp that monitors one or more mailboxes." HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2 x11-libs/libXpm" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { epatch \ "${FILESDIR}"/${PN}-2.2.1-checkthread.patch sed -i -e "s/-lssl/\0 -lcrypto/" wmmaiload/Init.make || die "sed failed" } src_configure() { # The ./configure script is not autoconf based, therefore don't use econf: ./configure -p /usr || die } src_compile() { emake \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ DEBUG_LDFLAGS="" \ LDFLAGS="${LDFLAGS}" \ DEBUG_CFLAGS="" } src_install() { dobin ${PN}/${PN} ${PN}-config/${PN}-config doman doc/*.1 dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc }
