public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxl/, dev-libs/xxl/files/, profiles/
@ 2017-03-12 21:24 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-03-12 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     faef6b48cd84e24b5c64f67d5d122ad7acfde6f2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 21:22:37 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 21:24:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faef6b48

dev-libs/xxl: Remove last-rited pkg

 dev-libs/xxl/Manifest                              |  1 -
 .../xxl/files/xxl-1.0.1-nested-exception.patch     | 12 --------
 dev-libs/xxl/metadata.xml                          |  5 ----
 dev-libs/xxl/xxl-1.0.1-r1.ebuild                   | 32 ----------------------
 dev-libs/xxl/xxl-1.0.1.ebuild                      | 25 -----------------
 profiles/package.mask                              |  1 -
 6 files changed, 76 deletions(-)

diff --git a/dev-libs/xxl/Manifest b/dev-libs/xxl/Manifest
deleted file mode 100644
index 58c0e53dc61..00000000000
--- a/dev-libs/xxl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xxl-1.0.1.tar.gz 456048 SHA256 7decbada52dabb0f7298b36982371c7ba4d817b281797498d0515ec2440b20f9 SHA512 fd7d16ed3a077f5c0d938e7ecf0357fbfa5c63ade835ef6e0672c032542db9aa921f8a14ffdff88c2df09700e0868e818ffc240a9f21d75571682295a407ca71 WHIRLPOOL c2ce9290869ff7865070ad60551121034a1faa7bf61db5c1acb879d1a1f7452af8c69b5a45caabe6280505b5b659367d40fed154f112cdf481fb6ce1f7197904

diff --git a/dev-libs/xxl/files/xxl-1.0.1-nested-exception.patch b/dev-libs/xxl/files/xxl-1.0.1-nested-exception.patch
deleted file mode 100644
index c6d52c5a09d..00000000000
--- a/dev-libs/xxl/files/xxl-1.0.1-nested-exception.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xxl-1.0.1-orig/xxl.c xxl-1.0.1/xxl.c
---- xxl-1.0.1-orig/xxl.c	2004-12-22 03:42:52.000000000 -0600
-+++ xxl-1.0.1/xxl.c	2008-01-17 13:25:18.000000000 -0600
-@@ -380,6 +380,8 @@
-             if (!tsd->contexts)
-                 die("XXL: Exception thrown with no handler to catch it!\n");
-             tsd->contexts->exception = *exception;
-+			how=XXL_SETJMP_TRY;
-+			tsd->contexts->state |= XXL_STATE_THROWN;
-             xxl_leave_handler(how);
-             return;
-     }

diff --git a/dev-libs/xxl/metadata.xml b/dev-libs/xxl/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/dev-libs/xxl/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/dev-libs/xxl/xxl-1.0.1-r1.ebuild b/dev-libs/xxl/xxl-1.0.1-r1.ebuild
deleted file mode 100644
index bf9d163dacd..00000000000
--- a/dev-libs/xxl/xxl-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="C/C++ library that provides exception handling and asset management"
-HOMEPAGE="http://www.zork.org/xxl/"
-SRC_URI="http://www.zork.org/software/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="threads static-libs"
-
-DOCS=( README )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-nested-exception.patch
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable threads)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/dev-libs/xxl/xxl-1.0.1.ebuild b/dev-libs/xxl/xxl-1.0.1.ebuild
deleted file mode 100644
index 4240d5dcaaf..00000000000
--- a/dev-libs/xxl/xxl-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="C/C++ library that provides exception handling and asset management"
-HOMEPAGE="http://www.zork.org/xxl/"
-SRC_URI="http://www.zork.org/software/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	epatch "${FILESDIR}"/${P}-nested-exception.patch
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc README
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c5913482cb5..b18e4526670 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -386,7 +386,6 @@ games-action/openlierox
 # Upstream missing. Ancient. Unmaintained. No revdeps.
 # Masked for removal in 30 days.
 dev-libs/safestr
-dev-libs/xxl
 
 # Bernard Cafarelli <voyageur@gentoo.org> (30 Jan 2017)
 # Alpha release with new features, masked for testing


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-12 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 21:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/xxl/, dev-libs/xxl/files/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox