summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-21 07:15:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-21 07:15:06 +0000
commit7f918eda64cb649ac687f74d6bc2c7feecc4baeb (patch)
tree7e9642be14f50945386284fc68b0a534b0fea824 /net-libs
parentremove old, dep-broken ebuilds (diff)
downloadgentoo-2-7f918eda64cb649ac687f74d6bc2c7feecc4baeb.tar.gz
gentoo-2-7f918eda64cb649ac687f74d6bc2c7feecc4baeb.tar.bz2
gentoo-2-7f918eda64cb649ac687f74d6bc2c7feecc4baeb.zip
remove old, dep-broken ebuilds
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/opal/ChangeLog6
-rw-r--r--net-libs/opal/files/digest-opal-2.2.63
-rw-r--r--net-libs/opal/files/digest-opal-2.2.83
-rw-r--r--net-libs/opal/opal-2.2.6.ebuild104
-rw-r--r--net-libs/opal/opal-2.2.8.ebuild105
5 files changed, 5 insertions, 216 deletions
diff --git a/net-libs/opal/ChangeLog b/net-libs/opal/ChangeLog
index b54cecfa6f5c..c4623ddb2b88 100644
--- a/net-libs/opal/ChangeLog
+++ b/net-libs/opal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/opal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.41 2007/10/12 16:02:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.42 2007/11/21 07:15:05 mr_bones_ Exp $
+
+ 21 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> -opal-2.2.6.ebuild,
+ -opal-2.2.8.ebuild:
+ remove old, dep-broken ebuilds
12 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> opal-2.2.11.ebuild:
ppc stable, bug #193095
diff --git a/net-libs/opal/files/digest-opal-2.2.6 b/net-libs/opal/files/digest-opal-2.2.6
deleted file mode 100644
index b3b2117a7f8d..000000000000
--- a/net-libs/opal/files/digest-opal-2.2.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7c83abfe93fbe6a868f5230d5bbec7aa opal-2.2.6.tar.gz 4161763
-RMD160 06c17f7111dd881b05177f2490b8cfa75b715282 opal-2.2.6.tar.gz 4161763
-SHA256 cdae25523e32ccdf655c1d493f4b2a04379f770f3fdf0bef7beaf48fbb6463f8 opal-2.2.6.tar.gz 4161763
diff --git a/net-libs/opal/files/digest-opal-2.2.8 b/net-libs/opal/files/digest-opal-2.2.8
deleted file mode 100644
index 0f66ab399ffa..000000000000
--- a/net-libs/opal/files/digest-opal-2.2.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 700b0c3a7606afc0dc6c9d3c12fcb23b opal-2.2.8.tar.gz 4162369
-RMD160 5974537aced1c2b531ebeb0efa8a71fff7e695e8 opal-2.2.8.tar.gz 4162369
-SHA256 890132438781c980ab5297795f049d57b13ae78b64c238c936c320adf2bd35fa opal-2.2.8.tar.gz 4162369
diff --git a/net-libs/opal/opal-2.2.6.ebuild b/net-libs/opal/opal-2.2.6.ebuild
deleted file mode 100644
index ade19da269b4..000000000000
--- a/net-libs/opal/opal-2.2.6.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-2.2.6.ebuild,v 1.5 2007/03/23 20:39:07 killerfox Exp $
-
-inherit eutils flag-o-matic multilib
-
-DESCRIPTION="OPAL library, used by Ekiga"
-HOMEPAGE="http://www.ekiga.org"
-SRC_URI="http://www.ekiga.org/admin/downloads/latest/sources/sources/${P}.tar.gz"
-
-IUSE="novideo noaudio debug"
-SLOT="0"
-LICENSE="MPL-1.1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-RDEPEND=">=dev-libs/pwlib-1.10.5
- >=media-video/ffmpeg-0.4.7"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # Makefile is currently broken with NOTRACE=1, fix that
- epatch ${FILESDIR}/${PN}-2.1.1-notrace.diff
-}
-
-src_compile() {
- local makeopts
- local myconf
-
- # remove -fstack-protector, may cause problems (bug #75259)
- filter-flags -fstack-protector
-
- # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1
- # compile with PTRACING if the user wants to debug stuff
- if ! use debug; then
- makeopts="${makeopts} NOTRACE=1"
- fi
-
- # doesn't work with osptoolkit-3.3.1
- # iax2 support is missing in the tarball, disable it too
- myconf="--disable-transnexusosp --disable-iax --enable-localspeex"
-
- use novideo \
- && myconf="${myconf} --disable-video"
-
- use noaudio \
- && myconf="${myconf} --disable-audio"
-
- econf \
- PWLIBDIR=/usr/share/pwlib \
- OPALDIR=${S} \
- ${myconf} || die "configure failed"
-
- emake ${makeopts} opt || die "make failed"
-}
-
-src_install() {
- local OPAL_ARCH ALT_ARCH OPAL_SUFFIX
- local makeopts libdir libname
-
- # make NOTRACE=1 opt ==> linux_$ARCH_n
- # make opt ==> linux_$ARCH_r
- if ! use debug; then
- OPAL_SUFFIX="n"
- makeopts="NOTRACE=1"
- else
- OPAL_SUFFIX="r"
- fi
-
- # use ptlib-config to get the right values here (for hppa, amd64 ...)
- OPAL_ARCH="$(ptlib-config --ostype)_$(ptlib-config --machtype)_${OPAL_SUFFIX}"
-
- # set ALT_ARCH
- if use debug; then
- ALT_ARCH=${OPAL_ARCH/_r/_n}
- else
- ALT_ARCH=${OPAL_ARCH/_n/_r}
- fi
-
- ###
- # Install stuff
- #
- make PREFIX=/usr DESTDIR=${D} \
- ${makeopts} install || die "install failed"
-
- libdir=$(get_libdir)
- libname="libopal_${OPAL_ARCH}.so.${PV}"
-
- # compat symlinks
- for pv in ${PV} ${PV%.[0-9]} ${PV%.[0-9]*.[0-9]}; do
- dosym ${libname} /usr/${libdir}/libopal_${ALT_ARCH}.so.${pv}
- done
- dosym ${libname} /usr/${libdir}/libopal_${OPAL_ARCH}.so
- dosym ${libname} /usr/${libdir}/libopal_${ALT_ARCH}.so
-
- ###
- # Compatibility "hacks"
- #
-
- # install version.h into $OPALDIR
- insinto /usr/share/opal
- doins version.h
-}
diff --git a/net-libs/opal/opal-2.2.8.ebuild b/net-libs/opal/opal-2.2.8.ebuild
deleted file mode 100644
index d425f891e3f0..000000000000
--- a/net-libs/opal/opal-2.2.8.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-2.2.8.ebuild,v 1.4 2007/07/07 17:43:11 vapier Exp $
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="OPAL library, used by Ekiga"
-HOMEPAGE="http://www.ekiga.org"
-SRC_URI="http://www.ekiga.org/admin/downloads/latest/sources/sources/${P}.tar.gz"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="novideo noaudio debug"
-
-RDEPEND="~dev-libs/pwlib-1.10.$((${PV##*.}-1))
- >=media-video/ffmpeg-0.4.7"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- # Makefile is currently broken with NOTRACE=1, fix that
- epatch "${FILESDIR}"/${PN}-2.1.1-notrace.diff
-}
-
-src_compile() {
- tc-export CC CXX
- local makeopts
- local myconf
-
- # remove -fstack-protector, may cause problems (bug #75259)
- filter-flags -fstack-protector
-
- # NOTRACE avoid compilation problems, we disable PTRACING using NOTRACE=1
- # compile with PTRACING if the user wants to debug stuff
- if ! use debug; then
- makeopts="${makeopts} NOTRACE=1"
- fi
-
- # doesn't work with osptoolkit-3.3.1
- # iax2 support is missing in the tarball, disable it too
- myconf="--disable-transnexusosp --disable-iax --enable-localspeex"
-
- use novideo \
- && myconf="${myconf} --disable-video"
-
- use noaudio \
- && myconf="${myconf} --disable-audio"
-
- econf \
- PWLIBDIR=/usr/share/pwlib \
- OPALDIR="${S}" \
- ${myconf} || die "configure failed"
-
- emake ${makeopts} opt || die "make failed"
-}
-
-src_install() {
- local OPAL_ARCH ALT_ARCH OPAL_SUFFIX
- local makeopts libdir libname
-
- # make NOTRACE=1 opt ==> linux_$ARCH_n
- # make opt ==> linux_$ARCH_r
- if ! use debug; then
- OPAL_SUFFIX="n"
- makeopts="NOTRACE=1"
- else
- OPAL_SUFFIX="r"
- fi
-
- # use ptlib-config to get the right values here (for hppa, amd64 ...)
- OPAL_ARCH="$(ptlib-config --ostype)_$(ptlib-config --machtype)_${OPAL_SUFFIX}"
-
- # set ALT_ARCH
- if use debug; then
- ALT_ARCH=${OPAL_ARCH/_r/_n}
- else
- ALT_ARCH=${OPAL_ARCH/_n/_r}
- fi
-
- ###
- # Install stuff
- #
- make PREFIX=/usr DESTDIR="${D}" \
- ${makeopts} install || die "install failed"
-
- libdir=$(get_libdir)
- libname="libopal_${OPAL_ARCH}.so.${PV}"
-
- # compat symlinks
- for pv in ${PV} ${PV%.[0-9]} ${PV%.[0-9]*.[0-9]}; do
- dosym ${libname} /usr/${libdir}/libopal_${ALT_ARCH}.so.${pv}
- done
- dosym ${libname} /usr/${libdir}/libopal_${OPAL_ARCH}.so
- dosym ${libname} /usr/${libdir}/libopal_${ALT_ARCH}.so
-
- ###
- # Compatibility "hacks"
- #
-
- # install version.h into $OPALDIR
- insinto /usr/share/opal
- doins version.h
-}