diff options
author | 2012-07-26 16:36:18 +0000 | |
---|---|---|
committer | 2012-07-26 16:36:18 +0000 | |
commit | d59e2fbb5149f8f2e1acb3babde2e52e63f298b9 (patch) | |
tree | f2256ffc8bad87a54b9dd443fb88d665147fd3a3 /dev-libs/libindicator | |
parent | Drop -D_GNU_SOURCE as it does not appear to be needed anymore -- compiles cle... (diff) | |
download | historical-d59e2fbb5149f8f2e1acb3babde2e52e63f298b9.tar.gz historical-d59e2fbb5149f8f2e1acb3babde2e52e63f298b9.tar.bz2 historical-d59e2fbb5149f8f2e1acb3babde2e52e63f298b9.zip |
old
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libindicator')
-rw-r--r-- | dev-libs/libindicator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libindicator/libindicator-0.4.1-r201.ebuild | 44 | ||||
-rw-r--r-- | dev-libs/libindicator/libindicator-0.4.1-r300.ebuild | 36 |
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-libs/libindicator/ChangeLog b/dev-libs/libindicator/ChangeLog index 6a09ddbee9c9..1c5b763768bd 100644 --- a/dev-libs/libindicator/ChangeLog +++ b/dev-libs/libindicator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libindicator # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v 1.13 2012/07/26 14:59:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/ChangeLog,v 1.14 2012/07/26 16:34:50 ssuominen Exp $ + + 26 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> + -libindicator-0.4.1-r201.ebuild, -libindicator-0.4.1-r300.ebuild: + old *libindicator-12.10.0-r300 (26 Jul 2012) *libindicator-12.10.0-r200 (26 Jul 2012) diff --git a/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild b/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild deleted file mode 100644 index 36da094a6167..000000000000 --- a/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $ - -EAPI=4 - -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="" - -# note: pull in SLOT="3" to install headers and libs (see rm -rf in src_install) -RDEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-2.18:2 - ${CATEGORY}/${PN}:3" -DEPEND="${RDEPEND} - virtual/pkgconfig - !<${CATEGORY}/${PN}-0.4.1-r201" - -src_prepare() { - sed -i -e 's:-Werror::' {libindicator,tests,tools}/Makefile.{am,in} || die -} - -src_configure() { - econf \ - --disable-static \ - --with-gtk=2 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - - # note: purposely not installing documentation and colliding files to - # support SLOT="3" - rm -rf \ - "${ED}"usr/share/${PN} \ - "${ED}"usr/include/${PN}-0.4/${PN} \ - "${ED}"usr/lib*/*.la \ - "${ED}"usr/lib*/libdummy-indicator-* -} diff --git a/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild b/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild deleted file mode 100644 index 17c96b2650b7..000000000000 --- a/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r300.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $ - -EAPI=4 - -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="" - -RDEPEND=">=dev-libs/glib-2.22 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - virtual/pkgconfig - !<${CATEGORY}/${PN}-0.4.1-r201" - -src_prepare() { - sed -i -e 's:-Werror::' {libindicator,tests,tools}/Makefile.{am,in} || die -} - -src_configure() { - econf \ - --disable-static \ - --with-gtk=3 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - dodoc AUTHORS ChangeLog - rm -f "${ED}"usr/lib*/*.la -} |