summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-04-27 18:23:17 -0700
committerMatt Turner <mattst88@gentoo.org>2018-04-27 18:24:57 -0700
commita3f6cb59e84fd275c13afc0e85d9f405e1ed3bc7 (patch)
treef9003ea6fdd3ff93ce1146fc3b05be333e508a3d /x11-libs/libXmu
parentx11-libs/libxkbfile: Drop old versions (diff)
downloadgentoo-a3f6cb59e84fd275c13afc0e85d9f405e1ed3bc7.tar.gz
gentoo-a3f6cb59e84fd275c13afc0e85d9f405e1ed3bc7.tar.bz2
gentoo-a3f6cb59e84fd275c13afc0e85d9f405e1ed3bc7.zip
x11-libs/libXmu: Drop old versions
Diffstat (limited to 'x11-libs/libXmu')
-rw-r--r--x11-libs/libXmu/Manifest1
-rw-r--r--x11-libs/libXmu/libXmu-1.1.1-r1.ebuild30
-rw-r--r--x11-libs/libXmu/libXmu-1.1.1.ebuild29
3 files changed, 0 insertions, 60 deletions
diff --git a/x11-libs/libXmu/Manifest b/x11-libs/libXmu/Manifest
index 051f56b89b07..799b00d6b511 100644
--- a/x11-libs/libXmu/Manifest
+++ b/x11-libs/libXmu/Manifest
@@ -1,2 +1 @@
-DIST libXmu-1.1.1.tar.bz2 383473 BLAKE2B 8460f54083e702e15a0bf002707d90bb0ff762564fabf75410d6af5a114e729671baa1443bf3f34cb3744df80362940e5283de25c32945506d7928c32a40e370 SHA512 fb3baf697bb93fd5c2a26af318b9f7632b83bb2efe9cb4570b799ecca54e7de93248930fb8fd14d973c67612ad31502733417b1a6eb6d0c91ebafa204371c953
DIST libXmu-1.1.2.tar.bz2 396230 BLAKE2B adcea6ff4c9874b8f7022b236f9c0f76f6291b61ad2bc3ef16f9021d49c2cdee01b07e0bfa46afe3636bdbf2802f2c63f7e01854c1e0ca7acdaa274d348b2eb1 SHA512 eba4e3d10f7d75ba8464881fb69f295a89774a4b37793197d75f3312e3a342b2df8b7e13e3f5c887962704329b5347ff2f3395e229af9dadf46a93b1e8613cfc
diff --git a/x11-libs/libXmu/libXmu-1.1.1-r1.ebuild b/x11-libs/libXmu/libXmu-1.1.1-r1.ebuild
deleted file mode 100644
index 3720b13e4b3d..000000000000
--- a/x11-libs/libXmu/libXmu-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org Xmu library"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6"
-
-RDEPEND=">=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
- >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
-}
diff --git a/x11-libs/libXmu/libXmu-1.1.1.ebuild b/x11-libs/libXmu/libXmu-1.1.1.ebuild
deleted file mode 100644
index 559805399594..000000000000
--- a/x11-libs/libXmu/libXmu-1.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Xmu library"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6"
-
-RDEPEND="x11-libs/libXt
- x11-libs/libXext
- x11-libs/libX11
- x11-proto/xextproto"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
-}