diff options
author | 2005-06-20 00:21:55 +0000 | |
---|---|---|
committer | 2005-06-20 00:21:55 +0000 | |
commit | 7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f (patch) | |
tree | c90542164809b5bba5c041d9c70f3ef50d4d7a7b /x11-misc | |
parent | stable x86 and added metadata (diff) | |
download | historical-7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f.tar.gz historical-7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f.tar.bz2 historical-7c9177f8cb7dce626c1839ed5bcf7c13eebfb61f.zip |
stable x86
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/vnc2swf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/vnc2swf/files/digest-vnc2swf-0.4.2 | 1 | ||||
-rw-r--r-- | x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild | 21 | ||||
-rw-r--r-- | x11-misc/wayv/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/wayv/files/digest-wayv-0.2 | 1 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.2.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/wayv/wayv-0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 4 |
10 files changed, 20 insertions, 62 deletions
diff --git a/x11-misc/vnc2swf/ChangeLog b/x11-misc/vnc2swf/ChangeLog index a18a6e60d606..0b6d294eb958 100644 --- a/x11-misc/vnc2swf/ChangeLog +++ b/x11-misc/vnc2swf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/vnc2swf # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.10 2005/02/13 05:52:57 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.11 2005/06/20 00:15:41 smithj Exp $ + + 20 Jun 2005; Jonathan Smith <smithj@gentoo.org> -vnc2swf-0.4.2.ebuild, + vnc2swf-0.4.2-r1.ebuild: + stable x86 12 Feb 2005; Scott W Taylor <swtaylor@gentoo.org> vnc2swf-0.4.2-r1.ebuild: was downgrading ming due to = dependancy diff --git a/x11-misc/vnc2swf/files/digest-vnc2swf-0.4.2 b/x11-misc/vnc2swf/files/digest-vnc2swf-0.4.2 deleted file mode 100644 index d490cf59b1a9..000000000000 --- a/x11-misc/vnc2swf/files/digest-vnc2swf-0.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 57a61191010a15cbbf8d0e3a3ec4ca11 vnc2swf-0.4.2.tar.gz 477110 diff --git a/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild b/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild index 3d07e1dade3d..934462addad0 100644 --- a/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild +++ b/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild,v 1.2 2005/02/13 05:52:57 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2-r1.ebuild,v 1.3 2005/06/20 00:15:41 smithj Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86 ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="x11vnc" DEPEND=">=media-libs/ming-0.2a diff --git a/x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild b/x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild deleted file mode 100644 index cee5f3f7a5ca..000000000000 --- a/x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.4.2.ebuild,v 1.2 2005/02/06 18:05:16 fserb Exp $ - -DESCRIPTION="A tool for recording Shock wave Flash movies from vnc sessions" -HOMEPAGE="http://www.unixuser.org/~euske/vnc2swf" -SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND=">=media-libs/ming-0.2a - virtual/libc - virtual/x11" - -src_install() { - dobin vnc2swf || die "Install Failed" - dodoc README TODO -} diff --git a/x11-misc/wayv/ChangeLog b/x11-misc/wayv/ChangeLog index 36ca7f3f452e..d8721eb229c3 100644 --- a/x11-misc/wayv/ChangeLog +++ b/x11-misc/wayv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wayv # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.10 2005/05/23 00:37:12 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.11 2005/06/20 00:19:41 smithj Exp $ + + 20 Jun 2005; Jonathan Smith <smithj@gentoo.org> -wayv-0.2.ebuild, + wayv-0.3-r1.ebuild: + stable x86 *wayv-0.3-r1 (22 May 2005) diff --git a/x11-misc/wayv/files/digest-wayv-0.2 b/x11-misc/wayv/files/digest-wayv-0.2 deleted file mode 100644 index 47315ee7cab3..000000000000 --- a/x11-misc/wayv/files/digest-wayv-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 125d6e15ff225a44a5ca242e259e9c26 wayv.0.2.tar.gz 115851 diff --git a/x11-misc/wayv/wayv-0.2.ebuild b/x11-misc/wayv/wayv-0.2.ebuild deleted file mode 100644 index 16d5a6eacfab..000000000000 --- a/x11-misc/wayv/wayv-0.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.2.ebuild,v 1.7 2005/05/08 20:11:45 wormo Exp $ - -PKG=${P/-0.2/.0.2} -MY_P=${P/-0.2} - -DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" -HOMEPAGE="http://www.stressbunny.com/wayv" -SRC_URI="http://cvs.gentoo.org/~zhen/${PKG}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/x11 virtual/libc" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -src_compile() { - - econf || die - emake || die -} - -src_install() { - - einstall || die -} diff --git a/x11-misc/wayv/wayv-0.3-r1.ebuild b/x11-misc/wayv/wayv-0.3-r1.ebuild index 370c21bbcaa4..c3047c613888 100644 --- a/x11-misc/wayv/wayv-0.3-r1.ebuild +++ b/x11-misc/wayv/wayv-0.3-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.1 2005/05/23 00:37:12 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.2 2005/06/20 00:19:41 smithj Exp $ DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X" HOMEPAGE="http://www.stressbunny.com/wayv" SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/x11 virtual/libc" diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index 41d90856bd86..a2422e448f48 100644 --- a/x11-misc/wininfo/ChangeLog +++ b/x11-misc/wininfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wininfo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.2 2005/06/15 14:16:33 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.3 2005/06/20 00:21:55 smithj Exp $ + + 20 Jun 2005; Jonathan Smith <smithj@gentoo.org> wininfo-0.7.ebuild: + stable x86 15 Jun 2005; Jonathan Smith <smithj@gentoo.org> wininfo-0.7.ebuild: fixed src_uri for #90152 diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index cf0a7d25d456..eadbd0cf08e2 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.3 2005/06/15 14:16:33 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.4 2005/06/20 00:21:55 smithj Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://freedesktop.org/Software/wininfo" SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/x11 >=x11-libs/gtk+-2" |