diff options
author | 2013-01-01 15:39:57 +0000 | |
---|---|---|
committer | 2013-01-01 15:39:57 +0000 | |
commit | b1d6af4cbd9bac0564743471243e346af8a8591e (patch) | |
tree | eb87fd4058cb48244abe5bd18df17308505cdb17 /x11-terms | |
parent | remove all old versions (diff) | |
download | gentoo-2-b1d6af4cbd9bac0564743471243e346af8a8591e.tar.gz gentoo-2-b1d6af4cbd9bac0564743471243e346af8a8591e.tar.bz2 gentoo-2-b1d6af4cbd9bac0564743471243e346af8a8591e.zip |
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/xfce4-terminal/ChangeLog | 10 | ||||
-rw-r--r-- | x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild | 34 |
2 files changed, 42 insertions, 2 deletions
diff --git a/x11-terms/xfce4-terminal/ChangeLog b/x11-terms/xfce4-terminal/ChangeLog index 488382e0509a..8ff467f64748 100644 --- a/x11-terms/xfce4-terminal/ChangeLog +++ b/x11-terms/xfce4-terminal/ChangeLog @@ -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) diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild b/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild new file mode 100644 index 000000000000..58ef510f21cd --- /dev/null +++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.6.1.ebuild @@ -0,0 +1,34 @@ +# 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 ) +} |