mgorny 15/05/07 18:32:21
Modified: ChangeLog
Added: libindicator-12.10.1-r301.ebuild
libindicator-12.10.1-r201.ebuild
Log:
Add multilib support, thanks to Karol Herbst. Part of
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/65.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.17 dev-libs/libindicator/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/ChangeLog?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/ChangeLog?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 15 Mar 2014 14:03:58 -0000 1.16
+++ ChangeLog 7 May 2015 18:32:21 -0000 1.17
@@ -1,6 +1,14 @@
# ChangeLog for dev-libs/libindicator
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v 1.16
2014/03/15 14:03:58 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v 1.17
2015/05/07 18:32:21 mgorny Exp $
+
+*libindicator-12.10.1-r301 (07 May 2015)
+*libindicator-12.10.1-r201 (07 May 2015)
+
+ 07 May 2015; Michał Górny <[email protected]>
+ +libindicator-12.10.1-r201.ebuild, +libindicator-12.10.1-r301.ebuild:
+ Add multilib support, thanks to Karol Herbst. Part of
+ https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/65.
*libindicator-12.10.1-r200 (15 Mar 2014)
*libindicator-12.10.1-r300 (15 Mar 2014)
1.1 dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild?rev=1.1&content-type=text/plain
Index: libindicator-12.10.1-r301.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild,v
1.1 2015/05/07 18:32:21 mgorny Exp $
EAPI=5
inherit eutils flag-o-matic virtualx multilib-minimal
DESCRIPTION="A set of symbols and convience functions that all indicators would
like to use"
HOMEPAGE="http://launchpad.net/libindicator"
SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="3"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}]
>=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]
test? ( dev-util/dbus-test-runner )"
multilib_src_configure() {
append-flags -Wno-error
myconf=(
--disable-silent-rules
--disable-static
--with-gtk=3
)
local ECONF_SOURCE=${S}
econf "${myconf[@]}"
}
multilib_src_test() {
Xemake check #391179
}
multilib_src_install() {
emake -j1 DESTDIR="${D}" install
}
multilib_src_install_all() {
einstalldocs
prune_libtool_files --all
}
1.1 dev-libs/libindicator/libindicator-12.10.1-r201.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild?rev=1.1&content-type=text/plain
Index: libindicator-12.10.1-r201.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild,v
1.1 2015/05/07 18:32:21 mgorny Exp $
EAPI=5
inherit eutils flag-o-matic virtualx multilib-minimal
DESCRIPTION="A set of symbols and convience functions that all indicators would
like to use"
HOMEPAGE="http://launchpad.net/libindicator"
SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}]
>=x11-libs/gtk+-2.18:2[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]
test? ( dev-util/dbus-test-runner )"
multilib_src_configure() {
append-flags -Wno-error
myconf=(
--disable-silent-rules
--disable-static
--with-gtk=2
)
local ECONF_SOURCE=${S}
econf "${myconf[@]}"
}
multilib_src_test() {
Xemake check #391179
}
multilib_src_install() {
emake -j1 DESTDIR="${D}" install
}
multilib_src_install_all() {
einstalldocs
prune_libtool_files --all
rm -vf \
"${ED}"/usr/lib*/libdummy-indicator-* \
"${ED}"/usr/share/${PN}/*indicator-debugging
}