summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-terms/sakura/ChangeLog10
-rw-r--r--x11-terms/sakura/sakura-2.3.3.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-terms/sakura/ChangeLog b/x11-terms/sakura/ChangeLog
index d77ae7f50f3b..6c9d7b3f91b5 100644
--- a/x11-terms/sakura/ChangeLog
+++ b/x11-terms/sakura/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-terms/sakura
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/ChangeLog,v 1.4 2008/11/02 17:33:36 jmbsvicetto Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/ChangeLog,v 1.5 2009/02/06 04:19:10 darkside Exp $
+
+*sakura-2.3.3 (06 Feb 2009)
+
+ 06 Feb 2009; Jeremy Olexa <darkside@gentoo.org> +sakura-2.3.3.ebuild:
+ (non maintainer commit) version bump w/ modded deps and removed workaround
+ for installation by Michal Kurgan, bug 257332
02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/x11-terms/sakura/sakura-2.3.3.ebuild b/x11-terms/sakura/sakura-2.3.3.ebuild
new file mode 100644
index 000000000000..c97c4ec94d91
--- /dev/null
+++ b/x11-terms/sakura/sakura-2.3.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/sakura/sakura-2.3.3.ebuild,v 1.1 2009/02/06 04:19:10 darkside 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.14
+ >=x11-libs/gtk+-2.10
+ >=x11-libs/vte-0.16.15"
+
+# this version is first that contains needed FindPkgConfig
+DEPEND="${RDEPEND}
+ >=dev-util/cmake-2.4.7"
+
+# cmake-utils variables
+DOCS="AUTHORS INSTALL"