diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-14 00:18:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-14 01:24:34 +0100 |
commit | ba0371ac3cb7e86e215cb2136859bcf3d5a39a38 (patch) | |
tree | 360b72bc1cfd77522081581ef9e50db76cc9a175 /lxde-base | |
parent | lxde-base/lxtask: Drop 0.1.8 and 0.1.8-r1 (diff) | |
download | gentoo-ba0371ac3cb7e86e215cb2136859bcf3d5a39a38.tar.gz gentoo-ba0371ac3cb7e86e215cb2136859bcf3d5a39a38.tar.bz2 gentoo-ba0371ac3cb7e86e215cb2136859bcf3d5a39a38.zip |
lxde-base/lxterminal: Drop 0.3.1
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxterminal/Manifest | 1 | ||||
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest index a8da3679633a..70abb59afa3a 100644 --- a/lxde-base/lxterminal/Manifest +++ b/lxde-base/lxterminal/Manifest @@ -1,2 +1 @@ -DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14 SHA512 3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc DIST lxterminal-0.3.2.tar.xz 198348 BLAKE2B 7b24a138dd48bb6dc85a253b21e897e68d1a7e16a0d30aa45a87b4b97540c996b6a196d8f8be6fb37d9e506544878bd3eb65fe098d4d695be51e94b3ff15cd6b SHA512 0711d6eeed1f7e301fd24e0d5f750a48f29cc10c7cd40bcc1de57cceddfe4cb15718e9fb812da975faff24aed99cdd3978cb5f29838f47e276fce47f01577119 diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild deleted file mode 100644 index a20e5520b167..000000000000 --- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="af ar be bg bn bn_IN ca cs da de el en_GB eo es et eu fa fi fo fr frp gl -he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt pt_BR ro ru sk sl sr -sr@latin sv te th tr tt_RU ug uk ur ur_PK vi zh_CN zh_TW" -PLOCALE_BACKUP="en_GB" - -inherit autotools l10n - -DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" -HOMEPAGE="https://wiki.lxde.org/en/LXTerminal" - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}" - inherit git-r3 -else - SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="gtk3" - -RDEPEND="dev-libs/glib:2 - !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 ) - gtk3? ( x11-libs/gtk+:3 x11-libs/vte:2.91 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_prepare() { - default - eautoreconf - - export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > po/LINGUAS || die -} - -src_configure() { - econf --enable-man $(use_enable gtk3) -} |