diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-06 04:19:10 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-06 04:19:10 +0000 |
commit | a9d476e9bc83d5c84e27c542e890ca028dda6142 (patch) | |
tree | 36268d2cdac9c94925bf24ac34936f824cdc9960 /x11-terms/sakura/sakura-2.3.3.ebuild | |
parent | Stable for HPPA (bug #256177). (diff) | |
download | gentoo-2-a9d476e9bc83d5c84e27c542e890ca028dda6142.tar.gz gentoo-2-a9d476e9bc83d5c84e27c542e890ca028dda6142.tar.bz2 gentoo-2-a9d476e9bc83d5c84e27c542e890ca028dda6142.zip |
(non maintainer commit) version bump w/ modded deps and removed workaround for installation by Michal Kurgan, bug 257332
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/sakura/sakura-2.3.3.ebuild')
-rw-r--r-- | x11-terms/sakura/sakura-2.3.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
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" |