diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-10-10 12:29:31 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-10-10 12:29:31 +0000 |
commit | 2eaffcd93ccae79c97be1992723d2b2bcc32640c (patch) | |
tree | 8372d3fd01d7554c0d216c7557e1b9bf2a3b79dd /x11-plugins | |
parent | Cleanup of old, unsupported versions. (diff) | |
download | gentoo-2-2eaffcd93ccae79c97be1992723d2b2bcc32640c.tar.gz gentoo-2-2eaffcd93ccae79c97be1992723d2b2bcc32640c.tar.bz2 gentoo-2-2eaffcd93ccae79c97be1992723d2b2bcc32640c.zip |
Version bump with new homepage
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmix/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmix/wmix-3.2.ebuild (renamed from x11-plugins/wmix/wmix-3.1-r2.ebuild) | 18 |
2 files changed, 15 insertions, 13 deletions
diff --git a/x11-plugins/wmix/ChangeLog b/x11-plugins/wmix/ChangeLog index eb759ae70fd7..6463f4ea7d7d 100644 --- a/x11-plugins/wmix/ChangeLog +++ b/x11-plugins/wmix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmix -# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.20 2010/02/23 11:01:31 s4t4n Exp $ +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.21 2014/10/10 12:29:31 voyageur Exp $ + +*wmix-3.2 (10 Oct 2014) + + 10 Oct 2014; Bernard Cafarelli <voyageur@gentoo.org> -wmix-3.1-r2.ebuild, + +wmix-3.2.ebuild: + Version bump with new homepage *wmix-3.1-r1 (19 Jul 2004) diff --git a/x11-plugins/wmix/wmix-3.1-r2.ebuild b/x11-plugins/wmix/wmix-3.2.ebuild index 4227b35e31e5..be301008239c 100644 --- a/x11-plugins/wmix/wmix-3.1-r2.ebuild +++ b/x11-plugins/wmix/wmix-3.2.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.1-r2.ebuild,v 1.1 2010/02/23 11:01:31 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.2.ebuild,v 1.1 2014/10/10 12:29:31 voyageur Exp $ +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Dockapp mixer for OSS or ALSA" -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" +HOMEPAGE="http://windowmaker.org/dockapps/?name=wmix" +SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -20,16 +21,11 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xextproto" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/fix-wmix-3.1-version-number.patch - epatch "${FILESDIR}"/wmix-fix-free.patch -} +S=${WORKDIR}/dockapps src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" || die "emake failed." + LDFLAGS="${LDFLAGS}" } src_install() { |