summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2011-02-24 20:00:27 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2011-02-24 20:00:27 +0000
commit1e19a9fa73b4ff8d827da4673418afe357d50704 (patch)
tree1747025f2e28d93c30052504d9ef5fa25d3efd66 /x11-terms/sakura
parentx86 stable per bug 353436 (diff)
downloadgentoo-2-1e19a9fa73b4ff8d827da4673418afe357d50704.tar.gz
gentoo-2-1e19a9fa73b4ff8d827da4673418afe357d50704.tar.bz2
gentoo-2-1e19a9fa73b4ff8d827da4673418afe357d50704.zip
Non-maintainer commit.
Bumped sakura to the 2.4.0 release - fixes bug 356333. (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/sakura')
-rw-r--r--x11-terms/sakura/ChangeLog11
-rw-r--r--x11-terms/sakura/metadata.xml18
-rw-r--r--x11-terms/sakura/sakura-2.4.0.ebuild27
3 files changed, 49 insertions, 7 deletions
diff --git a/x11-terms/sakura/ChangeLog b/x11-terms/sakura/ChangeLog
index b9a986bf33a1..3fc82f369d9c 100644
--- a/x11-terms/sakura/ChangeLog
+++ b/x11-terms/sakura/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-terms/sakura
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/ChangeLog,v 1.10 2010/10/29 10:25:10 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/ChangeLog,v 1.11 2011/02/24 20:00:27 jmbsvicetto Exp $
+
+*sakura-2.4.0 (24 Feb 2011)
+
+ 24 Feb 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +sakura-2.4.0.ebuild, metadata.xml:
+ Non-maintainer commit.
+ Bumped sakura to the 2.4.0 release - fixes bug 356333.
29 Oct 2010; Markos Chandras <hwoarang@gentoo.org> sakura-2.3.8.ebuild:
Stable on amd64 wrt bug #348943
diff --git a/x11-terms/sakura/metadata.xml b/x11-terms/sakura/metadata.xml
index a5a62c91714d..a1c42756b667 100644
--- a/x11-terms/sakura/metadata.xml
+++ b/x11-terms/sakura/metadata.xml
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>maintainer-needed@gentoo.org</email>
-</maintainer>
-<longdescription>sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. Current terminal emulators based on VTE are gnome-terminal, XFCE Terminal, TermIt and a small sample program included in the vte sources. Sakura differences from the last one is that it uses a notebook to provide several terminals in one window and adds a contextual menu with some basic options. No more no less.</longdescription>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator
+ with few dependencies, so you don't need a full GNOME desktop installed to
+ have a decent terminal emulator. Current terminal emulators based on VTE are
+ gnome-terminal, XFCE Terminal, TermIt and a small sample program included
+ in the vte sources. Sakura differences from the last one is that it uses a
+ notebook to provide several terminals in one window and adds a contextual
+ menu with some basic options. No more no less.
+ </longdescription>
</pkgmetadata>
diff --git a/x11-terms/sakura/sakura-2.4.0.ebuild b/x11-terms/sakura/sakura-2.4.0.ebuild
new file mode 100644
index 000000000000..cb8dbe67a063
--- /dev/null
+++ b/x11-terms/sakura/sakura-2.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/sakura-2.4.0.ebuild,v 1.1 2011/02/24 20:00:27 jmbsvicetto Exp $
+
+inherit cmake-utils
+
+DESCRIPTION="sakura is a terminal emulator based on GTK and VTE"
+HOMEPAGE="http://www.pleyades.net/david/sakura.php"
+SRC_URI="http://www.pleyades.net/david/projects/sakura/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.20
+ >=x11-libs/gtk+-2.16
+ >=x11-libs/vte-0.26
+"
+DEPEND="${RDEPEND}
+ >=dev-lang/perl-5.10.1
+ >=dev-util/cmake-2.4.7
+"
+
+# cmake-utils variables
+DOCS="AUTHORS INSTALL"