summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-05-10 12:07:56 +0000
committerDan Armak <danarmak@gentoo.org>2002-05-10 12:07:56 +0000
commita4f1865264fe06eb03e774856ab7be8e6c29854e (patch)
treee5f3bd2c5796f795212dbbd1c0c7b91b008bee8e /kde-base
parentinitial kde children/parents commit (kdetoys and kdedmin). everything is masked. (diff)
downloadhistorical-a4f1865264fe06eb03e774856ab7be8e6c29854e.tar.gz
historical-a4f1865264fe06eb03e774856ab7be8e6c29854e.tar.bz2
historical-a4f1865264fe06eb03e774856ab7be8e6c29854e.zip
initial kde children/parents commit (kdetoys and kdedmin). everything is masked.
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.0-r11
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0-r1.ebuild27
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.ebuild16
-rw-r--r--kde-base/kdetoys/files/digest-kdetoys-3.0-r11
-rw-r--r--kde-base/kdetoys/kdetoys-3.0-r1.ebuild29
-rw-r--r--kde-base/kdetoys/kdetoys-3.0.ebuild5
6 files changed, 65 insertions, 14 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0-r1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.0-r1
new file mode 100644
index 000000000000..902ce5f14a54
--- /dev/null
+++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.0-r1
@@ -0,0 +1 @@
+MD5 2536d4331179b639d121343bc5c4db0c kdeadmin-3.0.tar.bz2 1265073
diff --git a/kde-base/kdeadmin/kdeadmin-3.0-r1.ebuild b/kde-base/kdeadmin/kdeadmin-3.0-r1.ebuild
new file mode 100644
index 000000000000..288964132d55
--- /dev/null
+++ b/kde-base/kdeadmin/kdeadmin-3.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Dan Armak <danarmak@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0-r1.ebuild,v 1.1 2002/05/10 12:07:56 danarmak Exp $
+. /usr/portage/eclass/inherit.eclass || die
+
+CHILDREN="
+~app-admin/kcmlinuz-0.0.0
+~app-admin/kcron-3.0
+~app-arch/kdat-2.0.1
+~app-arch/kpackage-3.0
+~app-admin/ksysv-1.3.8
+~app-admin/kuser-1.0
+~app-admin/kwuftpd-0.2.0
+~app-admin/lilo-config-0.0.0
+~app-admin/secpolicy-0.0.1"
+
+PN=kdeadmin
+PV=3.0
+P=$PN-$PV
+
+inherit kde-dist kde-parent
+
+DESCRIPTION="${DESCRIPTION}Administration"
+
+
+
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.ebuild
index 01875a2228fa..d710c5fa0e7c 100644
--- a/kde-base/kdeadmin/kdeadmin-3.0.ebuild
+++ b/kde-base/kdeadmin/kdeadmin-3.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.ebuild,v 1.1 2002/04/03 18:14:06 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.ebuild,v 1.2 2002/05/10 12:07:56 danarmak Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -11,16 +11,6 @@ newdepend ">=app-arch/rpm-3.0.5
dev-libs/popt
pam? ( >=sys-libs/pam-0.72 )"
-src_compile() {
-
- kde_src_compile myconf
-
- use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
- myconf="$myconf --with-rpm"
-
- kde_src_compile configure make
-
-}
-
-
+use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
+myconf="$myconf --with-rpm"
diff --git a/kde-base/kdetoys/files/digest-kdetoys-3.0-r1 b/kde-base/kdetoys/files/digest-kdetoys-3.0-r1
new file mode 100644
index 000000000000..318f8bbbdb66
--- /dev/null
+++ b/kde-base/kdetoys/files/digest-kdetoys-3.0-r1
@@ -0,0 +1 @@
+MD5 d33d9a250839e665a049113ab27b6e45 kdetoys-3.0.tar.bz2 1413721
diff --git a/kde-base/kdetoys/kdetoys-3.0-r1.ebuild b/kde-base/kdetoys/kdetoys-3.0-r1.ebuild
new file mode 100644
index 000000000000..f8ecf797e52e
--- /dev/null
+++ b/kde-base/kdetoys/kdetoys-3.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Dan Armak <danarmak@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.0-r1.ebuild,v 1.1 2002/05/10 12:07:56 danarmak Exp $
+. /usr/portage/eclass/inherit.eclass || die
+CHILDREN="~app-misc/amor-2.2
+ ~app-misc/kmoon-1.0
+ ~app-misc/eyesapplet-1.0.0
+ ~app-misc/fifteenapplet-1.0.0
+ ~app-misc/kaphorism-3.0
+ ~app-misc/kmoon-1.0
+ ~app-misc/kodo-3.2
+ ~app-misc/kteatime-0.0.1
+ ~app-misc/ktux-1.0.0
+ ~app-misc/kweather-1.0.0
+ ~app-misc/kworldwatch-1.5"
+
+# disabled by default:
+# ~app-misc/kfortune-0.1
+# ~app-misc/kscore-0.1.0
+PN=kdetoys
+PV=3.0
+P=$PN-$PV
+inherit kde-dist kde-parent
+
+DESCRIPTION="${DESCRIPTION}Toys"
+
+
+
diff --git a/kde-base/kdetoys/kdetoys-3.0.ebuild b/kde-base/kdetoys/kdetoys-3.0.ebuild
index d0fa1ef8e91d..70c8e516e7dd 100644
--- a/kde-base/kdetoys/kdetoys-3.0.ebuild
+++ b/kde-base/kdetoys/kdetoys-3.0.ebuild
@@ -1,8 +1,11 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.0.ebuild,v 1.1 2002/04/03 18:14:07 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-3.0.ebuild,v 1.2 2002/05/10 12:07:56 danarmak Exp $
. /usr/portage/eclass/inherit.eclass || die
+
inherit kde-dist
DESCRIPTION="${DESCRIPTION}Toys"
+
+