mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/xxl: Remove last-rited pkg
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST xxl-1.0.1.tar.gz 456048 SHA256 7decbada52dabb0f7298b36982371c7ba4d817b281797498d0515ec2440b20f9 SHA512 fd7d16ed3a077f5c0d938e7ecf0357fbfa5c63ade835ef6e0672c032542db9aa921f8a14ffdff88c2df09700e0868e818ffc240a9f21d75571682295a407ca71 WHIRLPOOL c2ce9290869ff7865070ad60551121034a1faa7bf61db5c1acb879d1a1f7452af8c69b5a45caabe6280505b5b659367d40fed154f112cdf481fb6ce1f7197904
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user