summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-12-07 18:30:30 +0000
committerUlrich Müller <ulm@gentoo.org>2012-12-07 18:30:30 +0000
commit7f8b93e167bebdf138b4f69e04e9e3845f08c463 (patch)
treea1331a864c5cbbd1694ac1d6e8112f2c28b82981 /app-vim
parentStable for ppc, wrt bug #441166 (diff)
downloadgentoo-2-7f8b93e167bebdf138b4f69e04e9e3845f08c463.tar.gz
gentoo-2-7f8b93e167bebdf138b4f69e04e9e3845f08c463.tar.bz2
gentoo-2-7f8b93e167bebdf138b4f69e04e9e3845f08c463.zip
Fix LICENSE, bug 445808.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/dhcpd-syntax/ChangeLog5
-rw-r--r--app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/dhcpd-syntax/ChangeLog b/app-vim/dhcpd-syntax/ChangeLog
index 1fb8056eb70b..18c63c2a7234 100644
--- a/app-vim/dhcpd-syntax/ChangeLog
+++ b/app-vim/dhcpd-syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/dhcpd-syntax
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/ChangeLog,v 1.18 2012/04/28 01:13:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/ChangeLog,v 1.19 2012/12/07 18:30:30 ulm Exp $
+
+ 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> dhcpd-syntax-20030825.ebuild:
+ Fix LICENSE, bug 445808.
28 Apr 2012; Alexis Ballier <aballier@gentoo.org>
dhcpd-syntax-20030825.ebuild:
diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
index bc352f413e6e..86fa5b5b235c 100644
--- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
+++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild,v 1.16 2012/04/28 01:13:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild,v 1.17 2012/12/07 18:30:30 ulm Exp $
inherit vim-plugin eutils
DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=744"
-LICENSE="as-is"
+LICENSE="vim.org"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
@@ -15,6 +15,6 @@ VIM_PLUGIN_HELPTEXT=\
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-multiple-addresses.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-multiple-addresses.patch
}