diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-12 06:29:18 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-12 06:29:18 +0000 |
commit | ca9886c7c375fb5894480262f6472c7381b44405 (patch) | |
tree | c80f143a573e5cc2db7450debdf8dd418fa8baec | |
parent | stable x86, bug 181716 (diff) | |
download | gentoo-2-ca9886c7c375fb5894480262f6472c7381b44405.tar.gz gentoo-2-ca9886c7c375fb5894480262f6472c7381b44405.tar.bz2 gentoo-2-ca9886c7c375fb5894480262f6472c7381b44405.zip |
remove virtual/x11 from DEPEND; add PROVIDE=virtual/editor; add some quotes
(Portage version: 2.1.2.7)
3 files changed, 25 insertions, 25 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index 77df1b9ce9d5..ac6efd0177f1 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jasspa-microemacs -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.20 2006/12/06 18:22:51 opfer Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.21 2007/06/12 06:29:18 opfer Exp $ + + 12 Jun 2007; Christian Faulhammer <opfer@gentoo.org> + jasspa-microemacs-20050505-r3.ebuild, jasspa-microemacs-20060909.ebuild: + remove virtual/x11 from DEPEND; add PROVIDE=virtual/editor; add some quotes *jasspa-microemacs-20060909 (06 Dec 2006) diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild index 368c8958597a..efb3faede52e 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild,v 1.4 2006/11/17 10:32:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild,v 1.5 2007/06/12 06:29:18 opfer Exp $ inherit eutils @@ -24,21 +24,19 @@ IUSE="X" DEPEND="virtual/libc sys-libs/ncurses - X? ( || ( ( x11-libs/libX11 - x11-libs/libXt - ) - virtual/x11 ) - )" + X? ( x11-libs/libX11 + x11-libs/libXt )" +PROVIDE="virtual/editor" S="${WORKDIR}/me${PV:2}/src" src_unpack() { unpack jasspa-mesrc-${PV}.tar.gz - cd ${T} + cd "${T}" # everything except jasspa-mesrc unpack ${A/jasspa-mesrc-${PV}.tar.gz/} - cd ${S} - epatch ${FILESDIR}/${PV}-ncurses.patch + cd "${S}" + epatch "${FILESDIR}/${PV}-ncurses.patch" } src_compile() { @@ -63,8 +61,8 @@ src_install() { dosym /usr/bin/mec /usr/bin/me fi dodoc ../*.txt ../change.log - cp -r ${T}/* ${D}/usr/share/jasspa + cp -r "${T}"/* "${D}"/usr/share/jasspa insinto /usr/share/applications - doins ${FILESDIR}/jasspa-microemacs.desktop + doins "${FILESDIR}/jasspa-microemacs.desktop" } diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild index 54f64c80a5bd..b783d9488d92 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild,v 1.1 2006/12/06 18:22:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild,v 1.2 2007/06/12 06:29:18 opfer Exp $ inherit eutils @@ -18,20 +18,18 @@ IUSE="X" DEPEND="virtual/libc sys-libs/ncurses - X? ( || ( ( x11-libs/libX11 - x11-libs/libXt - ) - virtual/x11 ) - )" + X? ( x11-libs/libX11 + x11-libs/libXt )" +PROVIDE="virtual/editor" S="${WORKDIR}/me${PV:2}/src" src_unpack() { unpack jasspa-mesrc-${PV}-2.tar.gz - cd ${T} + cd "${T}" # everything except jasspa-mesrc unpack ${A/jasspa-mesrc-${PV}-2.tar.gz/} - cd ${S} + cd "${S}" epatch "${FILESDIR}/20050505-ncurses.patch" } @@ -58,8 +56,8 @@ src_install() { dosym /usr/bin/mec /usr/bin/me fi dodoc ../*.txt ../change.log - cp -r ${T}/* ${D}/usr/share/jasspa + cp -r "${T}"/* "${D}"/usr/share/jasspa insinto /usr/share/applications - doins ${FILESDIR}/jasspa-microemacs.desktop + doins "${FILESDIR}/jasspa-microemacs.desktop" } |