diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 06:40:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 06:40:12 +0000 |
commit | 8c76efa880ae76ed63992825d864db67623292b8 (patch) | |
tree | fec053103a025067685efd2b2477b5c19ae7b10d /dev-libs/libcroco | |
parent | drop old (diff) | |
download | gentoo-2-8c76efa880ae76ed63992825d864db67623292b8.tar.gz gentoo-2-8c76efa880ae76ed63992825d864db67623292b8.tar.bz2 gentoo-2-8c76efa880ae76ed63992825d864db67623292b8.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/libcroco')
-rw-r--r-- | dev-libs/libcroco/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libcroco/libcroco-0.6.5.ebuild | 38 |
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-libs/libcroco/ChangeLog b/dev-libs/libcroco/ChangeLog index e278f90e9c93..51a16e75a8d4 100644 --- a/dev-libs/libcroco/ChangeLog +++ b/dev-libs/libcroco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libcroco -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.94 2013/04/13 20:55:58 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.95 2014/04/26 06:40:12 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libcroco-0.6.5.ebuild: + drop old 13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libcroco-0.6.8.ebuild: Stable for s390, wrt bug #458984 diff --git a/dev-libs/libcroco/libcroco-0.6.5.ebuild b/dev-libs/libcroco/libcroco-0.6.5.ebuild deleted file mode 100644 index 29683d3b05f1..000000000000 --- a/dev-libs/libcroco/libcroco-0.6.5.ebuild +++ /dev/null @@ -1,38 +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/libcroco/libcroco-0.6.5.ebuild,v 1.10 2012/07/15 16:47:00 armin76 Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" -HOMEPAGE="http://git.gnome.org/browse/libcroco/" - -LICENSE="LGPL-2" -SLOT="0.6" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="doc test" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libxml2-2.4.23" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -pkg_setup() { - G2CONF="${G2CONF} --disable-static" - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" -} - -src_prepare() { - gnome2_src_prepare - - if ! use test; then - # don't waste time building tests - sed 's/^\(SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed failed" - fi -} |