summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-01-01 17:44:25 +0000
committerUlrich Müller <ulm@gentoo.org>2014-01-01 17:44:25 +0000
commitbc704b25629b807d0b2a19aaa9c00f426b064146 (patch)
treee0f60390a4b708f9370438ca50fae5b6bf61935e /app-emacs/company-mode
parentOld. (diff)
downloadgentoo-2-bc704b25629b807d0b2a19aaa9c00f426b064146.tar.gz
gentoo-2-bc704b25629b807d0b2a19aaa9c00f426b064146.tar.bz2
gentoo-2-bc704b25629b807d0b2a19aaa9c00f426b064146.zip
Version bump. Update HOMEPAGE, SRC_URI, and LICENSE. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/company-mode')
-rw-r--r--app-emacs/company-mode/ChangeLog10
-rw-r--r--app-emacs/company-mode/company-mode-0.6.11.ebuild (renamed from app-emacs/company-mode/company-mode-0.4.3.ebuild)21
2 files changed, 18 insertions, 13 deletions
diff --git a/app-emacs/company-mode/ChangeLog b/app-emacs/company-mode/ChangeLog
index afbe45dd55a0..17e6ce17877d 100644
--- a/app-emacs/company-mode/ChangeLog
+++ b/app-emacs/company-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/company-mode
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.11 2010/10/09 16:25:08 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/ChangeLog,v 1.12 2014/01/01 17:44:25 ulm Exp $
+
+*company-mode-0.6.11 (01 Jan 2014)
+
+ 01 Jan 2014; Ulrich Müller <ulm@gentoo.org> -company-mode-0.4.3.ebuild,
+ +company-mode-0.6.11.ebuild:
+ Version bump. Update HOMEPAGE, SRC_URI, and LICENSE. Remove old.
03 Oct 2010; Ulrich Mueller <ulm@gentoo.org> company-mode-0.5.ebuild,
metadata.xml:
diff --git a/app-emacs/company-mode/company-mode-0.4.3.ebuild b/app-emacs/company-mode/company-mode-0.6.11.ebuild
index d9f96cb56c2e..d4d34bae5a89 100644
--- a/app-emacs/company-mode/company-mode-0.4.3.ebuild
+++ b/app-emacs/company-mode/company-mode-0.6.11.ebuild
@@ -1,29 +1,28 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.4.3.ebuild,v 1.3 2009/08/27 19:41:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/company-mode/company-mode-0.6.11.ebuild,v 1.1 2014/01/01 17:44:25 ulm Exp $
-EAPI=2
-NEED_EMACS=22
+EAPI=5
inherit elisp
DESCRIPTION="In-buffer completion front-end"
-HOMEPAGE="http://nschum.de/src/emacs/company-mode/"
-SRC_URI="http://nschum.de/src/emacs/${PN}/company-${PV}.tar.bz2"
+HOMEPAGE="http://company-mode.github.com/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="ropemacs semantic"
+IUSE="ropemacs +semantic"
# Note: company-mode supports many backends, and we refrain from including
# them all in RDEPEND. Only depend on things that are needed at build time.
DEPEND="|| ( app-emacs/nxml-mode >=virtual/emacs-23 )
ropemacs? ( app-emacs/pymacs )
- semantic? ( app-emacs/cedet )"
-RDEPEND="${DEPEND}"
+ semantic? ( virtual/emacs-cedet )"
+RDEPEND="${DEPEND}
+ ropemacs? ( dev-python/ropemacs )"
-S="${WORKDIR}"
SITEFILE="50${PN}-gentoo.el"
src_prepare() {