summaryrefslogtreecommitdiff
path: root/packages/xinerama
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-01 17:59:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-01 17:59:53 +0000
commit34db4ff998f2ca4831b0213f7d9eba9a81af2a90 (patch)
tree77e5cbbff4c8d0cbd52c6fe1a6915ae17875b1bb /packages/xinerama
parentce789dd71ea9a3654986177a5ccdd9fec544a630 (diff)
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/xinerama')
-rw-r--r--packages/xinerama/.mtn2git_empty0
-rw-r--r--packages/xinerama/xinerama_1.0.2+cvs20050505.bb15
-rw-r--r--packages/xinerama/xinerama_1.0.2.bb16
-rw-r--r--packages/xinerama/xinerama_cvs.bb15
4 files changed, 0 insertions, 46 deletions
diff --git a/packages/xinerama/.mtn2git_empty b/packages/xinerama/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/xinerama/.mtn2git_empty
+++ /dev/null
diff --git a/packages/xinerama/xinerama_1.0.2+cvs20050505.bb b/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
deleted file mode 100644
index 48a6416b36..0000000000
--- a/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Xinerama library"
-LICENSE = "MIT"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "panoramixext xproto x11 xext"
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xinerama;date=20050505"
-S = "${WORKDIR}/Xinerama"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
diff --git a/packages/xinerama/xinerama_1.0.2.bb b/packages/xinerama/xinerama_1.0.2.bb
deleted file mode 100644
index d67d750f46..0000000000
--- a/packages/xinerama/xinerama_1.0.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE = "MIT"
-DESCRIPTION = "Xinerama library"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "panoramixext xproto x11 xext"
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libXinerama-${PV}.tar.bz2"
-S = "${WORKDIR}/libXinerama-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
diff --git a/packages/xinerama/xinerama_cvs.bb b/packages/xinerama/xinerama_cvs.bb
deleted file mode 100644
index a22e151917..0000000000
--- a/packages/xinerama/xinerama_cvs.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Xinerama library"
-LICENSE = "MIT"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-DEPENDS = "panoramixext xproto x11 xext"
-PV = "0.0+cvs${SRCDATE}"
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xinerama"
-S = "${WORKDIR}/Xinerama"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}