From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libcaca: libcaca-0.99_beta14.ebuild libcaca-0.99_beta16.ebuild ChangeLog
Date: Sat, 30 May 2009 09:22:16 +0000 [thread overview]
Message-ID: <E1MAKlc-00066Q-Ay@stork.gentoo.org> (raw)
ulm 09/05/30 09:22:16
Modified: libcaca-0.99_beta14.ebuild
libcaca-0.99_beta16.ebuild ChangeLog
Log:
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.10 media-libs/libcaca/libcaca-0.99_beta14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta14.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta14.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta14.ebuild?r1=1.9&r2=1.10
Index: libcaca-0.99_beta14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta14.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libcaca-0.99_beta14.ebuild 7 Dec 2008 11:53:50 -0000 1.9
+++ libcaca-0.99_beta14.ebuild 30 May 2009 09:22:16 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta14.ebuild,v 1.9 2008/12/07 11:53:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta14.ebuild,v 1.10 2009/05/30 09:22:16 ulm Exp $
inherit eutils autotools libtool mono
@@ -26,7 +26,7 @@
dev-util/pkgconfig
doc? ( app-doc/doxygen
virtual/latex-base
- || ( dev-texlive/texlive-fontsrecommended app-text/tetex app-text/ptex ) )"
+ || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )"
S="${WORKDIR}/${MY_P}"
1.2 media-libs/libcaca/libcaca-0.99_beta16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild?r1=1.1&r2=1.2
Index: libcaca-0.99_beta16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcaca-0.99_beta16.ebuild 24 Oct 2008 09:19:55 -0000 1.1
+++ libcaca-0.99_beta16.ebuild 30 May 2009 09:22:16 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild,v 1.1 2008/10/24 09:19:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild,v 1.2 2009/05/30 09:22:16 ulm Exp $
inherit eutils autotools libtool mono
@@ -26,7 +26,7 @@
dev-util/pkgconfig
doc? ( app-doc/doxygen
virtual/latex-base
- || ( dev-texlive/texlive-fontsrecommended app-text/tetex app-text/ptex ) )"
+ || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )"
S="${WORKDIR}/${MY_P}"
1.72 media-libs/libcaca/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 30 Jan 2009 15:07:01 -0000 1.71
+++ ChangeLog 30 May 2009 09:22:16 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libcaca
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.71 2009/01/30 15:07:01 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.72 2009/05/30 09:22:16 ulm Exp $
+
+ 30 May 2009; Ulrich Mueller <ulm@gentoo.org> libcaca-0.99_beta14.ebuild,
+ libcaca-0.99_beta16.ebuild:
+ Remove app-text/tetex from dependencies, bug 227443.
30 Jan 2009; Alexis Ballier <aballier@gentoo.org>
-files/libcaca-0.99_beta4-deoptimise.patch, -libcaca-0.99_beta11.ebuild:
reply other threads:[~2009-05-30 9:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=E1MAKlc-00066Q-Ay@stork.gentoo.org \
--to=ulm@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