public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Remi Cardona (remi)" <remi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/cairomm: ChangeLog cairomm-1.6.0.ebuild
Date: Tue, 10 Jun 2008 14:40:41 +0000	[thread overview]
Message-ID: <E1K651d-0005OR-H2@stork.gentoo.org> (raw)

remi        08/06/10 14:40:41

  Modified:             ChangeLog
  Added:                cairomm-1.6.0.ebuild
  Log:
  dev-cpp/cairomm: bump to 1.6.0
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.25                 dev-cpp/cairomm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	24 Mar 2008 22:08:02 -0000	1.24
+++ ChangeLog	10 Jun 2008 14:40:41 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/cairomm
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v 1.24 2008/03/24 22:08:02 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v 1.25 2008/06/10 14:40:41 remi Exp $
+
+*cairomm-1.6.0 (10 Jun 2008)
+
+  10 Jun 2008; Rémi Cardona <remi@gentoo.org> +cairomm-1.6.0.ebuild:
+  bump to 1.6.0
 
 *cairomm-1.5.0 (24 Mar 2008)
 



1.1                  dev-cpp/cairomm/cairomm-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/cairomm-1.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/cairomm/cairomm-1.6.0.ebuild?rev=1.1&content-type=text/plain

Index: cairomm-1.6.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.6.0.ebuild,v 1.1 2008/06/10 14:40:41 remi Exp $

inherit eutils

DESCRIPTION="C++ bindings for the Cairo vector graphics library"
HOMEPAGE="http://cairographics.org/"
SRC_URI="http://cairographics.org/releases/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples"

RDEPEND=">=x11-libs/cairo-1.5.14"
DEPEND="${RDEPEND}
		doc? ( app-doc/doxygen )"

src_unpack() {
	unpack ${A}
	cd "${S}"

	if ! use examples; then
		# don't waste time building the examples
		sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die "sed failed"
	fi
}

src_compile() {
	econf $(use_enable doc docs) || die "econf failed"
	emake || die "emake failed"
}

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

	if use examples; then
		dodoc examples
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-06-10 16:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-10 14:40 Remi Cardona (remi) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-07-10 14:36 [gentoo-commits] gentoo-x86 commit in dev-cpp/cairomm: ChangeLog cairomm-1.6.0.ebuild Remi Cardona (remi)
2008-07-10 14:49 Remi Cardona (remi)
2008-07-27 19:02 Olivier Crete (tester)
2008-07-30 22:08 Brent Baude (ranger)
2008-08-10 10:01 Markus Meier (maekke)
2008-08-13 11:08 Raul Porcel (armin76)
2008-09-30 17:19 Jeroen Roovers (jer)
2009-04-10 14:00 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K651d-0005OR-H2@stork.gentoo.org \
    --to=remi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox