summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libsigc++/libsigc++-1.2.3.ebuild')
-rw-r--r--dev-libs/libsigc++/libsigc++-1.2.3.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/libsigc++/libsigc++-1.2.3.ebuild b/dev-libs/libsigc++/libsigc++-1.2.3.ebuild
deleted file mode 100644
index 785acfbbec7e..000000000000
--- a/dev-libs/libsigc++/libsigc++-1.2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.3.ebuild,v 1.9 2005/01/09 14:56:42 corsair Exp $
-
-DESCRIPTION="The GLib library of C routines"
-HOMEPAGE="http://libsigc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/libsigc/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="1.2"
-KEYWORDS="x86 ~ppc ~sparc"
-IUSE="debug"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- local myconf=""
- use debug \
- && myconf="--enable-debug=yes" \
- || myconf="--enable-debug=no"
- 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() {
- 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."
-}