logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 1156d6c5241549a6257d66c4813daefd3257a084
parent: 515cc6040d7edc047da6ef2bcd9bca2955cdf47b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 18 Aug 2020 06:18:20 +0200

x11-terms/pangoterm: Clean version bump, p621

Diffstat:

Mx11-terms/pangoterm/Manifest2+-
Dx11-terms/pangoterm/pangoterm-0.0_pre616.ebuild27---------------------------
Ax11-terms/pangoterm/pangoterm-0.0_pre621.ebuild30++++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 28 deletions(-)

diff --git a/x11-terms/pangoterm/Manifest b/x11-terms/pangoterm/Manifest @@ -1 +1 @@ -DIST pangoterm-0.0_pre616.tar.gz 24356 BLAKE2B 3a3e4351bc2d426fd4ddd60c4a7186ecb5854becce9a01247dd25d2cabb2ead97959bb7d7cfb83e62647dfe7c31b60aa83589968e65f984f08d297403c671d43 SHA512 c6e340377bc9224b92a4f5b9cb0a83a4120662e2d06240956a0c2e2a01290ddc65077139b6686cfa4965242f4d8061946e1715cd80716bf82f97f069c0bf42d8 +DIST pangoterm-0.0_pre621.tar.gz 24447 BLAKE2B ca8ec4584d3304251a58377db0a127c310d84b819a5a6c0f4a7eca77d789405918a739f5d6a17cd021235bbf6d68f8568008b710a57f7187341656a251932e8f SHA512 df6f5726d9c2c6ae2895a45fc1eaab0389963c15296de1d14120f63a0bfda75809fd66def0ab9c6135c576d92c358931aa7e7cee3a670d625aa9d559b67bdd7b diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre616.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre616.ebuild @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" -HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" -SRC_URI="https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/tarball/616 -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-libs/libvterm-0.1.3 - x11-libs/cairo:= - x11-libs/gtk+:2= -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/~leonerd/pangoterm/trunk/" - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install - dodoc pangoterm.cfg -} diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre621.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre621.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# one-indexed: [0, 0, pre, 621] +MY_PV="$(ver_cut 4)" + +DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" +HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" +SRC_URI="https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/tarball/${MY_PV} -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-libs/libvterm-0.1.3 + x11-libs/cairo:= + x11-libs/gtk+:2= +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/~leonerd/pangoterm/trunk/" + +src_install() { + emake PREFIX="/usr" DESTDIR="${D}" install + dodoc pangoterm.cfg +}