summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-05-16 20:43:30 +0000
committerDominik Stadler <centic@gentoo.org>2004-05-16 20:43:30 +0000
commite8a21eb9f4a357f8e8000bf27d9d44eca54b9ca5 (patch)
tree87b8a541de6559f8093701af04f01a888113b274 /dev-util/umbrello
parentAdd IUSE. (diff)
downloadhistorical-e8a21eb9f4a357f8e8000bf27d9d44eca54b9ca5.tar.gz
historical-e8a21eb9f4a357f8e8000bf27d9d44eca54b9ca5.tar.bz2
historical-e8a21eb9f4a357f8e8000bf27d9d44eca54b9ca5.zip
Add IUSE and SLOT.
Diffstat (limited to 'dev-util/umbrello')
-rw-r--r--dev-util/umbrello/ChangeLog5
-rw-r--r--dev-util/umbrello/Manifest4
-rw-r--r--dev-util/umbrello/umbrello-1.1.1.ebuild8
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-util/umbrello/ChangeLog b/dev-util/umbrello/ChangeLog
index fd0adeaf0947..04048dcf22c8 100644
--- a/dev-util/umbrello/ChangeLog
+++ b/dev-util/umbrello/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/umbrello
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/umbrello/ChangeLog,v 1.7 2004/01/29 03:14:12 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umbrello/ChangeLog,v 1.8 2004/05/16 20:43:30 centic Exp $
+
+ 16 May 2004; Dominik Stadler <centic@gentoo.org> umbrello-1.1.1.ebuild:
+ Add IUSE and SLOT
28 Jan 2004; Brad House <brad_mssw@gentoo.org> umbrello-1.1.1.ebuild:
mark stable on amd64
diff --git a/dev-util/umbrello/Manifest b/dev-util/umbrello/Manifest
index 0a7a71fd098f..a8b8004bd614 100644
--- a/dev-util/umbrello/Manifest
+++ b/dev-util/umbrello/Manifest
@@ -1,4 +1,4 @@
-MD5 c9b6b20e3895d50d60fd129acc1517e7 ChangeLog 1062
-MD5 448a8d53a25a499812590acbb412c9ae umbrello-1.1.1.ebuild 658
+MD5 b7fe6f7e43a5c9f8f6a32add88bcd25f ChangeLog 1154
MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163
+MD5 74d26e69ccfeabe984fa600177f94d1d umbrello-1.1.1.ebuild 674
MD5 6a99a15ef376649244a880c7bfb7df9a files/digest-umbrello-1.1.1 68
diff --git a/dev-util/umbrello/umbrello-1.1.1.ebuild b/dev-util/umbrello/umbrello-1.1.1.ebuild
index 33d463e1e39a..850fd9db1252 100644
--- a/dev-util/umbrello/umbrello-1.1.1.ebuild
+++ b/dev-util/umbrello/umbrello-1.1.1.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/umbrello/umbrello-1.1.1.ebuild,v 1.6 2004/01/29 03:14:12 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/umbrello/umbrello-1.1.1.ebuild,v 1.7 2004/05/16 20:43:30 centic Exp $
+
inherit kde
+need-kde 3
# This project was formerly known as simply 'uml', and there were ebuilds under dev-util/uml
# it is also included in kdesdk-3.2.*
@@ -10,13 +12,15 @@ DESCRIPTION="KDE UML Drawing Utility"
SRC_URI="mirror://sourceforge/uml/${P}.tar.bz2"
HOMEPAGE="http://uml.sourceforge.net"
+SLOT="0"
+IUSE=""
+
LICENSE="GPL-2"
KEYWORDS="x86 amd64"
#do our own dependencies
NEED_KDE_DONT_ADD_KDELIBS_DEP=1
-need-kde 3
DEPEND=">=kde-base/kdebase-3
sys-devel/flex"