diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-13 20:39:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-13 20:39:44 +0000 |
commit | bb76f25fb409488cda605be79f9b4a5faac97f5d (patch) | |
tree | 72d0c7ae2725aa6892d758f9906f2448b2d25577 /app-emacs | |
parent | alpha/ia64/sparc stable wrt #299749 (diff) | |
download | gentoo-2-bb76f25fb409488cda605be79f9b4a5faac97f5d.tar.gz gentoo-2-bb76f25fb409488cda605be79f9b4a5faac97f5d.tar.bz2 gentoo-2-bb76f25fb409488cda605be79f9b4a5faac97f5d.zip |
Fix LICENSE, this is free software according to notice in mpg123.el.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mpg123-el/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.52.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog index b706009f113a..4ea489bc5514 100644 --- a/app-emacs/mpg123-el/ChangeLog +++ b/app-emacs/mpg123-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/mpg123-el -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.24 2009/12/09 16:04:10 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.25 2010/01/13 20:39:44 ulm Exp $ + + 13 Jan 2010; Ulrich Mueller <ulm@gentoo.org> mpg123-el-1.52.ebuild: + Fix LICENSE, this is free software according to notice in mpg123.el. 09 Dec 2009; Christian Faulhammer <fauli@gentoo.org> -mpg123-el-1.51-r1.ebuild: diff --git a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild b/app-emacs/mpg123-el/mpg123-el-1.52.ebuild index ef03455eaf5c..ef2ab08de46c 100644 --- a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild +++ b/app-emacs/mpg123-el/mpg123-el-1.52.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild,v 1.3 2009/12/08 19:35:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild,v 1.4 2010/01/13 20:39:44 ulm Exp $ inherit elisp toolchain-funcs @@ -8,7 +8,7 @@ DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player" HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="freedist" +LICENSE="as-is" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="vorbis" |