x11-libs/libXaw3dXft: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 22 Feb 2019 10:10:02 +0000 (13:10 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 22 Feb 2019 10:10:02 +0000 (13:10 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

x11-libs/libXaw3dXft/Manifest
x11-libs/libXaw3dXft/libXaw3dXft-1.6.2c.ebuild [deleted file]

index 3b20a7c66774a219f3830c364fc12c44858229d8..75ee54ff025941992b2fa9743015141e54b17521 100644 (file)
@@ -1,2 +1 @@
-DIST libXaw3dXft-1.6.2c.tar.bz2 574326 BLAKE2B 05a869567972c8b0aee270281c38dcc75ca849ffa1b5510557ddbf95974f93db5b2255cc2a99969b2da40ca125df95d7b0c7d905dec10ce373baab404ee5b9ba SHA512 4bc2b8257cc44cbdf1640c9946acd5958694beef4af9f5910cf07b1d32133708561e59532a3ae8f1540b930f97649978910b2eed349e81486ab86f340363faad
 DIST libXaw3dXft-1.6.2d.tar.bz2 584670 BLAKE2B cde040659a90edb50ac5aa374e8ec04442479ae1c06fe3d5b1387bd3e02c1a0b40ff286ad40f0ae7841544d1244648e34905570e5827dc0efe60a62da3261c9a SHA512 ac434b7f055d20ceb0bd17851d8ba69976ec562a60cb8012a259045e52c038278f0a8b25b52a61befab3aa169b74fd919278c671f1b6e282efb404e089772740
diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2c.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2c.ebuild
deleted file mode 100644 (file)
index e75364e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="Xaw3dXft library"
-HOMEPAGE="https://sourceforge.net/projects/sf-xpaint"
-SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
-
-KEYWORDS="amd64 x86"
-IUSE="unicode xpm"
-
-RDEPEND="x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXft
-       x11-libs/libXmu
-       x11-libs/libXt
-       xpm? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}
-       sys-devel/flex
-       virtual/yacc
-       x11-base/xorg-proto"
-
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable unicode internationalization)
-               $(usex xpm "--enable-multiplane-bitmaps" "")
-               --enable-arrow-scrollbars
-               --enable-gray-stipples
-       )
-
-       xorg-2_pkg_setup
-}