diff options
author | 2012-06-10 21:42:21 +0200 | |
---|---|---|
committer | 2015-10-11 10:48:07 +0200 | |
commit | 73848b54d5a6b3672d4a6f6a49e3d234bda65189 (patch) | |
tree | 542fc6f0ab4ccceb226db496555aeb964886508c /app-shells/oh-my-zsh | |
parent | Bump trickyfetch. Update checksums (diff) | |
download | mv-73848b54d5a6b3672d4a6f6a49e3d234bda65189.tar.gz mv-73848b54d5a6b3672d4a6f6a49e3d234bda65189.tar.bz2 mv-73848b54d5a6b3672d4a6f6a49e3d234bda65189.zip |
Make repoman happy. Remove icecat support
Diffstat (limited to 'app-shells/oh-my-zsh')
-rw-r--r-- | app-shells/oh-my-zsh/ChangeLog | 2 | ||||
-rw-r--r-- | app-shells/oh-my-zsh/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/app-shells/oh-my-zsh/ChangeLog b/app-shells/oh-my-zsh/ChangeLog index b56c8c4d..8260404f 100644 --- a/app-shells/oh-my-zsh/ChangeLog +++ b/app-shells/oh-my-zsh/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-shells/oh-my-zsh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header $ +# $Header: $ 12 May 2012; Martin Väth <martin@mvath.de> base->eutils diff --git a/app-shells/oh-my-zsh/metadata.xml b/app-shells/oh-my-zsh/metadata.xml index c16c2324..ef32a6e3 100644 --- a/app-shells/oh-my-zsh/metadata.xml +++ b/app-shells/oh-my-zsh/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> <maintainer> <email>martin@mvath.de</email> <name>Martin Väth</name> </maintainer> <upstream> <maintainer> + <email></email> <name>Robby Russell</name> </maintainer> <bugs-to>https://github.com/robbyrussell/oh-my-zsh/issues</bugs-to> diff --git a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild index e8b1c322..f59f8ac5 100644 --- a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild +++ b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header $ +# $Header: $ EAPI="4" @@ -47,4 +47,3 @@ pkg_postinst() { elog "or copy a modification of that file to your ~/.zshrc" elog "If you just want to try, enter the above command in your zsh." } - |