diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2015-10-19 16:23:13 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2015-10-19 16:23:54 +0200 |
commit | e53cc5b2dd9f994c9810142a0b2ea38f06b322da (patch) | |
tree | e457e5d94603002dae20f7b21807f895b4ac023c /x11-terms/germinal | |
parent | update gpaste (diff) | |
download | keruspe-e53cc5b2dd9f994c9810142a0b2ea38f06b322da.tar.gz keruspe-e53cc5b2dd9f994c9810142a0b2ea38f06b322da.tar.bz2 keruspe-e53cc5b2dd9f994c9810142a0b2ea38f06b322da.zip |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'x11-terms/germinal')
-rw-r--r-- | x11-terms/germinal/Manifest | 3 | ||||
-rw-r--r-- | x11-terms/germinal/germinal-3.ebuild | 30 | ||||
-rw-r--r-- | x11-terms/germinal/germinal-9999.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/x11-terms/germinal/Manifest b/x11-terms/germinal/Manifest deleted file mode 100644 index dc874410..00000000 --- a/x11-terms/germinal/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST germinal-3.tar.xz 87384 RMD160 6790cbbb33461d65392ab07060880d646f9567eb SHA1 437ef381facc75544609e7c136b936763bd5f3d0 SHA256 b4349ba46abc93edbfc6889fc7e5fa668308758df1eeb282bc11b062e8ec68c1 -EBUILD germinal-3.ebuild 634 RMD160 c252751212980f9a788e4cfef2851f98dc777813 SHA1 86abd410e49e681305c3c8617433e864b48426a4 SHA256 b416eaa913d7cd7abbb4d180b11f4dff643fcbc36b8189d5164e4c86124bee82 -EBUILD germinal-9999.ebuild 611 RMD160 a7db2e66cc7f65c1ddae6f01d580687b29cfd35d SHA1 23ba84ff64aab71451eb26e79c05aadb892e7171 SHA256 562cc874b2c1f6cf8e92569c848dc94bb3964f249c49df62ca75803f195950ab diff --git a/x11-terms/germinal/germinal-3.ebuild b/x11-terms/germinal/germinal-3.ebuild deleted file mode 100644 index 441c4c13..00000000 --- a/x11-terms/germinal/germinal-3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -inherit gnome2 - -DESCRIPTION="Minimalistic vte-based terminal emulator" -HOMEPAGE="http://github.com/Keruspe/Germinal" -SRC_URI="https://github.com/downloads/Keruspe/${PN/g/G}/${P}.tar.xz" -RESTRICT="nomirror" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-libs/glib-2.28:2 - >=sys-devel/gettext-0.17 - >=dev-util/intltool-0.40 - >=x11-libs/gtk+-3.0.0:3 - x11-libs/vte:2.90" -RDEPEND="${DEPEND} - app-misc/tmux" - -G2CONF=" - --disable-schemas-compile" - -DOCS="AUTHORS NEWS ChangeLog README" - diff --git a/x11-terms/germinal/germinal-9999.ebuild b/x11-terms/germinal/germinal-9999.ebuild deleted file mode 100644 index 24d019ab..00000000 --- a/x11-terms/germinal/germinal-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -inherit gnome2-live - -DESCRIPTION="Minimalistic vte-based terminal emulator" -HOMEPAGE="http://github.com/Keruspe/Germinal" -EGIT_REPO_URI="git://github.com/Keruspe/Germinal" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=">=dev-libs/glib-2.28:2 - >=sys-devel/gettext-0.17 - >=dev-util/intltool-0.40 - >=x11-libs/gtk+-3.0.0:3 - x11-libs/vte:2.90" -RDEPEND="${DEPEND} - app-misc/tmux" - -WANT_AUTOMAKE="1.11" - -G2CONF=" - --disable-schemas-compile" - -DOCS="AUTHORS NEWS ChangeLog README" - |