* [gentoo-commits] gentoo-x86 commit in x11-libs/libPropList: ChangeLog libPropList-0.10.1-r4.ebuild
@ 2012-05-14 16:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-14 16:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/14 16:56:15
Modified: ChangeLog libPropList-0.10.1-r4.ebuild
Log:
Remove useless libPropList.la libtool archive (since libPropList is only linking against libc)
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.16 x11-libs/libPropList/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libPropList/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 14 May 2012 16:52:25 -0000 1.15
+++ ChangeLog 14 May 2012 16:56:15 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libPropList
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/ChangeLog,v 1.15 2012/05/14 16:52:25 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/ChangeLog,v 1.16 2012/05/14 16:56:15 ssuominen Exp $
+
+ 14 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ libPropList-0.10.1-r4.ebuild:
+ Remove useless libPropList.la libtool archive (since libPropList is only
+ linking against libc)
14 May 2012; Michael Palimaka <kensington@gentoo.org>
libPropList-0.10.1-r4.ebuild:
1.3 x11-libs/libPropList/libPropList-0.10.1-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild?r1=1.2&r2=1.3
Index: libPropList-0.10.1-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libPropList-0.10.1-r4.ebuild 14 May 2012 16:52:25 -0000 1.2
+++ libPropList-0.10.1-r4.ebuild 14 May 2012 16:56:15 -0000 1.3
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild,v 1.2 2012/05/14 16:52:25 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r4.ebuild,v 1.3 2012/05/14 16:56:15 ssuominen Exp $
EAPI=4
-
inherit autotools eutils
DESCRIPTION="libPropList"
@@ -25,3 +24,8 @@
src_configure() {
econf $(use_enable static-libs static)
}
+
+src_install() {
+ default
+ rm -f "${ED}"/usr/lib*/libPropList.la
+}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libproplist: ChangeLog libproplist-0.10.1-r4.ebuild
@ 2012-06-14 19:33 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-14 19:33 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/06/14 19:33:06
Modified: ChangeLog libproplist-0.10.1-r4.ebuild
Log:
amd64/ppc/x86 stable wrt #421109
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-libs/libproplist/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libproplist/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libproplist/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libproplist/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libproplist/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 14 Jun 2012 15:43:21 -0000 1.1
+++ ChangeLog 14 Jun 2012 19:33:06 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libproplist
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libproplist/ChangeLog,v 1.1 2012/06/14 15:43:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libproplist/ChangeLog,v 1.2 2012/06/14 19:33:06 ssuominen Exp $
+
+ 14 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
+ libproplist-0.10.1-r4.ebuild:
+ amd64/ppc/x86 stable wrt #421109
14 May 2012; Samuli Suominen <ssuominen@gentoo.org>
libPropList-0.10.1-r4.ebuild:
1.2 x11-libs/libproplist/libproplist-0.10.1-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild?r1=1.1&r2=1.2
Index: libproplist-0.10.1-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libproplist-0.10.1-r4.ebuild 14 Jun 2012 15:43:21 -0000 1.1
+++ libproplist-0.10.1-r4.ebuild 14 Jun 2012 19:33:06 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild,v 1.1 2012/06/14 15:43:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libproplist/libproplist-0.10.1-r4.ebuild,v 1.2 2012/06/14 19:33:06 ssuominen Exp $
EAPI=4
@@ -8,13 +8,13 @@
inherit autotools eutils
-DESCRIPTION="libPropList"
-HOMEPAGE="http://www.windowmaker.org/"
-SRC_URI="ftp://ftp.windowmaker.org/pub/libs/${MY_P}.tar.gz"
+DESCRIPTION="An library to mimic property list functionality from the GNUstep environment"
+HOMEPAGE="http://windowmaker.org/"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
IUSE="static-libs"
DOCS=( AUTHORS ChangeLog README TODO )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-14 19:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 19:33 [gentoo-commits] gentoo-x86 commit in x11-libs/libproplist: ChangeLog libproplist-0.10.1-r4.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-05-14 16:56 [gentoo-commits] gentoo-x86 commit in x11-libs/libPropList: ChangeLog libPropList-0.10.1-r4.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox