divine: remove package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 1 Sep 2015 22:01:10 +0000 (00:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Sep 2015 11:56:24 +0000 (13:56 +0200)
This commit removes the divine package, since the corresponding
functionality has been merged in DirectFB itself since 1.7.x.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/Config.in
package/divine/Config.in [deleted file]
package/divine/divine.mk [deleted file]

index 33305665d914f36f9bfff0049483a173322e66af..3d4551c26bd27a391c3ec44cc2055502adff297c 100644 (file)
@@ -104,6 +104,19 @@ comment "build, or run, in unpredictable ways.               "
 comment "----------------------------------------------------"
 endif
 
+###############################################################################
+comment "Legacy options removed in 2015.11"
+
+config BR2_PACKAGE_DIVINE
+       bool "divine package removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_DIRECTFB_DIVINE
+       help
+         This option has been removed because the divine package no
+         longer exists: it was merged inside DirectFB itself. This
+         feature can now be enabled using the
+         BR2_PACKAGE_DIRECTFB_DIVINE option.
+
 ###############################################################################
 comment "Legacy options removed in 2015.08"
 
index b53e08976781e3cae6f7f15f191165eacccefa99..f7ed07acf885f68e1ffe7e7f4cb033d99c6def03 100644 (file)
@@ -229,7 +229,6 @@ comment "Graphic libraries"
        source "package/cegui06/Config.in"
        source "package/directfb/Config.in"
        source "package/directfb-examples/Config.in"
-       source "package/divine/Config.in"
        source "package/fbdump/Config.in"
        source "package/fbgrab/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
diff --git a/package/divine/Config.in b/package/divine/Config.in
deleted file mode 100644 (file)
index 7909004..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_DIVINE
-       bool "directfb virtual input extension"
-       depends on BR2_PACKAGE_DIRECTFB
-       help
-         DiVine provides a DirectFB input driver that reads input
-         events from a pipe and dispatches them via a virtual input
-         device. It also installs the tool 'spooky' that allows to
-         send input events to DirectFB applications.
diff --git a/package/divine/divine.mk b/package/divine/divine.mk
deleted file mode 100644 (file)
index 322e5fc..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-################################################################################
-#
-# divine
-#
-################################################################################
-
-# tagged version 1.6.3, tarball is missing files
-DIVINE_VERSION = 83cafc257a42b9465cd9d6185bf66b8c1b7ed704
-DIVINE_SITE = git://git.directfb.org/git/directfb/extras/DiVine.git
-DIVINE_LICENSE = LGPLv2.1+
-DIVINE_LICENSE_FILES = COPYING
-DIVINE_INSTALL_STAGING = YES
-DIVINE_DEPENDENCIES = directfb
-DIVINE_CONFIG_SCRIPTS = divine-config
-
-# package has no configure script so we have to generate it
-DIVINE_AUTORECONF = YES
-
-$(eval $(autotools-package))