diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-16 20:55:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-16 20:55:54 +0000 |
commit | aa4b231245fb28fb7661c4cbb1b9415a9af918f6 (patch) | |
tree | 425500fdb75ae01acfdb4dbceaa3a221f4f14943 /app-emacs/yasnippet | |
parent | Revbump adding workaround for broken parallel install (bug #234378). Fix pre-... (diff) | |
download | gentoo-2-aa4b231245fb28fb7661c4cbb1b9415a9af918f6.tar.gz gentoo-2-aa4b231245fb28fb7661c4cbb1b9415a9af918f6.tar.bz2 gentoo-2-aa4b231245fb28fb7661c4cbb1b9415a9af918f6.zip |
Version bump, bug 255146. Remove old.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/yasnippet')
-rw-r--r-- | app-emacs/yasnippet/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/yasnippet/yasnippet-0.5.8.ebuild (renamed from app-emacs/yasnippet/yasnippet-0.5.5.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-emacs/yasnippet/ChangeLog b/app-emacs/yasnippet/ChangeLog index a79e9a3232d1..b0c540953d33 100644 --- a/app-emacs/yasnippet/ChangeLog +++ b/app-emacs/yasnippet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/yasnippet -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/ChangeLog,v 1.2 2008/12/14 19:09:33 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/ChangeLog,v 1.3 2009/01/16 20:55:54 ulm Exp $ + +*yasnippet-0.5.8 (16 Jan 2009) + + 16 Jan 2009; Ulrich Mueller <ulm@gentoo.org> -yasnippet-0.5.5.ebuild, + +yasnippet-0.5.8.ebuild: + Version bump, bug 255146. Remove old. *yasnippet-0.5.7 (14 Dec 2008) diff --git a/app-emacs/yasnippet/yasnippet-0.5.5.ebuild b/app-emacs/yasnippet/yasnippet-0.5.8.ebuild index 33704c08ea47..fdcd753a69b7 100644 --- a/app-emacs/yasnippet/yasnippet-0.5.5.ebuild +++ b/app-emacs/yasnippet/yasnippet-0.5.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/yasnippet-0.5.5.ebuild,v 1.1 2008/06/19 12:14:11 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/yasnippet-0.5.8.ebuild,v 1.1 2009/01/16 20:55:54 ulm Exp $ inherit elisp @@ -18,7 +18,7 @@ IUSE="doc" DEPEND=">=app-emacs/dropdown-list-20080316" RDEPEND="${DEPEND}" -SITEFILE=50${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" src_unpack() { elisp_src_unpack |