summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 10:14:41 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 10:14:41 +0000
commit06b73af769fa91ca1e4183af479438603318049a (patch)
tree6c0ad0d0b4cb2a0e7d5c38075f8cfc76a007e25b /x11-plugins/wmix
parent(no commit message) (diff)
downloadgentoo-2-import-1.1.1.tar.gz
gentoo-2-import-1.1.1.tar.bz2
gentoo-2-import-1.1.1.zip
*** empty log message ***import-1.1.1
Diffstat (limited to 'x11-plugins/wmix')
-rw-r--r--x11-plugins/wmix/ChangeLog35
-rw-r--r--x11-plugins/wmix/Manifest6
-rw-r--r--x11-plugins/wmix/metadata.xml2
-rw-r--r--x11-plugins/wmix/wmix-3.1-r1.ebuild6
4 files changed, 42 insertions, 7 deletions
diff --git a/x11-plugins/wmix/ChangeLog b/x11-plugins/wmix/ChangeLog
index f4df764b6f1a..5d6912f7c079 100644
--- a/x11-plugins/wmix/ChangeLog
+++ b/x11-plugins/wmix/ChangeLog
@@ -1,6 +1,37 @@
# ChangeLog for x11-plugins/wmix
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.1 2002/09/16 16:20:23 raker Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.1.1.1 2005/11/30 10:10:54 chriswhite Exp $
+
+ 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmix-3.1-r1.ebuild:
+ Removed COPYING and INSTALL from dodoc.
+
+*wmix-3.1-r1 (19 Jul 2004)
+
+ 19 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmix-3.1-r1.ebuild:
+ New ebuild with patch to correct version number, plus new fixed and
+ updated man page. Fixes #56270, reported by Jan Rychter.
+ wmix-3.1.ebuild:
+ Remove old ebuild.
+
+ 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmix-3.0-1.ebuild:
+ Removing old ebuild, it doesn't work on 2.6 kernels...
+
+ 06 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmix-3.1.ebuild:
+ Stable on x86.
+
+*wmix-3.1 (03 Jul 2004)
+
+ 03 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmix-3.1.ebuild:
+ Version Bump.
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmix-3.0-r1.ebuild:
+ add sed-4 dep
+
+ 08 Jun 2004; David Holm <dholm@gentoo.org> wmix-3.0-r1.ebuild:
+ Added to ~ppc.
+
+ 03 Oct 2003; Jason Wever <weeve@gentoo.org> wmix-3.0-r1.ebuild:
+ Added ~sparc keyword.
*wmix-3.0-r1 (1 Feb 2002)
diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest
index e69de29bb2d1..ac246462d6f7 100644
--- a/x11-plugins/wmix/Manifest
+++ b/x11-plugins/wmix/Manifest
@@ -0,0 +1,6 @@
+MD5 1dca4cbec3e5388fab6d296deae2c15a wmix-3.1-r1.ebuild 916
+MD5 ea8ce41ec251d39bf3be80ab679622b7 ChangeLog 1725
+MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 781977617f85fb58342bc62e24baa6f2 files/fix-wmix-3.1-version-number.patch 277
+MD5 e8c2db20d30dd92cc219e4364aaf7830 files/wmix.1 1969
+MD5 ad16349941063942ee420bd1937e8ad0 files/digest-wmix-3.1-r1 59
diff --git a/x11-plugins/wmix/metadata.xml b/x11-plugins/wmix/metadata.xml
index f92079b5e391..b1a9efc4f2f0 100644
--- a/x11-plugins/wmix/metadata.xml
+++ b/x11-plugins/wmix/metadata.xml
@@ -1,5 +1,3 @@
- * Generated metadata.xml:
-
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
diff --git a/x11-plugins/wmix/wmix-3.1-r1.ebuild b/x11-plugins/wmix/wmix-3.1-r1.ebuild
index d7134301e813..d710d6b2d7a8 100644
--- a/x11-plugins/wmix/wmix-3.1-r1.ebuild
+++ b/x11-plugins/wmix/wmix-3.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.1-r1.ebuild,v 1.1 2004/07/19 09:22:11 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.1-r1.ebuild,v 1.1.1.1 2005/11/30 10:10:54 chriswhite Exp $
inherit eutils
@@ -38,5 +38,5 @@ src_install ()
# Original manpage does not work, we provide a fixed (and updated) one
doman ${FILESDIR}/wmix.1
- dodoc README COPYING INSTALL NEWS BUGS AUTHORS sample.wmixrc
+ dodoc README NEWS BUGS AUTHORS sample.wmixrc
}