summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-01 01:13:25 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-01 01:13:25 +0000
commit14ab695adabee275d2a8627d240c90e05f832344 (patch)
tree14139b3b0341c95b798e76de6d2d873ed398415d /dev-libs
parentadded -ppc to keywords (x86 binary) (diff)
downloadgentoo-2-14ab695adabee275d2a8627d240c90e05f832344.tar.gz
gentoo-2-14ab695adabee275d2a8627d240c90e05f832344.tar.bz2
gentoo-2-14ab695adabee275d2a8627d240c90e05f832344.zip
New version
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libsigc++/ChangeLog6
-rw-r--r--dev-libs/libsigc++/files/digest-libsigc++-1.1.111
-rw-r--r--dev-libs/libsigc++/files/digest-libsigc++-1.1.131
-rw-r--r--dev-libs/libsigc++/files/digest-libsigc++-1.2.01
-rw-r--r--dev-libs/libsigc++/libsigc++-1.1.11.ebuild61
-rw-r--r--dev-libs/libsigc++/libsigc++-1.1.13.ebuild61
-rw-r--r--dev-libs/libsigc++/libsigc++-1.2.0.ebuild45
7 files changed, 51 insertions, 125 deletions
diff --git a/dev-libs/libsigc++/ChangeLog b/dev-libs/libsigc++/ChangeLog
index d829fd857c93..71edebf0f236 100644
--- a/dev-libs/libsigc++/ChangeLog
+++ b/dev-libs/libsigc++/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-libs/libsigc++
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.7 2002/08/04 11:14:16 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.8 2002/11/01 01:10:45 foser Exp $
+*libsigc++-1.2.0 (1 Nov 2002)
+
+ 01 Nov 2002; foser <foser@gentoo.org> libsigc++-1.2.0.ebuild:
+ First stable release in the 2.1 branch
*libsigc++-1.1.13 (4 Aug 2002)
04 Aug 2002; Spider <spider@gentoo.org> libsigc++-1.1.13.ebuild :
diff --git a/dev-libs/libsigc++/files/digest-libsigc++-1.1.11 b/dev-libs/libsigc++/files/digest-libsigc++-1.1.11
deleted file mode 100644
index ccab55e41f18..000000000000
--- a/dev-libs/libsigc++/files/digest-libsigc++-1.1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 be54ea8e5a482c700fdc0f7559d80a9a libsigc++-1.1.11.tar.gz 238953
diff --git a/dev-libs/libsigc++/files/digest-libsigc++-1.1.13 b/dev-libs/libsigc++/files/digest-libsigc++-1.1.13
deleted file mode 100644
index 4dbbf7e82e66..000000000000
--- a/dev-libs/libsigc++/files/digest-libsigc++-1.1.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e9cb92067e109884b156caab390c3620 libsigc++-1.1.13.tar.gz 242153
diff --git a/dev-libs/libsigc++/files/digest-libsigc++-1.2.0 b/dev-libs/libsigc++/files/digest-libsigc++-1.2.0
new file mode 100644
index 000000000000..18bbefdfa664
--- /dev/null
+++ b/dev-libs/libsigc++/files/digest-libsigc++-1.2.0
@@ -0,0 +1 @@
+MD5 9f0f72f79130dcff4241dab6b6fcd632 libsigc++-1.2.0.tar.gz 248891
diff --git a/dev-libs/libsigc++/libsigc++-1.1.11.ebuild b/dev-libs/libsigc++/libsigc++-1.1.11.ebuild
deleted file mode 100644
index d5aacc18039d..000000000000
--- a/dev-libs/libsigc++/libsigc++-1.1.11.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.1.11.ebuild,v 1.8 2002/10/24 23:23:45 blizzy Exp $
-
-
-# unstable branch should have debugging.
-inherit debug
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The GLib library of C routines"
-SRC_URI="http://download.sourceforge.net/libsigc/${P}.tar.gz"
-HOMEPAGE="http://libsigc.sourceforge.net/"
-
-SLOT="1.2"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 ppc sparc sparc64"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- local myconf
-
- if [ "${DEBUG}" ]
- then
- myconf="--enable-debug=yes"
- else
- myconf="--enable-debug=no"
- fi
-
- econf ${myconf} || die
-
- # Fix sandbox violation when old libsig++ is already installed,
- # hopefully this will go away after the header location settles down
- # Comment out the remove old header directory line
-
-# cp sigc++/Makefile sigc++/Makefile.orig
-# sed -e 's:\(@if\):#\1:' \
-# sigc++/Makefile.orig > sigc++/Makefile
-
- # This occurs in two places
-
-# cp sigc++/config/Makefile sigc++/config/Makefile.orig
-# sed -e 's:\(@if\):#\1:' \
-# sigc++/config/Makefile.orig > sigc++/config/Makefile
-
- emake || die "emake failure"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS
-}
-
-pkg_postinst() {
- ewarn "To allow parallel installation of sig++-1.0 and sig++-1.2,"
- ewarn "the header files are now installed in a version specific"
- ewarn "subdirectory. Be sure to unmerge any libsig++ versions"
- ewarn "< 1.0.4 that you may have previously installed."
-}
diff --git a/dev-libs/libsigc++/libsigc++-1.1.13.ebuild b/dev-libs/libsigc++/libsigc++-1.1.13.ebuild
deleted file mode 100644
index 3554df02bc23..000000000000
--- a/dev-libs/libsigc++/libsigc++-1.1.13.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.1.13.ebuild,v 1.4 2002/10/24 23:23:45 blizzy Exp $
-
-
-# unstable branch should have debugging.
-inherit debug
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The GLib library of C routines"
-SRC_URI="http://download.sourceforge.net/libsigc/${P}.tar.gz"
-HOMEPAGE="http://libsigc.sourceforge.net/"
-
-SLOT="1.2"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 ppc sparc sparc64"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- local myconf
-
- if [ "${DEBUG}" ]
- then
- myconf="--enable-debug=yes"
- else
- myconf="--enable-debug=no"
- fi
-
- econf ${myconf} || die
-
- # Fix sandbox violation when old libsig++ is already installed,
- # hopefully this will go away after the header location settles down
- # Comment out the remove old header directory line
-
-# cp sigc++/Makefile sigc++/Makefile.orig
-# sed -e 's:\(@if\):#\1:' \
-# sigc++/Makefile.orig > sigc++/Makefile
-
- # This occurs in two places
-
-# cp sigc++/config/Makefile sigc++/config/Makefile.orig
-# sed -e 's:\(@if\):#\1:' \
-# sigc++/config/Makefile.orig > sigc++/config/Makefile
-
- emake || die "emake failure"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS
-}
-
-pkg_postinst() {
- ewarn "To allow parallel installation of sig++-1.0 and sig++-1.2,"
- ewarn "the header files are now installed in a version specific"
- ewarn "subdirectory. Be sure to unmerge any libsig++ versions"
- ewarn "< 1.0.4 that you may have previously installed."
-}
diff --git a/dev-libs/libsigc++/libsigc++-1.2.0.ebuild b/dev-libs/libsigc++/libsigc++-1.2.0.ebuild
new file mode 100644
index 000000000000..1ebd68832ef4
--- /dev/null
+++ b/dev-libs/libsigc++/libsigc++-1.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.0.ebuild,v 1.1 2002/11/01 01:10:45 foser Exp $
+
+S=${WORKDIR}/${P}
+IUSE=""
+DESCRIPTION="The GLib library of C routines"
+SRC_URI="http://download.sourceforge.net/libsigc/${P}.tar.gz"
+HOMEPAGE="http://libsigc.sourceforge.net/"
+SLOT="1.2"
+LICENSE="GPL-2 LGPL-2.1"
+KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ local myconf
+
+ if [ "${DEBUG}" ]
+ then
+ myconf="--enable-debug=yes"
+ else
+ myconf="--enable-debug=no"
+ fi
+
+ econf ${myconf} --enable-threads || die
+ emake || die "emake failure"
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS ChangeLog FEATURES IDEAS COPYING* \
+ README INSTALL NEWS TODO
+}
+
+pkg_postinst() {
+ einfo "************************* WARNING ************************"
+ einfo ""
+ einfo "To allow parallel installation of sig++-1.0 and sig++-1.2,"
+ einfo "the header files are now installed in a version specific"
+ einfo "subdirectory. Be sure to unmerge any libsig++ versions"
+ einfo "< 1.0.4 that you may have previously installed."
+ einfo ""
+ einfo "**********************************************************"
+}