diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-03-13 16:44:15 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-03-13 16:44:15 +0000 |
commit | 0e002d9d31845443d5161388c0c43e7bed39228f (patch) | |
tree | a0ea6eb679f9059eda6928e6758411ed23946e0d /app-emacs/volume/volume-0.5.ebuild | |
parent | Added 0.3 and 0.3.1 ebuilds and removed 0.2 since it is no longer used. (diff) | |
download | gentoo-2-0e002d9d31845443d5161388c0c43e7bed39228f.tar.gz gentoo-2-0e002d9d31845443d5161388c0c43e7bed39228f.tar.bz2 gentoo-2-0e002d9d31845443d5161388c0c43e7bed39228f.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'app-emacs/volume/volume-0.5.ebuild')
-rw-r--r-- | app-emacs/volume/volume-0.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/volume/volume-0.5.ebuild b/app-emacs/volume/volume-0.5.ebuild new file mode 100644 index 000000000000..66fa1f790617 --- /dev/null +++ b/app-emacs/volume/volume-0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/volume/volume-0.5.ebuild,v 1.1 2006/03/13 16:44:15 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Tweak your sound card volume from Emacs" +HOMEPAGE="http://www.brockman.se/software/volume-el/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" + +# NOTE we might define the following which volume.el can work with by +# default, but volume.el can really work with anything. + +# RDEPEND="|| ( media-sound/aumixer media-sound/alsa-utils )" + +SITEFILE=50volume-gentoo.el |