From: "Bernard Cafarelli (voyageur)" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild wmmaiload-2.3.0.ebuild
Date: Thu, 24 Apr 2014 21:25:24 +0000 (UTC) [thread overview]
Message-ID: <20140424212525.06FF52004B@flycatcher.gentoo.org> (raw)
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 <voyageur@gentoo.org>
+ 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 <ssuominen@gentoo.org> 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
}
reply other threads:[~2014-04-24 21:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140424212525.06FF52004B@flycatcher.gentoo.org \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox