* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r8.ebuild ChangeLog
@ 2014-12-11 11:28 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-11 11:28 UTC (permalink / raw
To: gentoo-commits
pacho 14/12/11 11:28:50
Modified: ChangeLog
Added: mail-notification-5.4-r8.ebuild
Log:
Fix building (#512206), drop evolution support as it requires a ton of different patches on nearly every evolution bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.122 mail-client/mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 8 Jun 2014 19:23:21 -0000 1.121
+++ ChangeLog 11 Dec 2014 11:28:50 -0000 1.122
@@ -1,6 +1,22 @@
# ChangeLog for mail-client/mail-notification
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.121 2014/06/08 19:23:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.122 2014/12/11 11:28:50 pacho Exp $
+
+*mail-notification-5.4-r8 (11 Dec 2014)
+
+ 11 Dec 2014; Pacho Ramos <pacho@gentoo.org>
+ +files/mail-notification-dont-link-against-bsd-compat.patch,
+ +mail-notification-5.4-r8.ebuild, -files/mail-notification-5.4-asneeded.patch,
+ -files/mail-notification-5.4-dont-update-cache.patch,
+ -files/mail-notification-5.4-e-d-s-2.24.patch,
+ -files/mail-notification-5.4-e-d-s.patch,
+ -files/mail-notification-5.4-evolution-gtkhtml.patch,
+ -files/mail-notification-5.4-fix-markup.patch,
+ -files/mail-notification-5.4-gmime.patch,
+ -files/mail-notification-5.4-icons.patch,
+ -files/mail-notification-5.4-sasl_encode64.patch:
+ Fix building (#512206), drop evolution support as it requires a ton of
+ different patches on nearly every evolution bump
08 Jun 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Move to maintainer needed as I am no longer taking care of it and noone from
1.1 mail-client/mail-notification/mail-notification-5.4-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?rev=1.1&content-type=text/plain
Index: mail-notification-5.4-r8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v 1.1 2014/12/11 11:28:49 pacho Exp $
EAPI=5
GCONF_DEBUG="no"
inherit gnome2 eutils multilib flag-o-matic toolchain-funcs
DESCRIPTION="Status icon informing about new mail"
HOMEPAGE="http://www.nongnu.org/mailnotify/ https://github.com/epienbroek/mail-notification"
GIT_REVISION="eab5c13" # Same as Fedora
SRC_URI="https://github.com/epienbroek/${PN}/tarball/${GIT_REVISION} -> ${PN}-${GIT_REVISION}.tar.gz"
S="${WORKDIR}/epienbroek-${PN}-${GIT_REVISION}"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux"
SLOT="0"
LICENSE="GPL-3"
IUSE="+gnome-keyring sasl +sound ssl sylpheed"
LANGS="bg ca cs de es fr ja nl pl pt pt_BR ru sr sr@Latn sv"
for lang in ${LANGS}; do
IUSE+=" linguas_${lang}"
done
# gmime is actually optional, but it's used by so much of the package
# it's pointless making it optional. gnome-keyring is required for
# several specific access methods, and thus linked to those USE flags
# instead of adding a keyring USE flag.
RDEPEND="
x11-libs/gtk+:3
>=dev-libs/glib-2.14:2
>=gnome-base/gconf-2.6
>=gnome-base/libgnomeui-2.14
dev-libs/dbus-glib
dev-libs/gmime:2.6
>=x11-libs/libnotify-0.4.1
gnome-keyring? ( gnome-base/libgnome-keyring )
ssl? ( >=dev-libs/openssl-0.9.6 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
sound? ( media-libs/gstreamer:0.10 )
sylpheed? ( mail-client/sylpheed )
"
DEPEND="${RDEPEND}
app-text/scrollkeeper
dev-util/gob
sys-devel/gettext
virtual/pkgconfig
>=dev-util/intltool-0.35.0
"
# this now uses JB (the Jean-Yves Lefort's Build System) as a build system
# instead of autotools, this is a little helper function that basically does
# the same thing as use_enable
use_var() {
echo "${2:-$1}=$(usex $1)"
}
src_prepare() {
sed -i -e '/jb_rule_set_install_message/d' \
-e '/jb_rule_add_install_command/d' \
jbsrc/jb.c || die
# Ensure we never append -Werror
sed -i -e 's/ -Werror//' jb jbsrc/jb.c || die
# We are not Ubuntu, and this could be the cause of #215281
epatch "${FILESDIR}/${P}-remove-ubuntu-special-case.patch"
# Apply Fedora patches
# Fix gcc warning
epatch "${FILESDIR}/${PN}-jb-gcc-format.patch"
# Support aarch64
epatch "${FILESDIR}/${PN}-aarch64.patch"
# Fix build with latest libc
epatch "${FILESDIR}/${PN}-dont-link-against-bsd-compat.patch"
}
src_configure() {
set -- \
./jb configure destdir="${D}" prefix="${EPREFIX}/usr" libdir="${EPREFIX}/usr/$(get_libdir)" \
sysconfdir="${EPREFIX}/etc" localstatedir="${EPREFIX}/var" cc="$(tc-getCC)" \
cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
scrollkeeper-dir="${EPREFIX}/var/lib/scrollkeeper" \
$(use_var gnome-keyring gmail) \
$(use_var gnome-keyring imap) \
$(use_var gnome-keyring pop3) \
$(use_var sasl) \
$(use_var ssl) \
$(use_var sylpheed)
echo "$@"
"$@" || die
}
src_compile() {
./jb build || die
}
src_install() {
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" ./jb install || die
dodoc NEWS README AUTHORS TODO TRANSLATING
rm -rf "${ED}/var/lib/scrollkeeper"
einfo "Cleaning up locales..."
for lang in ${LANGS}; do
use "linguas_${lang}" && {
einfo "- keeping ${lang}"
continue
}
rm -Rf "${D}"/usr/share/locale/"${lang}" || die
done
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r8.ebuild ChangeLog
@ 2014-12-27 19:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:27 UTC (permalink / raw
To: gentoo-commits
ago 14/12/27 19:27:38
Modified: mail-notification-5.4-r8.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #512206
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 mail-client/mail-notification/mail-notification-5.4-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?r1=1.1&r2=1.2
Index: mail-notification-5.4-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mail-notification-5.4-r8.ebuild 11 Dec 2014 11:28:49 -0000 1.1
+++ mail-notification-5.4-r8.ebuild 27 Dec 2014 19:27:37 -0000 1.2
@@ -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/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v 1.1 2014/12/11 11:28:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v 1.2 2014/12/27 19:27:37 ago Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SRC_URI="https://github.com/epienbroek/${PN}/tarball/${GIT_REVISION} -> ${PN}-${GIT_REVISION}.tar.gz"
S="${WORKDIR}/epienbroek-${PN}-${GIT_REVISION}"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-linux"
SLOT="0"
LICENSE="GPL-3"
IUSE="+gnome-keyring sasl +sound ssl sylpheed"
1.123 mail-client/mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 11 Dec 2014 11:28:50 -0000 1.122
+++ ChangeLog 27 Dec 2014 19:27:37 -0000 1.123
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mail-notification
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.122 2014/12/11 11:28:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.123 2014/12/27 19:27:37 ago Exp $
+
+ 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
+ mail-notification-5.4-r8.ebuild:
+ Stable for amd64, wrt bug #512206
*mail-notification-5.4-r8 (11 Dec 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r8.ebuild ChangeLog
@ 2014-12-28 12:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 12:04 UTC (permalink / raw
To: gentoo-commits
ago 14/12/28 12:04:44
Modified: mail-notification-5.4-r8.ebuild ChangeLog
Log:
Stable for x86, wrt bug #512206
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 mail-client/mail-notification/mail-notification-5.4-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild?r1=1.2&r2=1.3
Index: mail-notification-5.4-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mail-notification-5.4-r8.ebuild 27 Dec 2014 19:27:37 -0000 1.2
+++ mail-notification-5.4-r8.ebuild 28 Dec 2014 12:04:44 -0000 1.3
@@ -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/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v 1.2 2014/12/27 19:27:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r8.ebuild,v 1.3 2014/12/28 12:04:44 ago Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SRC_URI="https://github.com/epienbroek/${PN}/tarball/${GIT_REVISION} -> ${PN}-${GIT_REVISION}.tar.gz"
S="${WORKDIR}/epienbroek-${PN}-${GIT_REVISION}"
-KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-linux"
SLOT="0"
LICENSE="GPL-3"
IUSE="+gnome-keyring sasl +sound ssl sylpheed"
1.124 mail-client/mail-notification/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mail-notification/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 27 Dec 2014 19:27:37 -0000 1.123
+++ ChangeLog 28 Dec 2014 12:04:44 -0000 1.124
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/mail-notification
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.123 2014/12/27 19:27:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.124 2014/12/28 12:04:44 ago Exp $
+
+ 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
+ mail-notification-5.4-r8.ebuild:
+ Stable for x86, wrt bug #512206
27 Dec 2014; Agostino Sarubbo <ago@gentoo.org>
mail-notification-5.4-r8.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-28 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 11:28 [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.4-r8.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2014-12-27 19:27 Agostino Sarubbo (ago)
2014-12-28 12:04 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox