summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-11 19:44:02 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-11 19:47:28 +0200
commit102bbdefa273b930132c38c7379a932581132fc7 (patch)
treedfbf45de8b92e5c9b3ea0a3a8a94a98607a7d735 /lxde-base
parentlxde-base/lxpanel: drop 0.10.1 (diff)
downloadgentoo-102bbdefa273b930132c38c7379a932581132fc7.tar.gz
gentoo-102bbdefa273b930132c38c7379a932581132fc7.tar.bz2
gentoo-102bbdefa273b930132c38c7379a932581132fc7.zip
lxde-base/lxterminal: drop 0.4.0
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxterminal/Manifest1
-rw-r--r--lxde-base/lxterminal/lxterminal-0.4.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index abb7216fdee3..54dd6f9bb61c 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1,2 +1 @@
-DIST lxterminal-0.4.0.tar.xz 201856 BLAKE2B 2fe72007e36c5324b868b9dfc54b04422f85f93f71265126f65eb0b6e0510e60eefb0a2a53acadee6f2c44adcd3c498117b709c9eaa1eb2241dd9016558b9e5c SHA512 d1462bf9739c5e9022cbabe9f9c8f70bbb882c0aba7a39d1f87d804f4002056151165d7555cace6f439c0acfbdcd3c959a420993379f646d066f5d30af71232e
DIST lxterminal-0.4.0_p20230917.tar.gz 163085 BLAKE2B c26051fdf814da3989d74a14ad726b72e45afb1189c01ac6f3897daecc2473c3cfe1574976ab96bfe08ce7e2b84652471b6e839a17dd0c44932244c5936bd8c1 SHA512 4d00e979add7c2322703d0761707d9a935bb839ffcc981a61c51f28cb37466768c373dc03b9d8ae159e0e919d824c7d7f20bb9b2abda465092016c3692449c9d
diff --git a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild b/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
deleted file mode 100644
index 36187dbcb679..000000000000
--- a/lxde-base/lxterminal/lxterminal-0.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools xdg
-
-DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
-HOMEPAGE="https://wiki.lxde.org/en/LXTerminal"
-SRC_URI="https://downloads.sourceforge.net/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/pango
- x11-libs/vte:2.91
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-util/intltool-0.40.0
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- xdg_src_prepare
-
- # Avoid maintainer mode, bug #818211
- rm aclocal.m4 || die
-
- eautoreconf
-}
-
-src_configure() {
- econf --enable-man --enable-gtk3
-}