summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2015-11-01 21:43:56 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2015-11-01 21:43:56 +0100
commit64ffbd8b7d3901d7c25bb71a49c64f082c2f646c (patch)
tree0571fbf2583b9cd3739f2dfa2cf859c6d748c819
parent3cbd8ffb673ad3fb4a3cda76f0b082cdea712c22 (diff)
Drop Gentoo instructions
Anton has stopped maintaining the rcm package for Gentoo, so remove mention of them. Thank you, Anton, for the work you had done, and best of luck to you in the future!
-rw-r--r--DEVELOPERS.md1
-rw-r--r--README.md20
2 files changed, 7 insertions, 14 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index e45df2d..288e5bf 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -56,7 +56,6 @@ Source packages go in the `deb-src` directory on the `gh-pages` branch.
5. Contact package maintainers:
-Gentoo Anton Ilin <anton@ilin.dn.ua> 0xCB2AA11FEB76CE36
OpenBSD Mike Burns <mike+openbsd@mike-burns.com> 0x3E6761F72846B014
openSUSE Andrei Dziahel <develop7@develop7.info> 0x58BA3FA4A49D76C2
Ubuntu Martin Frost <frost@ceri.se> 0x98624E2FE507FAF2
diff --git a/README.md b/README.md
index a13894a..c0bece1 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,10 @@ Arch Linux:
Debian-based:
- wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.3-1_all.deb
- sha=$(sha256sum rcm_1.2.3-1_all.deb | cut -f1 -d' ')
+ wget https://thoughtbot.github.io/rcm/debs/rcm_1.3.0-1_all.deb
+ sha=$(sha256sum rcm_1.3.0-1_all.deb | cut -f1 -d' ')
[ "$sha" = "fb8ec2611cd4d519965b66fcf950bd93d7593773659f83a8612053217daa38b4" ] && \
- sudo dpkg -i rcm_1.2.3-1_all.deb
-
-Gentoo-based (including Funtoo):
-
- sudo emerge layman
- sudo layman -f --overlays https://github.com/bronislav/overlays/raw/master/layman.xml --add bronislav
- sudo emerge rcm
+ sudo dpkg -i rcm_1.3.0-1_all.deb
OpenBSD (-current):
@@ -57,13 +51,13 @@ Elsewhere:
This uses the standard GNU autotools, so it's the normal dance:
- curl -LO https://thoughtbot.github.io/rcm/dist/rcm-1.2.3.tar.gz && \
+ curl -LO https://thoughtbot.github.io/rcm/dist/rcm-1.3.0.tar.gz && \
- sha=$(sha256 rcm-1.2.3.tar.gz | cut -f1 -d' ') && \
+ sha=$(sha256 rcm-1.3.0.tar.gz | cut -f1 -d' ') && \
[ "$sha" = "502fd44e567ed0cfd00fb89ccc257dac8d6eb5d003f121299b5294c01665973f" ] && \
- tar -xvf rcm-1.2.3.tar.gz && \
- cd rcm-1.2.3 && \
+ tar -xvf rcm-1.3.0.tar.gz && \
+ cd rcm-1.3.0 && \
./configure && \
make && \