summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2021-01-13 19:06:23 +0100
committerSebastian Pipping <sping@gentoo.org>2021-01-13 19:06:23 +0100
commit1c39406207aa04eb1b5cef21bc31838b61ec58fc (patch)
tree23f844fd829d061a96335c9be8055613c5d617af
parentx11-themes/thewidgetfactory: Drop due to "bzr.eclass not found" (diff)
downloadbetagarden-1c39406207aa04eb1b5cef21bc31838b61ec58fc.tar.gz
betagarden-1c39406207aa04eb1b5cef21bc31838b61ec58fc.tar.bz2
betagarden-1c39406207aa04eb1b5cef21bc31838b61ec58fc.zip
dev-vcs/git-big-picture: Drop old, 1.0.0 in mainline Gentoo by now
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r--dev-vcs/git-big-picture/ChangeLog9
-rw-r--r--dev-vcs/git-big-picture/Manifest2
-rw-r--r--dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild22
-rw-r--r--dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild22
-rw-r--r--dev-vcs/git-big-picture/metadata.xml11
5 files changed, 0 insertions, 66 deletions
diff --git a/dev-vcs/git-big-picture/ChangeLog b/dev-vcs/git-big-picture/ChangeLog
deleted file mode 100644
index 86773b1..0000000
--- a/dev-vcs/git-big-picture/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-*git-big-picture-0.10.1 (11 Mar 2020)
-
- 11 Mar 2020; Sebastian Pipping <sping@gentoo.org>
- +git-big-picture-0.10.1.ebuild:
- dev-vcs/git-big-picture: 0.10.1 + EAPI 7 Signed-off-by: Sebastian Pipping
- <sping@gentoo.org>
-
- 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
- dev-vcs/git-big-picture: Add github to remote-id in metadata.xml
diff --git a/dev-vcs/git-big-picture/Manifest b/dev-vcs/git-big-picture/Manifest
deleted file mode 100644
index f07abb3..0000000
--- a/dev-vcs/git-big-picture/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST git-big-picture-0.10.1.tar.gz 3723517 SHA256 e23d8ba4ef6e37a0e97ae33a0ff0e084e4fe08d4e20497cde1984ef1df3ef596 SHA512 0f2e2abb4e8515733de39bce21ce56eebba99f7cb41321c6bacd05260e24eaeddf1f8ad96482939d504772060610eebdfa97be787440ea955666517adeb10cc2 WHIRLPOOL 5f91a4725f2f3fd0ebc1339965881beed2389a17a0c09c73eaef6cef70ede32c0f8fe7b333050f779dc9dd927c40564a5e269db522e65b2ca0c8dab432491a4e
-DIST git-big-picture-0.9.0.tar.gz 119909 SHA256 fe1bd878d2643814e64aaf8ecf0e6eae73a38e9e221908aa0447a34d6f363b3f SHA512 988d34aa81af517132eded272e4275fc6de2a2242a2b2708e6323d5fa93fc49fb2a7dadf8ca9916dc0bcd0ddbf4c39fca1dbee1a442c55e8b26a8868f25316d4 WHIRLPOOL 30f0866ce56cf769d6e198b02124d6948fc8df8ef3132f3eb4bebe24243a1b70ac0ff0fa6426f9ac731fb2a94eb56b6d9ee2b2696ef8726ab9cb80c7eef5b29b
diff --git a/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild b/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild
deleted file mode 100644
index 48afef4..0000000
--- a/dev-vcs/git-big-picture/git-big-picture-0.10.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Visualization tool for Git repositories"
-HOMEPAGE="https://github.com/esc/git-big-picture"
-SRC_URI="https://github.com/esc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git"
-
-DOCS=( README.rst )
diff --git a/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild
deleted file mode 100644
index 4f018f1..0000000
--- a/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Visualization tool for Git repositories"
-HOMEPAGE="https://github.com/esc/git-big-picture"
-SRC_URI="https://github.com/esc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git"
-
-DOCS=( README.rst )
diff --git a/dev-vcs/git-big-picture/metadata.xml b/dev-vcs/git-big-picture/metadata.xml
deleted file mode 100644
index cc6ac82..0000000
--- a/dev-vcs/git-big-picture/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
- <upstream>
- <remote-id type="github">esc/git-big-picture</remote-id>
- </upstream>
-</pkgmetadata>