summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-09-25 20:53:44 +0200
committerMartin Väth <martin@mvath.de>2017-09-25 21:07:50 +0200
commit3049fa03c89562b423088981a6fb218e6860a6b5 (patch)
tree29c683354371d7fc50054dbb25b9db1b28fd1324 /app-text
parentapp-portage/portage-bashrc-mv: https://github.com/vaeth/mv-overlay/issues/3 (diff)
downloadmv-3049fa03c89562b423088981a6fb218e6860a6b5.tar.gz
mv-3049fa03c89562b423088981a6fb218e6860a6b5.tar.bz2
mv-3049fa03c89562b423088981a6fb218e6860a6b5.zip
app-text/lesspipe: Remove fork which was merged to main upstream
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lesspipe/Manifest2
-rw-r--r--app-text/lesspipe/lesspipe-1.84_alpha20170925.ebuild (renamed from app-text/lesspipe/lesspipe-1.84_alpha20170924.ebuild)5
-rw-r--r--app-text/lesspipe/lesspipe-99999999.ebuild5
3 files changed, 5 insertions, 7 deletions
diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index ec8008ce..f0d81ab8 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1,2 +1,2 @@
DIST lesspipe-1.83.tar.gz 115129 SHA256 d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e SHA512 c6418ac2bfc2dee9d32d56b0ea4a94954b1431db54fef8b67a9cf7d961cf4a23d87b2f41b2a4560d2333029c6d4ed5c6f399cb635f857bd43f1603993b5cb55d
-DIST lesspipe-1.84_alpha20170924.tar.gz 113433 SHA256 e5888c95aeb367eaf18a50825195529950c2a3c153ff8c0a360447768a6657cb SHA512 26694c089555026be6418b10300456b39e64f516a0fd4fc27ffb3a797a3ce7ae755fc54a666a549109c031b3f209b41c4c6533609102c7ea6b737a901451b452
+DIST lesspipe-1.84_alpha20170925.tar.gz 113774 SHA256 7b258c880c2d178f081bb9723dd02bf2b7de520ea350353dbbc7ff7765a255cc SHA512 b69b135b081ccc2ee44b14309dadf956494333218115b2aef374cd1a9d54301553c1ec2e984c95b6221ee8aba5baa7bec3cd2bbda47109290c00f77cdc87a8c4
diff --git a/app-text/lesspipe/lesspipe-1.84_alpha20170924.ebuild b/app-text/lesspipe/lesspipe-1.84_alpha20170925.ebuild
index 5b5b7438..8e0d9a4d 100644
--- a/app-text/lesspipe/lesspipe-1.84_alpha20170924.ebuild
+++ b/app-text/lesspipe/lesspipe-1.84_alpha20170925.ebuild
@@ -13,16 +13,15 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
case ${PV} in
9999*)
- #EGIT_REPO_URI="https://github.com/wofr06/${PN}.git"
+ EGIT_REPO_URI="https://github.com/wofr06/${PN}.git"
#EGIT_BRANCH="master"
- EGIT_REPO_URI="https://github.com/vaeth/${PN}.git"
EGIT_BRANCH="lesspipe"
inherit git-r3
SRC_URI=""
KEYWORDS="";;
*alpha*)
RESTRICT="mirror"
- EGIT_COMMIT="c6ade84e8015f2c43e478bc8fc069c39820ffb92"
+ EGIT_COMMIT="ec53ace944db4777e8e0f24e520b26c7cac48dc2"
SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
esac
diff --git a/app-text/lesspipe/lesspipe-99999999.ebuild b/app-text/lesspipe/lesspipe-99999999.ebuild
index 5b5b7438..8e0d9a4d 100644
--- a/app-text/lesspipe/lesspipe-99999999.ebuild
+++ b/app-text/lesspipe/lesspipe-99999999.ebuild
@@ -13,16 +13,15 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
case ${PV} in
9999*)
- #EGIT_REPO_URI="https://github.com/wofr06/${PN}.git"
+ EGIT_REPO_URI="https://github.com/wofr06/${PN}.git"
#EGIT_BRANCH="master"
- EGIT_REPO_URI="https://github.com/vaeth/${PN}.git"
EGIT_BRANCH="lesspipe"
inherit git-r3
SRC_URI=""
KEYWORDS="";;
*alpha*)
RESTRICT="mirror"
- EGIT_COMMIT="c6ade84e8015f2c43e478bc8fc069c39820ffb92"
+ EGIT_COMMIT="ec53ace944db4777e8e0f24e520b26c7cac48dc2"
SRC_URI="https://github.com/vaeth/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
esac