summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-02-22 13:57:25 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-02-22 13:57:25 +0000
commit48d4bfe5e900a28625cbad50d43b079db1da284a (patch)
treee4b058be1186a621726b52a0c7e35a01bfc520f5 /app-editors
parentFix compilation with gcc-4. Add patch to fix compilation when LINGUAS (diff)
downloadgentoo-2-48d4bfe5e900a28625cbad50d43b079db1da284a.tar.gz
gentoo-2-48d4bfe5e900a28625cbad50d43b079db1da284a.tar.bz2
gentoo-2-48d4bfe5e900a28625cbad50d43b079db1da284a.zip
Clean up.
(Portage version: 2.0.54)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/cute/ChangeLog6
-rw-r--r--app-editors/cute/cute-0.2.9-r1.ebuild62
-rw-r--r--app-editors/cute/cute-0.2.9.ebuild53
-rw-r--r--app-editors/cute/files/digest-cute-0.2.91
-rw-r--r--app-editors/cute/files/digest-cute-0.2.9-r11
5 files changed, 5 insertions, 118 deletions
diff --git a/app-editors/cute/ChangeLog b/app-editors/cute/ChangeLog
index 5ae8c45eb57f..9ac02e6938ab 100644
--- a/app-editors/cute/ChangeLog
+++ b/app-editors/cute/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/cute
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/ChangeLog,v 1.23 2006/01/15 11:47:40 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/ChangeLog,v 1.24 2006/02/22 13:52:56 carlo Exp $
+
+ 22 Feb 2006; Carsten Lohrke <carlo@gentoo.org> -cute-0.2.9.ebuild,
+ -cute-0.2.9-r1.ebuild:
+ Clean up.
15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> cute-0.2.9-r2.ebuild:
Stable on ppc.
diff --git a/app-editors/cute/cute-0.2.9-r1.ebuild b/app-editors/cute/cute-0.2.9-r1.ebuild
deleted file mode 100644
index ee11dba2c0fa..000000000000
--- a/app-editors/cute/cute-0.2.9-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.9-r1.ebuild,v 1.7 2006/01/03 12:21:51 caleb Exp $
-
-inherit distutils
-
-MY_P=${PN}-${PV/*.*.*.*/${PV%.*}-${PV##*.}}
-
-DESCRIPTION="CUTE is a Qt and Scintilla based text editor which can be easily extended using Python"
-HOMEPAGE="http://cute.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cute/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~sparc x86"
-IUSE="doc"
-
-DEPEND="sys-apps/sed
- virtual/python
- <dev-python/qscintilla-1.6"
-
-src_unpack() {
- unpack ${A}
- distutils_python_version
- cd ${S} ; sed -i -e "s:qscintilla::" cute.pro
- rm -rf ${S}/qscintilla ; cd ${S}/cute
-
- sed -i -r -e "s:#define DOC_PATH.*:#define DOC_PATH \"/usr/share/doc/${P}/index.html\":" config.h
-
- # (multi-)lib fix
- sed -i -r -e "s:^QEXTSCINTILLADIR =.*:QEXTSCINTILLADIR = /usr/$(get_libdir):" \
- -e "s:^PYTHON_INCLUDE_DIR =.*:PYTHON_INCLUDE_DIR = /usr/include/python${PYVER}/:" \
- -e "s:^PYTHON_LIB_DIR =.*:PYTHON_LIB_DIR = /usr/$(get_libdir)/python${PYVER}/:" \
- -e "s:unix\:INCLUDEPATH=.*:unix\:INCLUDEPATH= ${QTDIR}/include /usr/include \\\\:" \
- -e "s:-lpython2.2:-lpython${PYVER}:" \
- -e "s:SCINTILLADIR/lib:SCINTILLADIR:" cute.pro
-
- echo -e "\nQMAKE_CFLAGS_RELEASE=${CFLAGS} -w\nQMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w\nQMAKE_LFLAGS_RELEASE=${LDFLAGS}" >> cute.pro
-}
-
-src_compile() {
- cd ${S}/cute
- [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings"
- addpredict "$QTDIR/etc/settings"
- ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o Makefile cute.pro
- emake || die
-}
-
-src_install() {
- dobin ${S}/bin/cute
- use doc && ( dohtml -r ${S}/cute/doc/doc/*
- dosym index.html /usr/share/doc/${PF}/html/book1.html
- insinto /usr/share/doc/${PF}/api
- doins ${S}/cute/cute-api/html/* )
- insinto /usr/share/cute/langs
- doins ${S}/cute/langs/*
- insinto /usr/share/cute/lib/scripts/
- doins ${S}/cute/scripts/*
- insinto /usr/share/icons
- doins ${S}/cute/icons/cute.xpm
- dodoc changelog.txt LICENSE INSTALL README
-}
diff --git a/app-editors/cute/cute-0.2.9.ebuild b/app-editors/cute/cute-0.2.9.ebuild
deleted file mode 100644
index 648690262d38..000000000000
--- a/app-editors/cute/cute-0.2.9.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.9.ebuild,v 1.11 2006/01/05 08:56:38 chriswhite Exp $
-
-inherit distutils qt3
-
-MY_P=${PN}-${PV/*.*.*.*/${PV%.*}-${PV##*.}}
-
-DESCRIPTION="CUTE is a Qt and Scintilla based text editor which can be easily extended using Python"
-HOMEPAGE="http://cute.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cute/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="ppc"
-IUSE="doc"
-
-DEPEND="sys-apps/sed
- virtual/python
- $(qt_min_version 3.1)
- >=dev-python/qscintilla-1.60"
-
-src_unpack() {
- unpack ${A}
- distutils_python_version
- cd ${S}/cute
- sed -i -e "s:../qscintilla/:${QTDIR}:" -e "s:python2.2:python${PYVER}:g" cute.pro
-}
-
-src_compile() {
- cd ${S}/cute
- [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings"
- addpredict "$QTDIR/etc/settings"
- ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake -o Makefile cute.pro
- sed -i -e "s:CFLAGS = -pipe -O2:CFLAGS = ${CFLAGS}:" \
- -e "s:CXXFLAGS = -pipe -O2:CXXFLAGS = ${CXXFLAGS}:" Makefile
- emake || die
-}
-
-src_install() {
- dobin ${S}/bin/cute
- use doc && ( dohtml -r ${S}/cute/doc/doc/*
- dosym index.html /usr/share/doc/${PF}/html/book1.html
- insinto /usr/share/doc/${PF}/api
- doins ${S}/cute/cute-api/html/* )
- insinto /usr/share/cute/langs
- doins ${S}/cute/langs/*
- insinto /usr/share/cute/lib/scripts/
- doins ${S}/cute/scripts/*
- insinto /usr/share/icons
- doins ${S}/cute/icons/cute.xpm
- dodoc changelog.txt LICENSE INSTALL README
-}
diff --git a/app-editors/cute/files/digest-cute-0.2.9 b/app-editors/cute/files/digest-cute-0.2.9
deleted file mode 100644
index 506f8125c51c..000000000000
--- a/app-editors/cute/files/digest-cute-0.2.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 08da2882c51f2199ac0812a3500ddec6 cute-0.2.9.tar.gz 1252932
diff --git a/app-editors/cute/files/digest-cute-0.2.9-r1 b/app-editors/cute/files/digest-cute-0.2.9-r1
deleted file mode 100644
index 506f8125c51c..000000000000
--- a/app-editors/cute/files/digest-cute-0.2.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 08da2882c51f2199ac0812a3500ddec6 cute-0.2.9.tar.gz 1252932