summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-27 17:49:50 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-27 17:49:50 +0000
commit6728f2a53d360f723cfd2603dfc48e8fd63f2464 (patch)
treeaa85043d64cb74312c070944ea413b76c48f4d9e /app-emacs
parentVersion bump to 3.5.3. (diff)
downloadgentoo-2-6728f2a53d360f723cfd2603dfc48e8fd63f2464.tar.gz
gentoo-2-6728f2a53d360f723cfd2603dfc48e8fd63f2464.tar.bz2
gentoo-2-6728f2a53d360f723cfd2603dfc48e8fd63f2464.zip
Update ebuild to EAPI 5. Specify LICENSE more precisely.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/auto-complete/ChangeLog7
-rw-r--r--app-emacs/auto-complete/auto-complete-1.3.1.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-emacs/auto-complete/ChangeLog b/app-emacs/auto-complete/ChangeLog
index 51651568acf4..8ba054956776 100644
--- a/app-emacs/auto-complete/ChangeLog
+++ b/app-emacs/auto-complete/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auto-complete
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auto-complete/ChangeLog,v 1.3 2012/09/08 09:19:21 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auto-complete/ChangeLog,v 1.4 2014/02/27 17:49:50 ulm Exp $
+
+ 27 Feb 2014; Ulrich Müller <ulm@gentoo.org> auto-complete-1.3.1.ebuild:
+ Update ebuild to EAPI 5. Specify LICENSE more precisely.
08 Sep 2012; Ulrich Müller <ulm@gentoo.org> -auto-complete-1.3.ebuild:
Remove old.
diff --git a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
index b45097891167..3df6c810f08c 100644
--- a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
+++ b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 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/auto-complete/auto-complete-1.3.1.ebuild,v 1.1 2011/01/06 10:53:13 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auto-complete/auto-complete-1.3.1.ebuild,v 1.2 2014/02/27 17:49:50 ulm Exp $
-EAPI=3
+EAPI=5
inherit elisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://cx4a.org/software/auto-complete/
http://github.com/m2ym/auto-complete/"
SRC_URI="http://cx4a.org/pub/${PN}/${P}.tar.bz2"
-LICENSE="GPL-3 FDL-1.3"
+LICENSE="GPL-3+ FDL-1.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="linguas_ja"
@@ -23,12 +23,12 @@ src_install() {
# install dictionaries
insinto "${SITEETC}/${PN}"
- doins -r dict || die
+ doins -r dict
- dodoc README.txt TODO.txt etc/test.txt || die
+ dodoc README.txt TODO.txt etc/test.txt
cd doc
- dodoc index.txt manual.txt demo.txt changes.txt *.png || die
+ dodoc index.txt manual.txt demo.txt changes.txt *.png
if use linguas_ja; then
- dodoc index.ja.txt manual.ja.txt changes.ja.txt || die
+ dodoc index.ja.txt manual.ja.txt changes.ja.txt
fi
}