public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/terminal: terminal-0.4.3.ebuild ChangeLog terminal-0.4.2.ebuild
Date: Fri, 11 Dec 2009 09:06:13 +0000	[thread overview]
Message-ID: <E1NJ1S1-0005wy-Ai@stork.gentoo.org> (raw)

angelos     09/12/11 09:06:13

  Modified:             ChangeLog terminal-0.4.2.ebuild
  Added:                terminal-0.4.3.ebuild
  Log:
  Version bump and fix doc install path (bug #296101)
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 x11-terms/terminal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	3 Dec 2009 20:38:00 -0000	1.43
+++ ChangeLog	11 Dec 2009 09:06:12 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for x11-terms/terminal
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v 1.43 2009/12/03 20:38:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/ChangeLog,v 1.44 2009/12/11 09:06:12 angelos Exp $
+
+*terminal-0.4.3 (11 Dec 2009)
+
+  11 Dec 2009; Christoph Mende <angelos@gentoo.org> terminal-0.4.2.ebuild,
+  +terminal-0.4.3.ebuild:
+  Version bump and fix doc install path (bug #296101)
 
   03 Dec 2009; Brent Baude <ranger@gentoo.org> terminal-0.4.2.ebuild:
   Marking terminal-0.4.2 ppc64 stable for bug 289179



1.10                 x11-terms/terminal/terminal-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.4.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.4.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.4.2.ebuild?r1=1.9&r2=1.10

Index: terminal-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- terminal-0.4.2.ebuild	3 Dec 2009 20:38:00 -0000	1.9
+++ terminal-0.4.2.ebuild	11 Dec 2009 09:06:12 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.4.2.ebuild,v 1.9 2009/12/03 20:38:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.4.2.ebuild,v 1.10 2009/12/11 09:06:12 angelos Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -33,6 +33,7 @@
 pkg_setup() {
 	PATCHES=( "${FILESDIR}"/${PN}-0.4.0-interix-fs-case.patch )
 	XFCONF="--disable-dependency-tracking
+		--docdir=/usr/share/doc/${PF}
 		$(use_enable dbus)
 		$(use_enable debug)
 		$(use_enable doc xsltproc)"



1.1                  x11-terms/terminal/terminal-0.4.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/terminal/terminal-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: terminal-0.4.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.4.3.ebuild,v 1.1 2009/12/11 09:06:12 angelos Exp $

EAPI=2
MY_P=${P/t/T}
inherit xfconf

DESCRIPTION="Terminal for Xfce desktop environment, based on vte library."
HOMEPAGE="http://www.xfce.org/projects/terminal"
SRC_URI="mirror://xfce/src/apps/${PN}/0.4/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug doc"

RDEPEND=">=dev-libs/glib-2.16:2
	>=x11-libs/gtk+-2.14:2
	x11-libs/libX11
	>=x11-libs/vte-0.17.1
	>=xfce-base/exo-0.3.4
	dbus? ( >=dev-libs/dbus-glib-0.31 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool
	sys-devel/gettext
	doc? ( dev-libs/libxslt )"

S=${WORKDIR}/${MY_P}

pkg_setup() {
	XFCONF="--disable-dependency-tracking
		--docdir=/usr/share/doc/${PF}
		$(use_enable dbus)
		$(use_enable debug)
		$(use_enable doc gen-doc)"
	DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS"
}






             reply	other threads:[~2009-12-11  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-11  9:06 Christoph Mende (angelos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-04 22:28 [gentoo-commits] gentoo-x86 commit in x11-terms/terminal: terminal-0.4.3.ebuild ChangeLog terminal-0.4.2.ebuild Jeremy Olexa (darkside)

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=E1NJ1S1-0005wy-Ai@stork.gentoo.org \
    --to=angelos@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