public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-agnoster-theme/
@ 2021-03-17 18:18 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2021-03-17 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     cf06f4e9df002e9fc85bf14a0b0d79e2c7368e72
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 17 18:17:59 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Mar 17 18:18:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf06f4e9

app-shells/fish-agnoster-theme: new package

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/fish-agnoster-theme/Manifest            |  1 +
 .../fish-agnoster-theme-0.1.0_p20200415.ebuild     | 23 ++++++++++++++++++++++
 app-shells/fish-agnoster-theme/metadata.xml        | 11 +++++++++++
 3 files changed, 35 insertions(+)

diff --git a/app-shells/fish-agnoster-theme/Manifest b/app-shells/fish-agnoster-theme/Manifest
new file mode 100644
index 00000000..36ea6e66
--- /dev/null
+++ b/app-shells/fish-agnoster-theme/Manifest
@@ -0,0 +1 @@
+DIST fish-agnoster-theme-0.1.0_p20200415.tar.gz 119414 BLAKE2B c3b0ddcbca6366c342841ecc41a0e610e0d084d7018a637ae12a4dd86e1f7d69a277840a95c71b1f605376d0f10f72c4a3f54350ce4064ab853d6a120edf6f93 SHA512 03207eab23cb3cef4357733f937c918e6c4343a17b185ced99026f0dd4d9ca950566d4accbe5798ab78d77af20e32c4a534218b82524f5d9b2d432b5fbd23431

diff --git a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
new file mode 100644
index 00000000..d1497eae
--- /dev/null
+++ b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+COMMIT="1ae9625e27ef47d2e6abc60156cd154cd1c37f46"
+DESCRIPTION="Fancy, colorful theme with support for Powerline fonts"
+HOMEPAGE="https://github.com/hauleth/agnoster"
+SRC_URI="https://github.com/hauleth/agnoster/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND=""
+RDEPEND="app-shells/fish"
+S="${WORKDIR}/agnoster-${COMMIT}"
+DOCS=( README.md )
+
+src_install() {
+	dodir "/usr/share/fish/vendor_conf.d"
+	insinto "/usr/share/fish/vendor_conf.d"
+	doins -r agnoster
+	doins -r *.fish
+	einstalldocs
+}

diff --git a/app-shells/fish-agnoster-theme/metadata.xml b/app-shells/fish-agnoster-theme/metadata.xml
new file mode 100644
index 00000000..7654084d
--- /dev/null
+++ b/app-shells/fish-agnoster-theme/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">hauleth/agnoster</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-agnoster-theme/
@ 2021-03-28  9:39 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1eb0051b05de2cacfed3bd90d6d869b529343266
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:31:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:31:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eb0051b

app-shells/fish-agnoster-theme: remove RedundantDodir

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
index d1497eaea..b8fab127a 100644
--- a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
+++ b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
@@ -3,19 +3,22 @@
 
 EAPI="7"
 COMMIT="1ae9625e27ef47d2e6abc60156cd154cd1c37f46"
+
 DESCRIPTION="Fancy, colorful theme with support for Powerline fonts"
 HOMEPAGE="https://github.com/hauleth/agnoster"
 SRC_URI="https://github.com/hauleth/agnoster/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+
 DEPEND=""
 RDEPEND="app-shells/fish"
+
 S="${WORKDIR}/agnoster-${COMMIT}"
 DOCS=( README.md )
 
 src_install() {
-	dodir "/usr/share/fish/vendor_conf.d"
 	insinto "/usr/share/fish/vendor_conf.d"
 	doins -r agnoster
 	doins -r *.fish


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-28  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-17 18:18 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-agnoster-theme/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-03-28  9:39 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox