summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2003-07-16 19:43:36 +0000
committerDon Seiler <rizzo@gentoo.org>2003-07-16 19:43:36 +0000
commite96a4dd80bcb882b9f0b74e70668095ec93244cd (patch)
treedabe8487f24f7b6d9319f6916bcb4dd10acf8911 /app-editors/xxe
parentInitial import (diff)
downloadgentoo-2-e96a4dd80bcb882b9f0b74e70668095ec93244cd.tar.gz
gentoo-2-e96a4dd80bcb882b9f0b74e70668095ec93244cd.tar.bz2
gentoo-2-e96a4dd80bcb882b9f0b74e70668095ec93244cd.zip
fixing missing RESTRICT
Diffstat (limited to 'app-editors/xxe')
-rw-r--r--app-editors/xxe/ChangeLog5
-rw-r--r--app-editors/xxe/Manifest4
-rw-r--r--app-editors/xxe/xxe-2.3_p1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog
index a261cb4e7873..a444e7f0752a 100644
--- a/app-editors/xxe/ChangeLog
+++ b/app-editors/xxe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xxe
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.1 2003/07/16 19:35:59 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.2 2003/07/16 19:43:31 rizzo Exp $
+
+ 16 Jul 2003; Don Seiler <rizzo@gentoo.org>; xxe-2.3_p1.ebuild:
+ fixing missing RESTRICT
*xxe-2.3_p1 (16 Jul 2003)
diff --git a/app-editors/xxe/Manifest b/app-editors/xxe/Manifest
index 0b3798d70d46..f2e9138d9526 100644
--- a/app-editors/xxe/Manifest
+++ b/app-editors/xxe/Manifest
@@ -1,3 +1,3 @@
-MD5 dfdcab796d02e258a6b20fe0b195edd2 xxe-2.3_p1.ebuild 865
-MD5 c921e7d17deb0b69fd3d5031fe45108b ChangeLog 339
+MD5 7d0032e2810f3a1ab8e9267dd06ec1e1 xxe-2.3_p1.ebuild 874
+MD5 8cd47cb54f2fd8f510436ea0b44221fb ChangeLog 431
MD5 c4f1bbc41d54ea610234e1a6ad69df11 files/digest-xxe-2.3_p1 65
diff --git a/app-editors/xxe/xxe-2.3_p1.ebuild b/app-editors/xxe/xxe-2.3_p1.ebuild
index f5234c6a549a..5d3ea6d03b0e 100644
--- a/app-editors/xxe/xxe-2.3_p1.ebuild
+++ b/app-editors/xxe/xxe-2.3_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.3_p1.ebuild,v 1.1 2003/07/16 19:35:59 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.3_p1.ebuild,v 1.2 2003/07/16 19:43:31 rizzo Exp $
S="${WORKDIR}/xxe-std-23p1"
DESCRIPTION="Java-based XML Editor"
@@ -12,7 +12,7 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86"
-RESTRICT="nostrip"
+RESTRICT="nostrip nomirror"
RDEPEND=">=virtual/jdk-1.4.1"
DEPEND=""
INSTALLDIR=/opt/xxe