From 2b03ceae82a59a0ff0c0a1eceab5c4855cb80f3c Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 30 May 2012 15:28:50 -0700 Subject: [PATCH] beets is now in Gentoo Portage --- docs/guides/main.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 56e2262a0..3a9ba2f7e 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -25,10 +25,9 @@ You will need Python. (Beets is written for `Python 2.7`_, but it works with * For **Arch Linux**, try getting `beets from AUR`_. (There's also a bleeding-edge `dev package`_, which will probably set your computer on fire.) -* For **Gentoo Linux**, there are a couple of overlays that include beets. `One - by vh4x0r`_ includes a development ebuild and `one by syranez`_ includes the - released version. Eventually, beets may eventually get `added to the official - Portage tree`_. +* For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run + ``emerge beets`` to install. There are several USE flags available for + optional plugin dependencies. .. _beets from AUR: http://aur.archlinux.org/packages.php?ID=39577 .. _dev package: http://aur.archlinux.org/packages.php?ID=48617 @@ -36,7 +35,6 @@ You will need Python. (Beets is written for `Python 2.7`_, but it works with .. _Ubuntu details: https://launchpad.net/ubuntu/+source/beets .. _One by vh4x0r: https://github.com/vh4x0r/apokolips .. _one by syranez: https://github.com/syranez/gentoo -.. _added to the official portage tree: http://www.gentoo.org/doc/en/ebuild-submit.xml If you have `pip`_, just say ``pip install beets`` (you might need ``sudo`` in front of that). On Arch, you'll need to use ``pip2`` instead of ``pip``.