summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-30 12:27:31 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-30 12:27:31 +0000
commitd70ab7f9adbc674ae9c49b72e3ed08cafff866fe (patch)
tree942686d82f086ce3eacb9696b9cc007dec940eaf /dev-util
parentrev up pilot-link dep to >=0.11.1-r1 to get the new bugfix (diff)
downloadhistorical-d70ab7f9adbc674ae9c49b72e3ed08cafff866fe.tar.gz
historical-d70ab7f9adbc674ae9c49b72e3ed08cafff866fe.tar.bz2
historical-d70ab7f9adbc674ae9c49b72e3ed08cafff866fe.zip
A CVS snapshot from 30/07/2002 that builds with kde3 and fixes the gcc3 compile problems. Closes bug #5274.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/uml/ChangeLog9
-rw-r--r--dev-util/uml/files/digest-uml-1.0.3.200207301
-rw-r--r--dev-util/uml/uml-1.0.3.20020730.ebuild14
3 files changed, 23 insertions, 1 deletions
diff --git a/dev-util/uml/ChangeLog b/dev-util/uml/ChangeLog
index 21232af44c33..4897474441ef 100644
--- a/dev-util/uml/ChangeLog
+++ b/dev-util/uml/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/uml
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/ChangeLog,v 1.1 2002/02/01 21:53:29 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/ChangeLog,v 1.2 2002/07/30 12:27:31 danarmak Exp $
+
+*uml-1.0.3.20020730 (30 Jul 2002)
+
+ 30 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ A CVS snapshot from 30/07/2002 that builds with kde3 and fixes the gcc3
+ compile problems. Closes bug #5274.
*uml-1.0.1-r1 (1 Feb 2002)
diff --git a/dev-util/uml/files/digest-uml-1.0.3.20020730 b/dev-util/uml/files/digest-uml-1.0.3.20020730
new file mode 100644
index 000000000000..d5cbc38a457a
--- /dev/null
+++ b/dev-util/uml/files/digest-uml-1.0.3.20020730
@@ -0,0 +1 @@
+MD5 b7ed86e7baa5a78d57c4eee1e46e0c5c uml-1.0.3.20020730.tar.bz2 1119694
diff --git a/dev-util/uml/uml-1.0.3.20020730.ebuild b/dev-util/uml/uml-1.0.3.20020730.ebuild
new file mode 100644
index 000000000000..0bfd7dae5cca
--- /dev/null
+++ b/dev-util/uml/uml-1.0.3.20020730.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.20020730.ebuild,v 1.1 2002/07/30 12:27:31 danarmak Exp $
+inherit kde-base
+
+DESCRIPTION="KDE UML Drawing Utility"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+HOMEPAGE="http://uml.sourceforge.net"
+S=$WORKDIR/uml
+
+newdepend ">=kde-base/kdebase-3 virtual/glibc"
+
+need-kde 3
+