diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-15 11:25:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-15 11:25:32 +0000 |
commit | 762c1f01669d1599d63b4881a920ab4dc918ee93 (patch) | |
tree | a13c7eabf4d626ec2b432fcd5bb0159b7870117d /app-emacs/flashcard | |
parent | Marked ~hppa (bug #454638). (diff) | |
download | gentoo-2-762c1f01669d1599d63b4881a920ab4dc918ee93.tar.gz gentoo-2-762c1f01669d1599d63b4881a920ab4dc918ee93.tar.bz2 gentoo-2-762c1f01669d1599d63b4881a920ab4dc918ee93.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/flashcard')
-rw-r--r-- | app-emacs/flashcard/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/flashcard/files/50flashcard-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/flashcard/flashcard-2.3.3.ebuild | 16 |
3 files changed, 14 insertions, 12 deletions
diff --git a/app-emacs/flashcard/ChangeLog b/app-emacs/flashcard/ChangeLog index 2574575e07ca..0a583d149225 100644 --- a/app-emacs/flashcard/ChangeLog +++ b/app-emacs/flashcard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/flashcard -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/ChangeLog,v 1.9 2008/12/01 19:45:52 tcunha Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/ChangeLog,v 1.10 2014/02/15 11:25:32 ulm Exp $ + + 15 Feb 2014; Ulrich Müller <ulm@gentoo.org> flashcard-2.3.3.ebuild: + Update ebuild to EAPI 5. Specify LICENSE more precisely. 01 Dec 2008; Tiago Cunha <tcunha@gentoo.org> flashcard-2.3.3.ebuild: stable sparc diff --git a/app-emacs/flashcard/files/50flashcard-gentoo.el b/app-emacs/flashcard/files/50flashcard-gentoo.el index 396c353e8236..312dc5a87780 100644 --- a/app-emacs/flashcard/files/50flashcard-gentoo.el +++ b/app-emacs/flashcard/files/50flashcard-gentoo.el @@ -1,6 +1,3 @@ - -;;; flashcard site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (add-to-list 'auto-mode-alist '("\\.deck\\'" . flashcard-mode)) (autoload 'flashcard-mode "flashcard" nil t) diff --git a/app-emacs/flashcard/flashcard-2.3.3.ebuild b/app-emacs/flashcard/flashcard-2.3.3.ebuild index b454943c372d..ac30f3030a73 100644 --- a/app-emacs/flashcard/flashcard-2.3.3.ebuild +++ b/app-emacs/flashcard/flashcard-2.3.3.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2008 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/flashcard/flashcard-2.3.3.ebuild,v 1.5 2008/12/01 19:45:52 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/flashcard/flashcard-2.3.3.ebuild,v 1.6 2014/02/15 11:25:32 ulm Exp $ + +EAPI=5 inherit elisp -DESCRIPTION="An Emacs Lisp package for drilling on questions and answers." +DESCRIPTION="An Emacs Lisp package for drilling on questions and answers" HOMEPAGE="http://ichi2.net/flashcard/ - http://www.emacswiki.org/cgi-bin/wiki/FlashCard" + http://www.emacswiki.org/emacs/FlashCard" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" + +LICENSE="GPL-2+" SLOT="0" -IUSE="" KEYWORDS="amd64 ~ppc sparc x86" -SITEFILE=50flashcard-gentoo.el +SITEFILE="50${PN}-gentoo.el" |