diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-08-03 19:40:07 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-08-03 19:40:07 +0000 |
commit | c85fb39f1ab57648f140f5129d0606eb4844a84a (patch) | |
tree | 3ecb1f75895fbf97a199607ba5cc26310876bce0 /app-editors/cute | |
parent | Mark 0.4.1 stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-c85fb39f1ab57648f140f5129d0606eb4844a84a.tar.gz gentoo-2-c85fb39f1ab57648f140f5129d0606eb4844a84a.tar.bz2 gentoo-2-c85fb39f1ab57648f140f5129d0606eb4844a84a.zip |
version bump
Diffstat (limited to 'app-editors/cute')
-rw-r--r-- | app-editors/cute/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/cute/Manifest | 4 | ||||
-rw-r--r-- | app-editors/cute/cute-0.2.9.ebuild | 53 | ||||
-rw-r--r-- | app-editors/cute/files/digest-cute-0.2.9 | 1 |
4 files changed, 63 insertions, 2 deletions
diff --git a/app-editors/cute/ChangeLog b/app-editors/cute/ChangeLog index 2a0ca6d4715d..8524be170840 100644 --- a/app-editors/cute/ChangeLog +++ b/app-editors/cute/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/cute # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/ChangeLog,v 1.3 2004/06/24 21:52:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/ChangeLog,v 1.4 2004/08/03 19:38:12 carlo Exp $ + +*cute-0.2.9 (03 Aug 2004) + + 03 Aug 2004; Carsten Lohrke <carlo@gentoo.org> +cute-0.2.9.ebuild: + version bump 18 Jun 2004; David Holm <dholm@gentoo.org> cute-0.2.8.ebuild: Added to ~ppc. diff --git a/app-editors/cute/Manifest b/app-editors/cute/Manifest index 254e162032c6..932c3bc32adc 100644 --- a/app-editors/cute/Manifest +++ b/app-editors/cute/Manifest @@ -1,4 +1,6 @@ MD5 c8cc44d3c9bca7880f9d8596c04495fd cute-0.2.8.ebuild 1507 -MD5 cd7cc38b09f82c514d52031a723d5c1d ChangeLog 445 +MD5 16c7655a08e92423109bc13d8f2051e0 cute-0.2.9.ebuild 1409 +MD5 476cff1fc2e83cd079c5c5c673a999d8 ChangeLog 557 MD5 70f06600556327dcfbc31fa03f610042 metadata.xml 155 MD5 ef50d0c86bf0b3220772e647250bbcbe files/digest-cute-0.2.8 63 +MD5 d8e651c892fe13f3ed796b87faac96bd files/digest-cute-0.2.9 63 diff --git a/app-editors/cute/cute-0.2.9.ebuild b/app-editors/cute/cute-0.2.9.ebuild new file mode 100644 index 000000000000..b8a8948caf2c --- /dev/null +++ b/app-editors/cute/cute-0.2.9.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2004 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.1 2004/08/03 19:38:12 carlo 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" + 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 +}
\ No newline at end of file diff --git a/app-editors/cute/files/digest-cute-0.2.9 b/app-editors/cute/files/digest-cute-0.2.9 new file mode 100644 index 000000000000..506f8125c51c --- /dev/null +++ b/app-editors/cute/files/digest-cute-0.2.9 @@ -0,0 +1 @@ +MD5 08da2882c51f2199ac0812a3500ddec6 cute-0.2.9.tar.gz 1252932 |