commit:     fc6a3e7f8656e3344e3f6479b24888a50487dee8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 00:00:43 2016 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 00:00:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6a3e7f

x11-libs/xtrans: Drop old versions 1.3.3 and 1.3.4.

 x11-libs/xtrans/Manifest            |  2 --
 x11-libs/xtrans/xtrans-1.3.3.ebuild | 26 --------------------------
 x11-libs/xtrans/xtrans-1.3.4.ebuild | 27 ---------------------------
 3 files changed, 55 deletions(-)

diff --git a/x11-libs/xtrans/Manifest b/x11-libs/xtrans/Manifest
index 1ac42df..528c5de 100644
--- a/x11-libs/xtrans/Manifest
+++ b/x11-libs/xtrans/Manifest
@@ -1,3 +1 @@
-DIST xtrans-1.3.3.tar.bz2 177244 SHA256 
622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf SHA512 
9db9464f8e9f1b48e5b8953e764fce7dc0e454c50c794c7871023380f6881b7e9d2e754831c906000c18467a7946d67c86eb4574f11175f8dc27b53599af01b5
 WHIRLPOOL 
6413999c16f6fe14bec5436249df941ec4ac91a45dd5e7c33a4b04ceaadb1c9c9923930768a525b3574f63638c05b35e0543e07ba9699d862d460cdee5cec02c
-DIST xtrans-1.3.4.tar.bz2 182341 SHA256 
054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a SHA512 
0bdf6f120d9a7f5cf39e53e81fd3a6e41ee5949931cb05119261fbfd26c32c7793358ed353f20c8a9efb12897c936f0eca3e63891b4f3b4a3eea3652913715d5
 WHIRLPOOL 
070ff0a8f12c7469d5307126d41c939b5e201be933e436195c687f87d8092b5be957fda14efbde5b93d3878c91f2fe96b4dde2be73fdf25891aae99af8bf1596
 DIST xtrans-1.3.5.tar.bz2 186833 SHA256 
adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301 SHA512 
049fb996313e8a1625b66e1645a5f56d8a26c5dd91afe5869269716fce05f6c97c84f8ce4a6df2057106b47982c8291cecc223bef241f694174434c981a7029b
 WHIRLPOOL 
69cbdb9c329a6302c7dcc284d86c7f548f371e90cd1d360e56377fa60e0ce1631f720dc9fa62b457ebab673c99712a2d0f9f54edeb9fa0728a21d4b21b83aba0

diff --git a/x11-libs/xtrans/xtrans-1.3.3.ebuild 
b/x11-libs/xtrans/xtrans-1.3.3.ebuild
deleted file mode 100644
index 536d975..00000000
--- a/x11-libs/xtrans/xtrans-1.3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}"
-
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable doc docs)
-               $(use_with doc xmlto)
-               --without-fop
-       )
-}

diff --git a/x11-libs/xtrans/xtrans-1.3.4.ebuild 
b/x11-libs/xtrans/xtrans-1.3.4.ebuild
deleted file mode 100644
index 8b06933..00000000
--- a/x11-libs/xtrans/xtrans-1.3.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}

Reply via email to