xmw         15/03/21 23:44:39

  Modified:             ChangeLog
  Added:                libcss-0.5.0.ebuild
  Removed:              libcss-0.2.0.ebuild libcss-0.1.2.ebuild
  Log:
  Version bump (bug 543846).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.14                 dev-libs/libcss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcss/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcss/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcss/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcss/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Nov 2014 12:45:44 -0000      1.13
+++ ChangeLog   21 Mar 2015 23:44:39 -0000      1.14
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/libcss
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcss/ChangeLog,v 1.13 2014/11/15 
12:45:44 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcss/ChangeLog,v 1.14 2015/03/21 
23:44:39 xmw Exp $
+
+*libcss-0.5.0 (21 Mar 2015)
+
+  21 Mar 2015; Michael Weber <[email protected]>
+  +files/libcss-0.5.0-glibc2.20.patch, +libcss-0.5.0.ebuild,
+  -files/libcss-0.1.2-enum-compare.patch, -libcss-0.1.2.ebuild,
+  -libcss-0.2.0.ebuild:
+  Version bump (bug 543846).
 
   15 Nov 2014; Michael Weber <[email protected]> libcss-0.4.0.ebuild:
   tighten dependencies



1.1                  dev-libs/libcss/libcss-0.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcss/libcss-0.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcss/libcss-0.5.0.ebuild?rev=1.1&content-type=text/plain

Index: libcss-0.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcss/libcss-0.5.0.ebuild,v 1.1 
2015/03/21 23:44:39 xmw Exp $

EAPI=5

NETSURF_BUILDSYSTEM=buildsystem-1.3
inherit netsurf

DESCRIPTION="CSS parser and selection engine, written in C"
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~m68k-mint"
IUSE="test"

RDEPEND=">=dev-libs/libparserutils-0.2.1[static-libs?,${MULTILIB_USEDEP}]
        >=dev-libs/libwapcaplet-0.2.2[static-libs?,${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        test? ( dev-lang/perl )"

PATCHES=( "${FILESDIR}"/${P}-glibc2.20.patch )




Reply via email to