diff options
author | 2005-07-15 15:00:05 +0000 | |
---|---|---|
committer | 2005-07-15 15:00:05 +0000 | |
commit | 12e1299a00e5c47a50adfd9eb2a0d99c4fcf6c65 (patch) | |
tree | cee9e3a0f44beaf408a09e686ea836d403c719ff | |
parent | Stable on x86. (diff) | |
download | gentoo-2-12e1299a00e5c47a50adfd9eb2a0d99c4fcf6c65.tar.gz gentoo-2-12e1299a00e5c47a50adfd9eb2a0d99c4fcf6c65.tar.bz2 gentoo-2-12e1299a00e5c47a50adfd9eb2a0d99c4fcf6c65.zip |
Remove old ebuild.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | app-editors/cute/cute-0.2.8.ebuild | 53 | ||||
-rw-r--r-- | app-editors/cute/files/digest-cute-0.2.8 | 1 |
2 files changed, 0 insertions, 54 deletions
diff --git a/app-editors/cute/cute-0.2.8.ebuild b/app-editors/cute/cute-0.2.8.ebuild deleted file mode 100644 index 92b9ec27e0c8..000000000000 --- a/app-editors/cute/cute-0.2.8.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.8.ebuild,v 1.7 2005/07/01 13:48:06 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="~x86 ~ppc" -IUSE="doc" - -DEPEND="sys-apps/sed - virtual/python - >=x11-libs/qt-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 -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.8 b/app-editors/cute/files/digest-cute-0.2.8 deleted file mode 100644 index ad845ce571ed..000000000000 --- a/app-editors/cute/files/digest-cute-0.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 e8880c2ac9d60000497cbab241d22d69 cute-0.2.8.tar.gz 1180825 |