From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 481ED138224 for ; Tue, 1 Jan 2013 15:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF07E0531; Tue, 1 Jan 2013 15:40:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0E17E0531 for ; Tue, 1 Jan 2013 15:39:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E925E33C1EF for ; Tue, 1 Jan 2013 15:39:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id A87082171D; Tue, 1 Jan 2013 15:39:57 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/xfce4-terminal: ChangeLog xfce4-terminal-0.6.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog xfce4-terminal-0.6.1.ebuild X-VCS-Directories: x11-terms/xfce4-terminal X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130101153957.A87082171D@flycatcher.gentoo.org> Date: Tue, 1 Jan 2013 15:39:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77536914-8eef-4577-a426-006ae38945e8 X-Archives-Hash: 5159a94f74474233cd473b23638a47f3 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 + +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 ) }