public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: ChangeLog xfce4-terminal-0.6.1.ebuild
@ 2013-01-01 15:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-01-01 15:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/01/01 15:39:57

  Modified:             ChangeLog
  Added:                xfce4-terminal-0.6.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  x11-terms/xfce4-terminal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Dec 2012 03:24:28 -0000	1.1
+++ ChangeLog	1 Jan 2013 15:39:57 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for x11-terms/xfce4-terminal
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.1 2012/12/28 03:24:28 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.2 2013/01/01 15:39:57 ssuominen Exp $
+
+*xfce4-terminal-0.6.1 (01 Jan 2013)
+
+  01 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-terminal-0.6.1.ebuild:
+  Version bump.
 
 *xfce4-terminal-0.6.0 (28 Dec 2012)
 



1.1                  x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-terminal-0.6.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild,v 1.1 2013/01/01 15:39:57 ssuominen Exp $

EAPI=5
inherit xfconf

DESCRIPTION="A terminal emulator for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/terminal/"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${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="debug"

RDEPEND=">=dev-libs/glib-2.26
	>=x11-libs/gtk+-2.24:2
	x11-libs/libX11
	>=x11-libs/vte-0.28:0
	>=xfce-base/libxfce4ui-4.10"
DEPEND="${RDEPEND}
	dev-libs/libxml2
	dev-util/intltool
	sys-devel/gettext
	virtual/pkgconfig"

pkg_setup() {
	XFCONF=(
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: ChangeLog xfce4-terminal-0.6.1.ebuild
@ 2013-05-05 19:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-05 19:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/05/05 19:17:05

  Modified:             ChangeLog
  Removed:              xfce4-terminal-0.6.1.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.5                  x11-terms/xfce4-terminal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 May 2013 19:14:12 -0000	1.4
+++ ChangeLog	5 May 2013 19:17:05 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for x11-terms/xfce4-terminal
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.4 2013/05/05 19:14:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/xfce4-terminal/ChangeLog,v 1.5 2013/05/05 19:17:05 ssuominen Exp $
+
+  05 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+  -xfce4-terminal-0.6.1.ebuild:
+  old
 
 *xfce4-terminal-0.6.2 (05 May 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-05 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 15:39 [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: ChangeLog xfce4-terminal-0.6.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-05 19:17 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox