diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-23 20:59:28 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-23 21:06:04 -0400 |
commit | ae3fd0de44c12f1d45fb211cdb6491978eefc04e (patch) | |
tree | 61941e05124f2440af100f9d7019da51937089f4 /dev-util | |
parent | dev-vcs/gitolite-gentoo: drop old (diff) | |
download | gentoo-ae3fd0de44c12f1d45fb211cdb6491978eefc04e.tar.gz gentoo-ae3fd0de44c12f1d45fb211cdb6491978eefc04e.tar.bz2 gentoo-ae3fd0de44c12f1d45fb211cdb6491978eefc04e.zip |
dev-util/cwdiff: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cwdiff/Manifest | 3 | ||||
-rw-r--r-- | dev-util/cwdiff/cwdiff-0.2.8.ebuild | 32 | ||||
-rw-r--r-- | dev-util/cwdiff/cwdiff-0.3.0.ebuild | 36 | ||||
-rw-r--r-- | dev-util/cwdiff/cwdiff-0.3.1.ebuild | 36 |
4 files changed, 0 insertions, 107 deletions
diff --git a/dev-util/cwdiff/Manifest b/dev-util/cwdiff/Manifest index 399d9aacc26d..6a65184adeec 100644 --- a/dev-util/cwdiff/Manifest +++ b/dev-util/cwdiff/Manifest @@ -1,4 +1 @@ -DIST cwdiff-0.2.8.tar.gz 4246 BLAKE2B 6161bda18738c5b7c5605349fdf7a726d63f6fadc8c5fe5d36587b06674c74a41de86910aec67e12926f9fa586b485bfee02895d8d8e3bb6f50970a6e4814d5d SHA512 bb1fb3790cc2d8f4e5f199e7abc9bf6a999ded0d25fc9e62ca1e003505f1d33b6c8575b0172a2e55128c4e5c853147304c928d0f1094c5b30e6a015b9fbcae09 -DIST cwdiff-0.3.0.tar.gz 4666 BLAKE2B 9f3b660647723dd34939bdc29450c02001f7430955fbfd0197cc0713b516fcb4124e853b9c8828606f20c3cc363aa5f4cb0d6d38004f021a47c0ed2494229523 SHA512 40401a0541209c83cd78ff55c62ce71dd362cf8674b07c1cdd56ad7a505741e818003f07c87fe0303cd2bfd911d99b8f560697612b32b6fee794a7671e7e86f0 -DIST cwdiff-0.3.1.tar.gz 4706 BLAKE2B 644d1a42a8fa4119f844f55910b625343f757939ff82babd7d3702ee3759efcf005e4d7405505bba593795af79da452eaae469b550892ab5f37ebdca47f93ed0 SHA512 ffea1f699d333655eebfe96048dcc96c57408d42915d707e10b9231a27cc7a8803c3b47876227e24da67376ec18f9261739b9fb13889f8b47d336ca048cbfa72 DIST cwdiff-0.4.0.tar.gz 4468 BLAKE2B 3c2310c5f57d932d46df1e53a130f4df7f8c5206689df00412507949f7e613e13dbe72b006be1d9adc7c9d630fc91303c900f17914fefa66fd9fa9a9f11f4918 SHA512 b5deda44d94bd3aa93a68da136f4170996ee02c683c38329cbc16a108e0795e86c3543759e1d7adc3d512d4dcbc416436e733341e1b4f3d96325e999e84a4fbe diff --git a/dev-util/cwdiff/cwdiff-0.2.8.ebuild b/dev-util/cwdiff/cwdiff-0.2.8.ebuild deleted file mode 100644 index f8776fd6d4f2..000000000000 --- a/dev-util/cwdiff/cwdiff-0.2.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A script that wraps wdiff to support directories and colorize the output" -HOMEPAGE="https://github.com/junghans/cwdiff" -SRC_URI="https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos" -IUSE="a2ps mercurial" - -DEPEND="" -RDEPEND=" - sys-apps/sed - app-shells/bash - app-text/wdiff - sys-apps/diffutils - a2ps? ( app-text/a2ps ) - mercurial? ( dev-vcs/mercurial ) - " - -src_install() { - dobin "${PN}" - if use mercurial ; then - insinto /etc/mercurial/hgrc.d - doins hgrc.d/"${PN}".rc - fi - dodoc README.md -} diff --git a/dev-util/cwdiff/cwdiff-0.3.0.ebuild b/dev-util/cwdiff/cwdiff-0.3.0.ebuild deleted file mode 100644 index 95a7d5783001..000000000000 --- a/dev-util/cwdiff/cwdiff-0.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/junghans/${PN}.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos" -fi - -DESCRIPTION="A script that wraps wdiff to support directories and colorize the output" -HOMEPAGE="https://github.com/junghans/cwdiff" - -LICENSE="GPL-2" -SLOT="0" -IUSE="a2ps mercurial" - -DEPEND="sys-apps/help2man - sys-apps/coreutils" -RDEPEND=" - sys-apps/sed - app-shells/bash - app-text/wdiff - sys-apps/diffutils - a2ps? ( app-text/a2ps ) - mercurial? ( dev-vcs/mercurial ) - " - -src_install() { - emake DESTDIR="${ED}" $(usex mercurial '' 'HGRCDIR=') install - dodoc README.md -} diff --git a/dev-util/cwdiff/cwdiff-0.3.1.ebuild b/dev-util/cwdiff/cwdiff-0.3.1.ebuild deleted file mode 100644 index 95a7d5783001..000000000000 --- a/dev-util/cwdiff/cwdiff-0.3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/junghans/${PN}.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos" -fi - -DESCRIPTION="A script that wraps wdiff to support directories and colorize the output" -HOMEPAGE="https://github.com/junghans/cwdiff" - -LICENSE="GPL-2" -SLOT="0" -IUSE="a2ps mercurial" - -DEPEND="sys-apps/help2man - sys-apps/coreutils" -RDEPEND=" - sys-apps/sed - app-shells/bash - app-text/wdiff - sys-apps/diffutils - a2ps? ( app-text/a2ps ) - mercurial? ( dev-vcs/mercurial ) - " - -src_install() { - emake DESTDIR="${ED}" $(usex mercurial '' 'HGRCDIR=') install - dodoc README.md -} |