Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Timo Gurr (tgurr)" <tgurr@g.o>
Subject: gentoo-x86 commit in app-text/libspectre: libspectre-0.2.3.ebuild ChangeLog libspectre-0.2.1.ebuild
Date: Tue, 03 Nov 2009 18:36:48 +0000
tgurr       09/11/03 18:36:48

  Modified:             ChangeLog
  Added:                libspectre-0.2.3.ebuild
  Removed:              libspectre-0.2.1.ebuild
  Log:
  Version bump, fixing bug #291703.
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 app-text/libspectre/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/libspectre/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/libspectre/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/libspectre/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	15 Sep 2009 04:57:59 -0000	1.30
+++ ChangeLog	3 Nov 2009 18:36:47 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/libspectre
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v 1.30 2009/09/15 04:57:59 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v 1.31 2009/11/03 18:36:47 tgurr Exp $
+
+*libspectre-0.2.3 (03 Nov 2009)
+
+  03 Nov 2009; Timo Gurr <tgurr@g.o> -libspectre-0.2.1.ebuild,
+  +libspectre-0.2.3.ebuild:
+  Version bump, fixing bug #291703.
 
   15 Sep 2009; Jeroen Roovers <jer@g.o> libspectre-0.2.2.ebuild:
   Stable for HPPA (bug #256176).



1.1                  app-text/libspectre/libspectre-0.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/libspectre/libspectre-0.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/libspectre/libspectre-0.2.3.ebuild?rev=1.1&content-type=text/plain

Index: libspectre-0.2.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/libspectre-0.2.3.ebuild,v 1.1 2009/11/03 18:36:47 tgurr Exp $

inherit libtool

DESCRIPTION="Library to render Postscript documents."
HOMEPAGE="http://libspectre.freedesktop.org/wiki/"
SRC_URI="http://libspectre.freedesktop.org/releases/${P}.tar.gz"

LICENSE="GPL-2"

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug doc test"

RDEPEND=">=app-text/ghostscript-gpl-8.62"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )
	test? ( x11-libs/cairo
		dev-util/pkgconfig )"

src_unpack() {
	unpack ${A}
	elibtoolize
}

src_compile() {
	econf \
		--disable-dependency-tracking \
		$(use_enable debug asserts) \
		$(use_enable debug checks) \
		$(use_enable test) \
		|| die "econf failed"

	emake || die "emake failed"

	if use doc; then
		doxygen || die "doxygen failed"
	fi
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc NEWS README TODO || die "installing docs failed"
	if use doc; then
		dohtml -r "${S}"/doc/html/*
	fi
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.0.ebuild cheetah-2.2.2.ebuild
Next by thread:
gentoo-x86 commit in dev-java/gnu-classpath-inetlib: ChangeLog gnu-classpath-inetlib-1.1-r2.ebuild gnu-classpath-inetlib-1.0-r2.ebuild
Previous by date:
gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.0.ebuild cheetah-2.2.2.ebuild
Next by date:
gentoo-x86 commit in app-i18n/enca: ChangeLog enca-1.10.ebuild


Updated Nov 24, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.