diff options
author | 2014-02-15 00:46:01 +0000 | |
---|---|---|
committer | 2014-02-15 00:46:01 +0000 | |
commit | ee64c6aad90049d0dfd00b9d552516d08e819e13 (patch) | |
tree | e5677fef7a9818c5191b072a2dbf0c39356dd694 /app-emacs/dropdown-list | |
parent | Update ebuild to EAPI 5. Specify LICENSE more precisely. (diff) | |
download | gentoo-2-ee64c6aad90049d0dfd00b9d552516d08e819e13.tar.gz gentoo-2-ee64c6aad90049d0dfd00b9d552516d08e819e13.tar.bz2 gentoo-2-ee64c6aad90049d0dfd00b9d552516d08e819e13.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/dropdown-list')
-rw-r--r-- | app-emacs/dropdown-list/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/dropdown-list/dropdown-list-20090814.ebuild | 16 | ||||
-rw-r--r-- | app-emacs/dropdown-list/dropdown-list-20120329.ebuild (renamed from app-emacs/dropdown-list/dropdown-list-20090814-r1.ebuild) | 13 |
3 files changed, 15 insertions, 24 deletions
diff --git a/app-emacs/dropdown-list/ChangeLog b/app-emacs/dropdown-list/ChangeLog index a056ac5a1431..a3377a3d8191 100644 --- a/app-emacs/dropdown-list/ChangeLog +++ b/app-emacs/dropdown-list/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/dropdown-list -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dropdown-list/ChangeLog,v 1.3 2009/11/26 23:34:29 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dropdown-list/ChangeLog,v 1.4 2014/02/15 00:46:01 ulm Exp $ + +*dropdown-list-20120329 (15 Feb 2014) + + 15 Feb 2014; Ulrich Müller <ulm@gentoo.org> -dropdown-list-20090814.ebuild, + -dropdown-list-20090814-r1.ebuild, +dropdown-list-20120329.ebuild: + Version bump. Remove old. *dropdown-list-20090814-r1 (26 Nov 2009) diff --git a/app-emacs/dropdown-list/dropdown-list-20090814.ebuild b/app-emacs/dropdown-list/dropdown-list-20090814.ebuild deleted file mode 100644 index 0989c9506e63..000000000000 --- a/app-emacs/dropdown-list/dropdown-list-20090814.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dropdown-list/dropdown-list-20090814.ebuild,v 1.1 2009/10/15 19:03:46 ulm Exp $ - -inherit elisp - -DESCRIPTION="Drop-down menu interface" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/dropdown-list.el" -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/dropdown-list/dropdown-list-20090814-r1.ebuild b/app-emacs/dropdown-list/dropdown-list-20120329.ebuild index 6557bdb58230..6ac8f034d982 100644 --- a/app-emacs/dropdown-list/dropdown-list-20090814-r1.ebuild +++ b/app-emacs/dropdown-list/dropdown-list-20120329.ebuild @@ -1,17 +1,18 @@ -# 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/dropdown-list/dropdown-list-20090814-r1.ebuild,v 1.1 2009/11/26 23:34:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dropdown-list/dropdown-list-20120329.ebuild,v 1.1 2014/02/15 00:46:01 ulm Exp $ + +EAPI=5 inherit elisp DESCRIPTION="Drop-down menu interface" HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/dropdown-list.el" -SRC_URI="mirror://gentoo/${P}.el.bz2" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -ELISP_PATCHES="${P}-selection-face.patch" +ELISP_PATCHES="${PN}-20090814-selection-face.patch" SITEFILE="50${PN}-gentoo.el" |