summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2003-04-02 14:05:06 +0000
committerDan Armak <danarmak@gentoo.org>2003-04-02 14:05:06 +0000
commit71d6332bb0bcecd157213fc537430e0979671f4a (patch)
treeba9a50e3f799893c8cc24f066b1155d60cebaa83 /dev-util
parentAdded stable sparc keyword (diff)
downloadgentoo-2-71d6332bb0bcecd157213fc537430e0979671f4a.tar.gz
gentoo-2-71d6332bb0bcecd157213fc537430e0979671f4a.tar.bz2
gentoo-2-71d6332bb0bcecd157213fc537430e0979671f4a.zip
now known as dev-util/umbrello
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/uml/ChangeLog28
-rw-r--r--dev-util/uml/files/digest-uml-1.0.31
-rw-r--r--dev-util/uml/files/digest-uml-1.0.3.200207301
-rw-r--r--dev-util/uml/uml-1.0.3.20020730.ebuild17
-rw-r--r--dev-util/uml/uml-1.0.3.ebuild23
5 files changed, 0 insertions, 70 deletions
diff --git a/dev-util/uml/ChangeLog b/dev-util/uml/ChangeLog
deleted file mode 100644
index f56708430ab9..000000000000
--- a/dev-util/uml/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for dev-util/uml
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/ChangeLog,v 1.6 2003/02/12 06:47:17 vapier Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
- 25 Oct 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
-
- This project has been renamed upstream to 'Umbrello UML Modeller', and
- now has tarballs named umbrello-ver.tar.bz2, etc. Accordingly, you can
- now find the latest ebuilds under dev-util/umbrello.
-
-*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)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/dev-util/uml/files/digest-uml-1.0.3 b/dev-util/uml/files/digest-uml-1.0.3
deleted file mode 100644
index 8319b328b7a6..000000000000
--- a/dev-util/uml/files/digest-uml-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e8090aa59585611aba9af2fdda3eeb22 uml-1.0.3-1.tar.gz 783519
diff --git a/dev-util/uml/files/digest-uml-1.0.3.20020730 b/dev-util/uml/files/digest-uml-1.0.3.20020730
deleted file mode 100644
index d5cbc38a457a..000000000000
--- a/dev-util/uml/files/digest-uml-1.0.3.20020730
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index d0468a186daa..000000000000
--- a/dev-util/uml/uml-1.0.3.20020730.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.20020730.ebuild,v 1.7 2003/02/13 12:02:32 vapier Exp $
-inherit kde-base
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="KDE UML Drawing Utility"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-HOMEPAGE="http://uml.sourceforge.net"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-newdepend ">=kde-base/kdebase-3 virtual/glibc"
-
-need-kde 3
-
diff --git a/dev-util/uml/uml-1.0.3.ebuild b/dev-util/uml/uml-1.0.3.ebuild
deleted file mode 100644
index 555791cb46d2..000000000000
--- a/dev-util/uml/uml-1.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uml/uml-1.0.3.ebuild,v 1.10 2003/02/13 12:02:37 vapier Exp $
-
-inherit kde-base
-
-DESCRIPTION="KDE 2.2 UML Drawing Utility"
-SRC_URI="mirror://sourceforge/uml/${P}-1.tar.gz"
-HOMEPAGE="http://uml.sourceforge.net"
-
-
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-newdepend ">=kde-base/kdebase-2.2"
-
-need-kde 2.2
-
-src_compile() {
- kde_src_compile myconf
- myconf="${myconf} --mandir=${D}/usr/share/man"
- kde_src_compile configure make
-}