* [gentoo-commits] gentoo-x86 commit in dev-python/ropemacs: metadata.xml ChangeLog ropemacs-0.6.ebuild
@ 2010-10-03 20:53 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-10-03 20:53 UTC (permalink / raw
To: gentoo-commits
ulm 10/10/03 20:53:09
Added: metadata.xml ChangeLog ropemacs-0.6.ebuild
Log:
Initial import, bug 338553.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/ropemacs/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>emacs</herd>
</pkgmetadata>
1.1 dev-python/ropemacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/ropemacs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.1 2010/10/03 20:53:09 ulm Exp $
*ropemacs-0.6 (03 Oct 2010)
03 Oct 2010; Ulrich Mueller <ulm@gentoo.org> +ropemacs-0.6.ebuild,
+files/ropemacs-0.6-ropemode-dir.patch, +metadata.xml:
Initial import. Ebuild contributed by Yang Zhang <zyangmath@gmail.com> in
bug 338553.
1.1 dev-python/ropemacs/ropemacs-0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.6.ebuild?rev=1.1&content-type=text/plain
Index: ropemacs-0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ropemacs-0.6.ebuild,v 1.1 2010/10/03 20:53:09 ulm Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
inherit distutils eutils
DESCRIPTION="Rope in Emacs"
HOMEPAGE="http://rope.sourceforge.net/ropemacs.html
http://pypi.python.org/pypi/ropemacs"
SRC_URI="http://bitbucket.org/agr/ropemacs/get/8b277a188d00.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="dev-python/rope
dev-python/ropemode"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
src_prepare() {
distutils_src_prepare
# Patch for nonexistent ropemode in setup.py
epatch "${FILESDIR}/${P}-ropemode-dir.patch"
}
src_install() {
distutils_src_install
dodoc docs/*.txt || die
}
pkg_postinst() {
distutils_pkg_postinst
elog "In order to enable ropemacs support in Emacs, install"
elog "app-emacs/pymacs and add the following line to your ~/.emacs file:"
elog " (pymacs-load \"ropemacs\" \"rope-\")"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-03 20:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 20:53 [gentoo-commits] gentoo-x86 commit in dev-python/ropemacs: metadata.xml ChangeLog ropemacs-0.6.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox