summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2007-05-22 08:43:51 +0000
committerMatti Bickel <mabi@gentoo.org>2007-05-22 08:43:51 +0000
commit9c55aea3d32c99924ead92ebf05c4b414dc6421d (patch)
tree81d4407e8d23ac9f2b337dcb9a8aada4127b3704 /x11-libs/fxscintilla
parentRemove old versions (diff)
downloadgentoo-2-9c55aea3d32c99924ead92ebf05c4b414dc6421d.tar.gz
gentoo-2-9c55aea3d32c99924ead92ebf05c4b414dc6421d.tar.bz2
gentoo-2-9c55aea3d32c99924ead92ebf05c4b414dc6421d.zip
Remove old versions
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r--x11-libs/fxscintilla/ChangeLog6
-rw-r--r--x11-libs/fxscintilla/files/digest-fxscintilla-1.623
-rw-r--r--x11-libs/fxscintilla/files/digest-fxscintilla-1.62-r23
-rw-r--r--x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild68
-rw-r--r--x11-libs/fxscintilla/fxscintilla-1.62.ebuild31
5 files changed, 5 insertions, 106 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog
index f5c1362225dc..6b9739442f89 100644
--- a/x11-libs/fxscintilla/ChangeLog
+++ b/x11-libs/fxscintilla/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.35 2007/05/21 17:26:18 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.36 2007/05/22 08:43:51 mabi Exp $
+
+ 22 May 2007; Matti Bickel <mabi@gentoo.org> -fxscintilla-1.62.ebuild,
+ -fxscintilla-1.62-r2.ebuild:
+ Remove old versions
21 May 2007; Ferris McCormick <fmccor@gentoo.org>
fxscintilla-1.71-r1.ebuild:
diff --git a/x11-libs/fxscintilla/files/digest-fxscintilla-1.62 b/x11-libs/fxscintilla/files/digest-fxscintilla-1.62
deleted file mode 100644
index c584418c90d8..000000000000
--- a/x11-libs/fxscintilla/files/digest-fxscintilla-1.62
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c4cb1b9d954b92e1e1fdcb75597662c6 fxscintilla-1.62.tar.gz 833249
-RMD160 fa191090b252d5f631a7a9d0d935749bb3a9c246 fxscintilla-1.62.tar.gz 833249
-SHA256 5db9a3b17bee7f8e4b4f877d57e253bee7122e5b081adb41791faabba25c194c fxscintilla-1.62.tar.gz 833249
diff --git a/x11-libs/fxscintilla/files/digest-fxscintilla-1.62-r2 b/x11-libs/fxscintilla/files/digest-fxscintilla-1.62-r2
deleted file mode 100644
index c584418c90d8..000000000000
--- a/x11-libs/fxscintilla/files/digest-fxscintilla-1.62-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c4cb1b9d954b92e1e1fdcb75597662c6 fxscintilla-1.62.tar.gz 833249
-RMD160 fa191090b252d5f631a7a9d0d935749bb3a9c246 fxscintilla-1.62.tar.gz 833249
-SHA256 5db9a3b17bee7f8e4b4f877d57e253bee7122e5b081adb41791faabba25c194c fxscintilla-1.62.tar.gz 833249
diff --git a/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild b/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild
deleted file mode 100644
index 21e03bfb88a2..000000000000
--- a/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.62-r2.ebuild,v 1.6 2007/04/19 13:02:00 fmccor Exp $
-
-inherit eutils
-
-DESCRIPTION="A free source code editing component for the FOX-Toolkit"
-HOMEPAGE="http://www.nongnu.org/fxscintilla/"
-SRC_URI="http://savannah.nongnu.org/download/fxscintilla/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="=x11-libs/fox-1.2*"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/1.62-shared-libs.patch || die
- epatch ${FILESDIR}/1.62-fox-SLOT.patch || die
-
- einfo "Running autoreconf..."
- touch NEWS AUTHORS
- autoreconf --install --force || die "autoreconf error"
-}
-
-src_compile () {
- # Borrowed from wxGTK ebuild
-
- einfo "Building ${PN} for FOX-1.2..."
- mkdir ${S}/build_1_2
- cd ${S}/build_1_2
- ../configure \
- --prefix=/usr \
- --includedir=/usr/include \
- --libdir="/usr/$(get_libdir)" \
- ${EXTRA_ECONF} \
- --enable-nolexer \
- --with-foxinclude=/usr/include \
- --with-foxlib=/usr/lib \
- || die "configure error"
- emake || die "make error"
-}
-
-src_install () {
- cd ${S}/build_1_2
- make DESTDIR="${D}" install || die "make install error"
-
- cd ${S}
- dodoc README
- if use doc ; then
- dodoc scintilla/doc/Lexer.txt
- dohtml scintilla/doc/*
- fi
-}
-
-pkg_postinst() {
- elog "New as of 1.62-r2:"
- elog "FXScintilla is now built only against FOX-1.2."
- elog "For FOX-1.2, the library is called libfxscintilla-1.2."
- elog "Anything linked against previous releases of FOX-1.2 and fxscintilla"
- elog "may need to be rebuilt."
- elog
- elog "The nolexer libraries are now included in this release as well."
-}
diff --git a/x11-libs/fxscintilla/fxscintilla-1.62.ebuild b/x11-libs/fxscintilla/fxscintilla-1.62.ebuild
deleted file mode 100644
index 092cf5482322..000000000000
--- a/x11-libs/fxscintilla/fxscintilla-1.62.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.62.ebuild,v 1.5 2006/03/29 05:09:59 rphillips Exp $
-
-DESCRIPTION="A free source code editing component for the FOX-Toolkit"
-HOMEPAGE="http://www.nongnu.org/fxscintilla"
-SRC_URI="http://savannah.nongnu.org/download/fxscintilla/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~amd64 alpha hppa"
-LICENSE="LGPL-2.1"
-IUSE=""
-
-DEPEND=">=x11-libs/fox-1.2.6"
-
-src_compile () {
- econf --enable-shared || die "Configure failed"
- emake || die "Make failed"
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README INSTALL
-
- # give libraries the .so
- mv ${D}/usr/lib/libfxscintilla.16.0.0 ${D}/usr/lib/libfxscintilla.so.16.0.0
- rm -f ${D}/usr/lib/libfxscintilla.16
- rm -f ${D}/usr/lib/libfxscintilla
- ln -s ${D}/usr/lib/libfxscintilla.so.16.0.0 ${D}/usr/lib/libfxscintilla.so.16
- ln -s ${D}/usr/lib/libfxscintilla.so.16.0.0 ${D}/usr/lib/libfxscintilla.so
-}