* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/
@ 2021-02-20 13:12 Simon van der Maas
0 siblings, 0 replies; 6+ messages in thread
From: Simon van der Maas @ 2021-02-20 13:12 UTC (permalink / raw
To: gentoo-commits
commit: 2a7be35ff175a63a2dfb9587a2f76c2a17aef360
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sat Feb 20 13:11:13 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sat Feb 20 13:11:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a7be35f
app-shells/ohmyzsh: new package
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
app-shells/ohmyzsh/Manifest | 1 +
app-shells/ohmyzsh/metadata.xml | 8 ++++++
app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild | 33 +++++++++++++++++++++++++
app-shells/ohmyzsh/ohmyzsh-9999.ebuild | 33 +++++++++++++++++++++++++
4 files changed, 75 insertions(+)
diff --git a/app-shells/ohmyzsh/Manifest b/app-shells/ohmyzsh/Manifest
new file mode 100644
index 00000000..18908c52
--- /dev/null
+++ b/app-shells/ohmyzsh/Manifest
@@ -0,0 +1 @@
+DIST ohmyzsh-0_pre20210209.tar.gz 696345 BLAKE2B a51a47dfc655ab36d6b2d9d73726caee5d9fbb9130b071feb17440c3d04269f8f2129e9f343594315f3e1f01b1de865cdc9bbee63ba370723d88188903d5dba3 SHA512 c66c87fd767748c7849cd2c799246cc145cdabc3001ab76653794b9a73100fb412e84a006386be57bc603b9dd66d823d758ae31afc6bc0f9faea1e41f38d69f6
diff --git a/app-shells/ohmyzsh/metadata.xml b/app-shells/ohmyzsh/metadata.xml
new file mode 100644
index 00000000..ad8cead2
--- /dev/null
+++ b/app-shells/ohmyzsh/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>svdm-gentoo@protonmail.com</email>
+ <name>Simon van der Maas</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild b/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
new file mode 100644
index 00000000..7187fd95
--- /dev/null
+++ b/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+ inherit git-r3
+else
+ MY_COMMIT="f21e646ce6c09198f7f625c597f08af49551fdb0"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${MY_COMMIT}"
+fi
+
+DESCRIPTION="A framework for managing your zsh configuration."
+HOMEPAGE="https://ohmyz.sh"
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="app-shells/zsh"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ insinto "/usr/share/zsh/site-contrib/oh-my-zsh"
+ doins -r *
+}
+
+pkg_postinst() {
+ elog "In order to use ${PN}, copy /usr/share/zsh/site-contrib/oh-my-zsh/templates/zshrc.zsh-template over to your ~/.zshrc"
+ elog "and change the path of your oh-my-zsh installation to: 'export ZSH=/usr/share/zsh/site-contrib/oh-my-zsh'"
+}
diff --git a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
new file mode 100644
index 00000000..7187fd95
--- /dev/null
+++ b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+ inherit git-r3
+else
+ MY_COMMIT="f21e646ce6c09198f7f625c597f08af49551fdb0"
+ SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${MY_COMMIT}"
+fi
+
+DESCRIPTION="A framework for managing your zsh configuration."
+HOMEPAGE="https://ohmyz.sh"
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="app-shells/zsh"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ insinto "/usr/share/zsh/site-contrib/oh-my-zsh"
+ doins -r *
+}
+
+pkg_postinst() {
+ elog "In order to use ${PN}, copy /usr/share/zsh/site-contrib/oh-my-zsh/templates/zshrc.zsh-template over to your ~/.zshrc"
+ elog "and change the path of your oh-my-zsh installation to: 'export ZSH=/usr/share/zsh/site-contrib/oh-my-zsh'"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/
@ 2021-02-20 20:26 Simon van der Maas
0 siblings, 0 replies; 6+ messages in thread
From: Simon van der Maas @ 2021-02-20 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 07dd65b43f533b2fe8aa78c34bea837720c9b222
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sat Feb 20 20:26:40 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sat Feb 20 20:26:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07dd65b4
app-shells/ohmyzsh: changed filename
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
app-shells/ohmyzsh/Manifest | 2 +-
.../ohmyzsh/{ohmyzsh-0_pre20210209.ebuild => ohmyzsh-20210209.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/ohmyzsh/Manifest b/app-shells/ohmyzsh/Manifest
index 18908c52..e352f706 100644
--- a/app-shells/ohmyzsh/Manifest
+++ b/app-shells/ohmyzsh/Manifest
@@ -1 +1 @@
-DIST ohmyzsh-0_pre20210209.tar.gz 696345 BLAKE2B a51a47dfc655ab36d6b2d9d73726caee5d9fbb9130b071feb17440c3d04269f8f2129e9f343594315f3e1f01b1de865cdc9bbee63ba370723d88188903d5dba3 SHA512 c66c87fd767748c7849cd2c799246cc145cdabc3001ab76653794b9a73100fb412e84a006386be57bc603b9dd66d823d758ae31afc6bc0f9faea1e41f38d69f6
+DIST ohmyzsh-20210209.tar.gz 696345 BLAKE2B a51a47dfc655ab36d6b2d9d73726caee5d9fbb9130b071feb17440c3d04269f8f2129e9f343594315f3e1f01b1de865cdc9bbee63ba370723d88188903d5dba3 SHA512 c66c87fd767748c7849cd2c799246cc145cdabc3001ab76653794b9a73100fb412e84a006386be57bc603b9dd66d823d758ae31afc6bc0f9faea1e41f38d69f6
diff --git a/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild b/app-shells/ohmyzsh/ohmyzsh-20210209.ebuild
similarity index 100%
rename from app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
rename to app-shells/ohmyzsh/ohmyzsh-20210209.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/
@ 2021-02-20 20:29 Simon van der Maas
0 siblings, 0 replies; 6+ messages in thread
From: Simon van der Maas @ 2021-02-20 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 31b0bd2ddd0627055ce906b3e0a8df94de7405bf
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sat Feb 20 20:29:26 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sat Feb 20 20:29:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31b0bd2d
app-shells/ohmyzsh: prob shouldn't go past 9999...
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
app-shells/ohmyzsh/Manifest | 2 +-
.../ohmyzsh/{ohmyzsh-20210209.ebuild => ohmyzsh-0_pre20210209.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/ohmyzsh/Manifest b/app-shells/ohmyzsh/Manifest
index e352f706..18908c52 100644
--- a/app-shells/ohmyzsh/Manifest
+++ b/app-shells/ohmyzsh/Manifest
@@ -1 +1 @@
-DIST ohmyzsh-20210209.tar.gz 696345 BLAKE2B a51a47dfc655ab36d6b2d9d73726caee5d9fbb9130b071feb17440c3d04269f8f2129e9f343594315f3e1f01b1de865cdc9bbee63ba370723d88188903d5dba3 SHA512 c66c87fd767748c7849cd2c799246cc145cdabc3001ab76653794b9a73100fb412e84a006386be57bc603b9dd66d823d758ae31afc6bc0f9faea1e41f38d69f6
+DIST ohmyzsh-0_pre20210209.tar.gz 696345 BLAKE2B a51a47dfc655ab36d6b2d9d73726caee5d9fbb9130b071feb17440c3d04269f8f2129e9f343594315f3e1f01b1de865cdc9bbee63ba370723d88188903d5dba3 SHA512 c66c87fd767748c7849cd2c799246cc145cdabc3001ab76653794b9a73100fb412e84a006386be57bc603b9dd66d823d758ae31afc6bc0f9faea1e41f38d69f6
diff --git a/app-shells/ohmyzsh/ohmyzsh-20210209.ebuild b/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
similarity index 100%
rename from app-shells/ohmyzsh/ohmyzsh-20210209.ebuild
rename to app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/
@ 2021-02-21 10:22 Simon van der Maas
0 siblings, 0 replies; 6+ messages in thread
From: Simon van der Maas @ 2021-02-21 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 7fd7e90f2c115210413d2890880e64f4d0b09dae
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 21 10:22:25 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sun Feb 21 10:22:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fd7e90f
app-shells/ohmyzsh: removed release by commit
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
app-shells/ohmyzsh/Manifest | 1 -
app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild | 33 -------------------------
app-shells/ohmyzsh/ohmyzsh-9999.ebuild | 11 ++-------
3 files changed, 2 insertions(+), 43 deletions(-)
diff --git a/app-shells/ohmyzsh/Manifest b/app-shells/ohmyzsh/Manifest
deleted file mode 100644
index 18908c52..00000000
--- a/app-shells/ohmyzsh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ohmyzsh-0_pre20210209.tar.gz 696345 BLAKE2B a51a47dfc655ab36d6b2d9d73726caee5d9fbb9130b071feb17440c3d04269f8f2129e9f343594315f3e1f01b1de865cdc9bbee63ba370723d88188903d5dba3 SHA512 c66c87fd767748c7849cd2c799246cc145cdabc3001ab76653794b9a73100fb412e84a006386be57bc603b9dd66d823d758ae31afc6bc0f9faea1e41f38d69f6
diff --git a/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild b/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
deleted file mode 100644
index 7187fd95..00000000
--- a/app-shells/ohmyzsh/ohmyzsh-0_pre20210209.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- inherit git-r3
-else
- MY_COMMIT="f21e646ce6c09198f7f625c597f08af49551fdb0"
- SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-${MY_COMMIT}"
-fi
-
-DESCRIPTION="A framework for managing your zsh configuration."
-HOMEPAGE="https://ohmyz.sh"
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="app-shells/zsh"
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto "/usr/share/zsh/site-contrib/oh-my-zsh"
- doins -r *
-}
-
-pkg_postinst() {
- elog "In order to use ${PN}, copy /usr/share/zsh/site-contrib/oh-my-zsh/templates/zshrc.zsh-template over to your ~/.zshrc"
- elog "and change the path of your oh-my-zsh installation to: 'export ZSH=/usr/share/zsh/site-contrib/oh-my-zsh'"
-}
diff --git a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
index 7187fd95..4d0b346c 100644
--- a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
+++ b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
@@ -3,18 +3,11 @@
EAPI=7
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- inherit git-r3
-else
- MY_COMMIT="f21e646ce6c09198f7f625c597f08af49551fdb0"
- SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-${MY_COMMIT}"
-fi
+inherit git-r3
DESCRIPTION="A framework for managing your zsh configuration."
HOMEPAGE="https://ohmyz.sh"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/
@ 2021-02-21 10:28 Simon van der Maas
0 siblings, 0 replies; 6+ messages in thread
From: Simon van der Maas @ 2021-02-21 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 0c73a76e390a22908a4a1c0ae1c6cbca68a415cf
Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 21 10:28:13 2021 +0000
Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sun Feb 21 10:28:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c73a76e
app-shells/ohmyzsh: added keywords
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com>
app-shells/ohmyzsh/ohmyzsh-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
index 4d0b346c..262ba3c5 100644
--- a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
+++ b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
@@ -11,6 +11,7 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64"
DEPEND="app-shells/zsh"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/
@ 2021-02-24 18:49 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-02-24 18:49 UTC (permalink / raw
To: gentoo-commits
commit: e0e2d019e700b837da50ddeedbbcd7f44782952a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 24 18:49:53 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Feb 24 18:49:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0e2d019
app-shells/ohmyzsh: remove keywords from live ebuild
https://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/vcs-sources/index.html
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
app-shells/ohmyzsh/ohmyzsh-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
index 262ba3c5..43560425 100644
--- a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
+++ b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
DEPEND="app-shells/zsh"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-02-24 18:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-21 10:28 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/ Simon van der Maas
-- strict thread matches above, loose matches on Subject: below --
2021-02-24 18:49 Andrew Ammerlaan
2021-02-21 10:22 Simon van der Maas
2021-02-20 20:29 Simon van der Maas
2021-02-20 20:26 Simon van der Maas
2021-02-20 13:12 Simon van der Maas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox