diff options
author | 2009-12-25 19:45:42 +0100 | |
---|---|---|
committer | 2009-12-25 19:45:42 +0100 | |
commit | 38772ee6a2584cb681c5370983db840022e8806a (patch) | |
tree | cbf30cbaff75673613c48a5356e168e713ff7ac2 /x11-terms | |
download | keruspe-38772ee6a2584cb681c5370983db840022e8806a.tar.gz keruspe-38772ee6a2584cb681c5370983db840022e8806a.tar.bz2 keruspe-38772ee6a2584cb681c5370983db840022e8806a.zip |
svn -> git + clean
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminator/terminator-0.14-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-terms/terminator/terminator-0.14-r1.ebuild b/x11-terms/terminator/terminator-0.14-r1.ebuild new file mode 100644 index 00000000..5bee394c --- /dev/null +++ b/x11-terms/terminator/terminator-0.14-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Copyright 2009 Marc-Antoine Perennou +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit distutils + +DESCRIPTION="Multiple GNOME terminals in one window" +HOMEPAGE="http://www.tenshu.net/terminator/" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/notify-python + >=x11-libs/vte-0.16[python]" + +src_prepare() { + distutils_src_prepare +} |