summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Duft <mduft@gentoo.org>2011-06-10 13:59:03 +0000
committerMarkus Duft <mduft@gentoo.org>2011-06-10 13:59:03 +0000
commit85c0e288f216cfcfcdf17189d465699f35d59154 (patch)
treed57fefd4090824618e740f7947f7d08702f3278d /sys-libs/suacomp
parentVersion Bump (diff)
downloadgentoo-2-85c0e288f216cfcfcdf17189d465699f35d59154.tar.gz
gentoo-2-85c0e288f216cfcfcdf17189d465699f35d59154.tar.bz2
gentoo-2-85c0e288f216cfcfcdf17189d465699f35d59154.zip
remove obsolete ebuilds, add new 0.6.12
(Portage version: 2.2.01.18761-prefix/cvs/Linux i686)
Diffstat (limited to 'sys-libs/suacomp')
-rw-r--r--sys-libs/suacomp/ChangeLog8
-rw-r--r--sys-libs/suacomp/suacomp-0.6.12.ebuild (renamed from sys-libs/suacomp/suacomp-0.6.8.ebuild)4
-rw-r--r--sys-libs/suacomp/suacomp-0.6.7.ebuild51
-rw-r--r--sys-libs/suacomp/suacomp-0.6.9.ebuild63
4 files changed, 8 insertions, 118 deletions
diff --git a/sys-libs/suacomp/ChangeLog b/sys-libs/suacomp/ChangeLog
index 94540f41ff80..10fa7ab45201 100644
--- a/sys-libs/suacomp/ChangeLog
+++ b/sys-libs/suacomp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/suacomp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/ChangeLog,v 1.8 2011/05/25 14:08:54 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/ChangeLog,v 1.9 2011/06/10 13:59:03 mduft Exp $
+
+*suacomp-0.6.12 (10 Jun 2011)
+
+ 10 Jun 2011; Markus Duft <mduft@gentoo.org> -suacomp-0.6.7.ebuild,
+ -suacomp-0.6.8.ebuild, -suacomp-0.6.9.ebuild, +suacomp-0.6.12.ebuild:
+ remove obsolete ebuilds, add new 0.6.12
*suacomp-0.6.11 (25 May 2011)
diff --git a/sys-libs/suacomp/suacomp-0.6.8.ebuild b/sys-libs/suacomp/suacomp-0.6.12.ebuild
index a91e6e119996..3fbe0a9c6468 100644
--- a/sys-libs/suacomp/suacomp-0.6.8.ebuild
+++ b/sys-libs/suacomp/suacomp-0.6.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-0.6.8.ebuild,v 1.1 2011/05/20 10:54:01 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-0.6.12.ebuild,v 1.1 2011/06/10 13:59:03 mduft Exp $
EAPI=3
@@ -39,8 +39,6 @@ pkg_setup() {
if use debug; then
append-flags -D_DEBUG -D_DEBUG_TRACE
fi
-
- [[ ${CHOST} == *-interix3* ]] && append-flags -DINTERIX3
}
src_compile() {
diff --git a/sys-libs/suacomp/suacomp-0.6.7.ebuild b/sys-libs/suacomp/suacomp-0.6.7.ebuild
deleted file mode 100644
index 655d9c997417..000000000000
--- a/sys-libs/suacomp/suacomp-0.6.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-0.6.7.ebuild,v 1.1 2011/05/09 08:30:52 mduft Exp $
-
-EAPI=3
-
-inherit toolchain-funcs
-
-DESCRIPTION="library wrapping the interix lib-c to make it less buggy."
-HOMEPAGE="http://suacomp.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BEER-WARE"
-SLOT="0"
-KEYWORDS="-* ~x86-interix"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-get_opts() {
- local shlibc=
- local stlibc=
-
- for dir in /usr/lib /usr/lib/x86; do
- [[ -f ${dir}/libc.a ]] && stlibc=${dir}/libc.a
-
- for name in libc.so.5.2 libc.so.3.5; do
- [[ -f ${dir}/${name} ]] && { shlibc=${dir}/${name}; break; }
- done
-
- [[ -f ${shlibc} && -f ${stlibc} ]] && break
- done
-
- echo "SHARED_LIBC=${shlibc} STATIC_LIBC=${stlibc}"
-}
-
-src_compile() {
- local mycflags=
- [[ ${CHOST} == *-interix3* ]] && mycflags="-DINTERIX3"
-
- emake all CC=$(tc-getCC) CFLAGS="${CFLAGS} ${mycflags}" $(get_opts) || die "emake failed"
-}
-
-src_install() {
- emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" $(get_opts) || die "emake install failed"
-}
-
-src_test() {
- emake check $(get_opts) || die "emake check failed"
-}
diff --git a/sys-libs/suacomp/suacomp-0.6.9.ebuild b/sys-libs/suacomp/suacomp-0.6.9.ebuild
deleted file mode 100644
index 600ba3579590..000000000000
--- a/sys-libs/suacomp/suacomp-0.6.9.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/suacomp/suacomp-0.6.9.ebuild,v 1.1 2011/05/23 14:54:47 mduft Exp $
-
-EAPI=3
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="library wrapping the interix lib-c to make it less buggy."
-HOMEPAGE="http://suacomp.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BEER-WARE"
-SLOT="0"
-KEYWORDS="-* ~x86-interix"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND=""
-
-get_opts() {
- local shlibc=
- local stlibc=
-
- for dir in /usr/lib /usr/lib/x86; do
- [[ -f ${dir}/libc.a ]] && stlibc=${dir}/libc.a
-
- for name in libc.so.5.2 libc.so.3.5; do
- [[ -f ${dir}/${name} ]] && { shlibc=${dir}/${name}; break; }
- done
-
- [[ -f ${shlibc} && -f ${stlibc} ]] && break
- done
-
- echo "SHARED_LIBC=${shlibc} STATIC_LIBC=${stlibc}"
-}
-
-pkg_setup() {
- if use debug; then
- append-flags -D_DEBUG -D_DEBUG_TRACE
- fi
-
- [[ ${CHOST} == *-interix3* ]] && append-flags -DINTERIX3
- [[ ${CHOST} == *-interix5* ]] && append-flags -DINTERIX5
-}
-
-src_compile() {
- emake all CC=$(tc-getCC) $(get_opts) CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" $(get_opts) \
- CFLAGS="${CFLAGS}" || die "emake install failed"
-}
-
-src_test() {
- local v=
-
- use debug && v="TEST_VERBOSE=1"
- use debug && export SUACOMP_DEBUG_OUT=stderr
-
- emake check $(get_opts) ${v} || die "emake check failed"
-}