summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2018-07-27 16:02:50 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-30 21:52:49 +0200
commitad4ceb4a23fb30c57804d3a9e7edad8c6359540d (patch)
tree3d5c8f2777ea0aaacf38a51bb166dfc7dfe55d15 /dev-vcs
parentdev-ruby/net-scp: cleanup (diff)
downloadgentoo-ad4ceb4a23fb30c57804d3a9e7edad8c6359540d.tar.gz
gentoo-ad4ceb4a23fb30c57804d3a9e7edad8c6359540d.tar.bz2
gentoo-ad4ceb4a23fb30c57804d3a9e7edad8c6359540d.zip
dev-vcs/easygit: 1.7.5.2 version bump
Closes: https://bugs.gentoo.org/662254 Closes: https://github.com/gentoo/gentoo/pull/9362
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/easygit/Manifest1
-rw-r--r--dev-vcs/easygit/easygit-1.7.5.2.ebuild26
-rw-r--r--dev-vcs/easygit/metadata.xml9
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-vcs/easygit/Manifest b/dev-vcs/easygit/Manifest
index 16979e38e64d..77a35e1ec40e 100644
--- a/dev-vcs/easygit/Manifest
+++ b/dev-vcs/easygit/Manifest
@@ -1 +1,2 @@
DIST easygit-1.6.5.5 283019 BLAKE2B 77d81b193a9dbb0d75df9aa66dd549418c9249a4b073528d72e770bc1857ee1165b33adbefcff94621cedf48edf8b551e065678b0a64166305467e2a01d2076c SHA512 2e639ffa40ac6ea8619abf5d8aced57a9fb203aaf96e259b2d3905b1d6d040d3d64adf14dad0552bd710808e3c23b63e859f1b5b02bd13aca1ad232fe05c2bbd
+DIST easygit-1.7.5.2 283887 BLAKE2B 978e60add4f9a3e982010a002bad74d88fd7b00b544a9150d6926aae24430e833f56115fce80568b9095d2b1896bd45838312012609c47a4499a7e67b05e9d91 SHA512 fa798a18b3d9ae8394faa3a5772ad21c6c439835de977dbce077b79823e022f9aa15e2d603ab16ea592048dab039aed2d647018cd83f7b3ec0b6c0e7679d0eec
diff --git a/dev-vcs/easygit/easygit-1.7.5.2.ebuild b/dev-vcs/easygit/easygit-1.7.5.2.ebuild
new file mode 100644
index 000000000000..e70c718cceff
--- /dev/null
+++ b/dev-vcs/easygit/easygit-1.7.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Easy GIT (eg), a frontend for git designed for former cvs and svn users"
+HOMEPAGE="https://www.gnome.org/~newren/eg/"
+SRC_URI="https://www.gnome.org/~newren/eg/download/${PV}/eg -> ${P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-vcs/git-${PV}
+ dev-lang/perl"
+
+S=${WORKDIR}
+
+src_unpack() {
+ cp "${DISTDIR}/${P}" eg || die
+}
+
+src_install() {
+ dobin eg
+}
diff --git a/dev-vcs/easygit/metadata.xml b/dev-vcs/easygit/metadata.xml
index 6f49eba8f496..e8523f5eab18 100644
--- a/dev-vcs/easygit/metadata.xml
+++ b/dev-vcs/easygit/metadata.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>gentoo@culot.org</email>
+ <name>Frederic Culot</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>