summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2011-12-10 17:46:54 +0000
committerDavide Pesavento <pesa@gentoo.org>2011-12-10 17:46:54 +0000
commit7b014700b4deb08ee0d2366b6b775ca0c2bde229 (patch)
treec3e101517343f3bd0be959f75a8c0a43386f7ef8 /app-editors/juffed
parentRe-add a stable-compatible version patched against the unicode bug (diff)
downloadgentoo-2-7b014700b4deb08ee0d2366b6b775ca0c2bde229.tar.gz
gentoo-2-7b014700b4deb08ee0d2366b6b775ca0c2bde229.tar.bz2
gentoo-2-7b014700b4deb08ee0d2366b6b775ca0c2bde229.zip
Use DOCS instead of overriding src_install. Remove old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/juffed')
-rw-r--r--app-editors/juffed/ChangeLog8
-rw-r--r--app-editors/juffed/juffed-0.8.1.ebuild12
-rw-r--r--app-editors/juffed/juffed-0.8.ebuild32
3 files changed, 11 insertions, 41 deletions
diff --git a/app-editors/juffed/ChangeLog b/app-editors/juffed/ChangeLog
index 2e001600826b..dbc45970962d 100644
--- a/app-editors/juffed/ChangeLog
+++ b/app-editors/juffed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/juffed
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.20 2010/10/06 19:57:34 chiiph Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.21 2011/12/10 17:46:54 pesa Exp $
+
+ 10 Dec 2011; Davide Pesavento <pesa@gentoo.org> -juffed-0.8.ebuild,
+ juffed-0.8.1.ebuild:
+ Use DOCS instead of overriding src_install. Remove old.
*juffed-0.8.1 (06 Oct 2010)
diff --git a/app-editors/juffed/juffed-0.8.1.ebuild b/app-editors/juffed/juffed-0.8.1.ebuild
index 40bf49bc4eff..559c2a55981c 100644
--- a/app-editors/juffed/juffed-0.8.1.ebuild
+++ b/app-editors/juffed/juffed-0.8.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.1 2010/10/06 19:57:35 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.2 2011/12/10 17:46:54 pesa Exp $
EAPI=2
+
inherit multilib cmake-utils
DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
@@ -20,13 +21,10 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"/${P/_/-}
+DOCS=( ChangeLog README )
+
src_prepare() {
sed -i -e \
"s:\${CMAKE_INSTALL_PREFIX}/lib:\${CMAKE_INSTALL_PREFIX}/$(get_libdir):" \
CMakeLists.txt || die "sed failed"
}
-
-src_install() {
- cmake-utils_src_install
- dodoc ChangeLog README || die "dodoc failed"
-}
diff --git a/app-editors/juffed/juffed-0.8.ebuild b/app-editors/juffed/juffed-0.8.ebuild
deleted file mode 100644
index f80a88f3dbbd..000000000000
--- a/app-editors/juffed/juffed-0.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.ebuild,v 1.1 2010/03/02 00:11:15 yngwin Exp $
-
-EAPI=2
-inherit multilib cmake-utils
-
-DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
-HOMEPAGE="http://www.qt-apps.org/content/show.php/JuffEd?content=59940"
-SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/qscintilla
- x11-libs/qt-gui:4"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${P/_/-}
-
-src_prepare() {
- sed -i -e \
- "s:\${CMAKE_INSTALL_PREFIX}/lib:\${CMAKE_INSTALL_PREFIX}/$(get_libdir):" \
- CMakeLists.txt || die "sed failed"
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc ChangeLog README
-}