Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 21:59:49 +0000 (21:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 27 Sep 2004 21:59:49 +0000 (21:59 +0000)
into allanon.vanille.de:/usr/local/projects/packages

2004/09/27 22:54:03+02:00 vanille.de!mickeyl
move pthon-pyx to nonworking until someone adds kpsewhich-native

2004/09/27 22:53:11+02:00 vanille.de!mickeyl
add the shiny new opie-brightnessapplet

BKrev: 41588d55depBpnCZI9WEiC9GLpCu7w

meta/meta-opie.oe
meta/opie-collections.oe
nonworking/python/python-pyx_0.6.oe [new file with mode: 0644]
opie-brightnessapplet/opie-brightnessapplet_cvs.oe [new file with mode: 0644]
python/python-pyx_0.6.oe [deleted file]

index 615698f..bc5f802 100644 (file)
@@ -33,6 +33,7 @@ opie-aboutapplet \
 opie-autorotateapplet \
 opie-batteryapplet \
 opie-bluetoothapplet \
+opie-brightnessapplet \
 opie-cardmon \
 opie-clipboardapplet \
 opie-clockapplet \
index 6ed6900..56ee11d 100644 (file)
@@ -25,7 +25,7 @@ OPIE_LIBS_RDEPENDS_append_tosa     = " qpf-bitstream-vera-large"
 OPIE_BASE_APPLETS = "opie-aboutapplet opie-clockapplet opie-logoutapplet \
                      opie-suspendapplet opie-batteryapplet opie-homeapplet \
                      opie-multikeyapplet opie-rotateapplet opie-vtapplet \
-                     opie-cardmon opie-irdaapplet"
+                     opie-cardmon opie-irdaapplet opie-brightnessapplet"
 
 OPIE_BASE_INPUTMETHODS = "opie-multikey opie-handwriting opie-pickboard"
 
diff --git a/nonworking/python/python-pyx_0.6.oe b/nonworking/python/python-pyx_0.6.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opie-brightnessapplet/opie-brightnessapplet_cvs.oe b/opie-brightnessapplet/opie-brightnessapplet_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe
deleted file mode 100644 (file)
index 8bdaedf..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "PyX is a Python package for the creation of encapsulated PostScript figures. \
-It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like \
-2d and 3d plots in publication-ready quality are built out of these primitives."
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core"
-DEPENDS = "kpsewhich-native"
-SRCNAME = "PyX"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils