summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-09-27 21:59:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-09-27 21:59:49 +0000
commit9e91bd55b745a0dff3653de4a97ed040d9963fd5 (patch)
tree596b9c41c84d951f53273380a005749fd4bb60c9
parentfe399a98f69fa34117beedeca6693d0e52a57f77 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
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
-rw-r--r--meta/meta-opie.oe1
-rw-r--r--meta/opie-collections.oe2
-rw-r--r--nonworking/python/python-pyx_0.6.oe0
-rw-r--r--opie-brightnessapplet/opie-brightnessapplet_cvs.oe0
-rw-r--r--python/python-pyx_0.6.oe14
5 files changed, 2 insertions, 15 deletions
diff --git a/meta/meta-opie.oe b/meta/meta-opie.oe
index 615698f0d9..bc5f8029ff 100644
--- a/meta/meta-opie.oe
+++ b/meta/meta-opie.oe
@@ -33,6 +33,7 @@ opie-aboutapplet \
opie-autorotateapplet \
opie-batteryapplet \
opie-bluetoothapplet \
+opie-brightnessapplet \
opie-cardmon \
opie-clipboardapplet \
opie-clockapplet \
diff --git a/meta/opie-collections.oe b/meta/opie-collections.oe
index 6ed6900b25..56ee11df6c 100644
--- a/meta/opie-collections.oe
+++ b/meta/opie-collections.oe
@@ -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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/python/python-pyx_0.6.oe
diff --git a/opie-brightnessapplet/opie-brightnessapplet_cvs.oe b/opie-brightnessapplet/opie-brightnessapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-brightnessapplet/opie-brightnessapplet_cvs.oe
diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe
deleted file mode 100644
index 8bdaedfc67..0000000000
--- a/python/python-pyx_0.6.oe
+++ /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