summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-09-06 06:45:52 +0000
committerTim Harder <radhermit@gentoo.org>2013-09-06 06:45:52 +0000
commit3cf02c8ff78667907dcf2e872e0f078288600bf8 (patch)
treed49cbfadadd35f09c876bbe30a0704dfec7652d4 /app-editors
parentVersion bump. (diff)
downloadgentoo-2-3cf02c8ff78667907dcf2e872e0f078288600bf8.tar.gz
gentoo-2-3cf02c8ff78667907dcf2e872e0f078288600bf8.tar.bz2
gentoo-2-3cf02c8ff78667907dcf2e872e0f078288600bf8.zip
Use correct phase names.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog6
-rw-r--r--app-editors/vim/vim-7.4.22.ebuild6
-rw-r--r--app-editors/vim/vim-7.4.5.ebuild6
-rw-r--r--app-editors/vim/vim-7.4.ebuild6
-rw-r--r--app-editors/vim/vim-9999.ebuild6
5 files changed, 17 insertions, 13 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index fcafc12f6d33..c06e12da875d 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/vim
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.442 2013/09/06 06:23:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.443 2013/09/06 06:45:52 radhermit Exp $
+
+ 06 Sep 2013; Tim Harder <radhermit@gentoo.org> vim-7.4.ebuild,
+ vim-7.4.5.ebuild, vim-7.4.22.ebuild, vim-9999.ebuild:
+ Use correct phase names.
*vim-7.4.22 (06 Sep 2013)
diff --git a/app-editors/vim/vim-7.4.22.ebuild b/app-editors/vim/vim-7.4.22.ebuild
index a29126d22c5c..23dbd2524462 100644
--- a/app-editors/vim/vim-7.4.22.ebuild
+++ b/app-editors/vim/vim-7.4.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.22.ebuild,v 1.1 2013/09/06 06:23:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.22.ebuild,v 1.2 2013/09/06 06:45:52 radhermit Exp $
EAPI=5
VIM_VERSION="7.4"
@@ -329,7 +329,7 @@ src_install() {
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
-vim_pkg_postinst() {
+pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
@@ -359,7 +359,7 @@ vim_pkg_postinst() {
update_vim_symlinks
}
-vim_pkg_postrm() {
+pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
diff --git a/app-editors/vim/vim-7.4.5.ebuild b/app-editors/vim/vim-7.4.5.ebuild
index 2fe97e510a96..d6164f938367 100644
--- a/app-editors/vim/vim-7.4.5.ebuild
+++ b/app-editors/vim/vim-7.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.5.ebuild,v 1.1 2013/08/18 18:21:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.5.ebuild,v 1.2 2013/09/06 06:45:52 radhermit Exp $
EAPI=5
VIM_VERSION="7.4"
@@ -329,7 +329,7 @@ src_install() {
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
-vim_pkg_postinst() {
+pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
@@ -359,7 +359,7 @@ vim_pkg_postinst() {
update_vim_symlinks
}
-vim_pkg_postrm() {
+pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
diff --git a/app-editors/vim/vim-7.4.ebuild b/app-editors/vim/vim-7.4.ebuild
index dd8d7766a663..88230bb678ac 100644
--- a/app-editors/vim/vim-7.4.ebuild
+++ b/app-editors/vim/vim-7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.ebuild,v 1.1 2013/08/13 22:13:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.ebuild,v 1.2 2013/09/06 06:45:52 radhermit Exp $
EAPI=5
VIM_VERSION="7.4"
@@ -329,7 +329,7 @@ src_install() {
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
-vim_pkg_postinst() {
+pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
@@ -359,7 +359,7 @@ vim_pkg_postinst() {
update_vim_symlinks
}
-vim_pkg_postrm() {
+pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 8ad2eb73ac05..87909aebf55d 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.4 2013/08/18 18:21:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.5 2013/09/06 06:45:52 radhermit Exp $
EAPI=5
VIM_VERSION="7.4"
@@ -329,7 +329,7 @@ src_install() {
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
-vim_pkg_postinst() {
+pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
@@ -359,7 +359,7 @@ vim_pkg_postinst() {
update_vim_symlinks
}
-vim_pkg_postrm() {
+pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags