diff options
author | charIes17 <charles17@arcor.de> | 2018-03-28 07:52:23 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-28 23:57:41 +0200 |
commit | cead91ecd0b35afd5b171a72b31038359494f432 (patch) | |
tree | 2aeb617f46ef0e6adf49189d3acf2a5b7ee52aba /lxde-base/lxterminal | |
parent | x11-themes/silver-xcursors: remove useless escape characters. (diff) | |
download | gentoo-cead91ecd0b35afd5b171a72b31038359494f432.tar.gz gentoo-cead91ecd0b35afd5b171a72b31038359494f432.tar.bz2 gentoo-cead91ecd0b35afd5b171a72b31038359494f432.zip |
lxde-base/lxterminal: remove old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://bugs.gentoo.org/596016
Closes: https://github.com/gentoo/gentoo/pull/7673
Diffstat (limited to 'lxde-base/lxterminal')
-rw-r--r-- | lxde-base/lxterminal/Manifest | 1 | ||||
-rw-r--r-- | lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest index 52158f9a06d1..a381012f4ee0 100644 --- a/lxde-base/lxterminal/Manifest +++ b/lxde-base/lxterminal/Manifest @@ -1,3 +1,2 @@ DIST lxterminal-0.1.11.tar.gz 304025 BLAKE2B 88e0172bcfa5e310f9ac726fc2cb03d6300eed8876203f641721d3b3b81b05af143e6184abb45748b02ae100ab6e16494e7d42facdd1f28d8b45c6ace59676aa SHA512 4f929e9177775c78dcf4c440e1cff4f4824f56ff5bd165cb76ab42208db350feeb08d22449a482b3979160873b0120a78ace43069d910b5aeeec0736aa550139 -DIST lxterminal-0.2.0.tar.gz 248698 BLAKE2B ca65e08baf22410a4e93d18ecc05e27329b9aaa555a945d81dd4f0e74a88205ff3345c34524304ab216a81fe21cc266fee1dc74381d1b6c3d315f3e50efce2a2 SHA512 5bec0e16fa4d929203e4c206fb59fb0c88e02f29adbf527c31fa2a0007d3dddbdf12f2219e204360b5dd95a68a89410fcf937325f3a7eb1229b568c9c10c0e78 DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14 SHA512 3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc diff --git a/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild b/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild deleted file mode 100644 index 3a31cddb3dbf..000000000000 --- a/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -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.90 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -DOCS=( AUTHORS README ) - -src_configure() { - econf $(use_enable gtk3) -} |