diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-27 16:02:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-27 16:02:15 +0000 |
commit | ad6bb721ae7d917c21d35e18a9865ef69739b7e3 (patch) | |
tree | 3a3db40038eaf72254db8ce20325e6b566c4b01e /app-emacs/volume | |
parent | Initial commit, ebuild by me. (diff) | |
download | gentoo-2-ad6bb721ae7d917c21d35e18a9865ef69739b7e3.tar.gz gentoo-2-ad6bb721ae7d917c21d35e18a9865ef69739b7e3.tar.bz2 gentoo-2-ad6bb721ae7d917c21d35e18a9865ef69739b7e3.zip |
Version bump. Upstream doesn't assign version numbers anymore.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/volume')
-rw-r--r-- | app-emacs/volume/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/volume/volume-20070510.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-emacs/volume/ChangeLog b/app-emacs/volume/ChangeLog index c8b0a596bd6a..61e35a8f7130 100644 --- a/app-emacs/volume/ChangeLog +++ b/app-emacs/volume/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/volume # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/volume/ChangeLog,v 1.4 2008/06/25 19:44:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/volume/ChangeLog,v 1.5 2008/06/27 16:02:15 ulm Exp $ + +*volume-20070510 (27 Jun 2008) + + 27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> +volume-20070510.ebuild: + Version bump. Upstream doesn't assign version numbers anymore. 25 Jun 2008; nixnut <nixnut@gentoo.org> volume-0.5.ebuild: Stable on ppc wrt bug 229019 diff --git a/app-emacs/volume/volume-20070510.ebuild b/app-emacs/volume/volume-20070510.ebuild new file mode 100644 index 000000000000..620816734dbe --- /dev/null +++ b/app-emacs/volume/volume-20070510.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/volume/volume-20070510.ebuild,v 1.1 2008/06/27 16:02:15 ulm Exp $ + +inherit elisp + +DESCRIPTION="Tweak your sound card volume from Emacs" +HOMEPAGE="http://www.brockman.se/software/volume-el/" +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +# 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=50${PN}-gentoo.el |