summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2015-02-08 18:22:38 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2015-02-08 18:22:38 +0100
commit5f51fd47c1bd0f27b453fde2d346718c5ac897ee (patch)
tree12c04dfe019dc99df69006f0fba5e61da3f16f03
parentx11-libs/libXext: remove non-live ebuilds that have no place here (diff)
downloadx11-5f51fd47c1bd0f27b453fde2d346718c5ac897ee.tar.gz
x11-5f51fd47c1bd0f27b453fde2d346718c5ac897ee.tar.bz2
x11-5f51fd47c1bd0f27b453fde2d346718c5ac897ee.zip
x11-libs/xtrans: remove non-live ebuilds that have no place here
-rw-r--r--x11-libs/xtrans/Manifest1
-rw-r--r--x11-libs/xtrans/xtrans-1.3.5.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-libs/xtrans/Manifest b/x11-libs/xtrans/Manifest
deleted file mode 100644
index 528c5dee..00000000
--- a/x11-libs/xtrans/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xtrans-1.3.5.tar.bz2 186833 SHA256 adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301 SHA512 049fb996313e8a1625b66e1645a5f56d8a26c5dd91afe5869269716fce05f6c97c84f8ce4a6df2057106b47982c8291cecc223bef241f694174434c981a7029b WHIRLPOOL 69cbdb9c329a6302c7dcc284d86c7f548f371e90cd1d360e56377fa60e0ce1631f720dc9fa62b457ebab673c99712a2d0f9f54edeb9fa0728a21d4b21b83aba0
diff --git a/x11-libs/xtrans/xtrans-1.3.5.ebuild b/x11-libs/xtrans/xtrans-1.3.5.ebuild
deleted file mode 100644
index edc51c03..00000000
--- a/x11-libs/xtrans/xtrans-1.3.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-XORG_PACKAGE_NAME="lib${PN}"
-# this package just installs some .c and .h files, no libraries
-XORG_STATIC=no
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org xtrans library"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc docs)
- $(use_with doc xmlto)
- --without-fop
- )
- xorg-2_src_configure
-}