summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:38:08 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:38:12 +0100
commit7f9218177889afb785b8fac4d64d50c7fb9370c1 (patch)
tree1f0ae6390424ac80d6fe790a27d95c61f01e9489 /app-misc
parentapp-misc/gnote: moved to gentoo-x86 (diff)
downloadgnome-7f9218177889afb785b8fac4d64d50c7fb9370c1.tar.gz
gnome-7f9218177889afb785b8fac4d64d50c7fb9370c1.tar.bz2
gnome-7f9218177889afb785b8fac4d64d50c7fb9370c1.zip
app-misc/the-board: removing
* No significant activity upstream since 2011 * Never got passed the stage of alpha
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/the-board/Manifest1
-rw-r--r--app-misc/the-board/metadata.xml10
-rw-r--r--app-misc/the-board/the-board-0.1.3.ebuild59
-rw-r--r--app-misc/the-board/the-board-9999.ebuild59
4 files changed, 0 insertions, 129 deletions
diff --git a/app-misc/the-board/Manifest b/app-misc/the-board/Manifest
deleted file mode 100644
index bf0045cf..00000000
--- a/app-misc/the-board/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST the-board-0.1.3.tar.bz2 1051441 SHA256 8c43b6a71200773c0c49c744d167f4b080ea98d21029cceb18ca0d80caaf55b0 SHA512 583d74bab685272b94cb6044d1c5ea0dbee87ebb9fd8a72514d888a1e1bc648e602b8051cb920a9592505c0d40aea136f04c066003465372db144a6739ab03b4 WHIRLPOOL 8b1bf394c4fdc353e31c2ed60268329fb03cfe6301d102c1009bddcea29716c463248a9cc92f15979b4aae29c644e52bb6b1e07092dc59a6150334f889f29228
diff --git a/app-misc/the-board/metadata.xml b/app-misc/the-board/metadata.xml
deleted file mode 100644
index 78a3db16..00000000
--- a/app-misc/the-board/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>gnome</herd>
- <use>
- <flag name="nautilus">Enable extension for <pkg>gnome-base/nautilus</pkg></flag>
- <flag name="cheese">Enable integration with <pkg>media-video/cheese</pkg></flag>
- <flag name="libsoup">Add support for HTTP resources</flag>
- </use>
-</pkgmetadata>
diff --git a/app-misc/the-board/the-board-0.1.3.ebuild b/app-misc/the-board/the-board-0.1.3.ebuild
deleted file mode 100644
index d43a5445..00000000
--- a/app-misc/the-board/the-board-0.1.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A space to place daily records"
-HOMEPAGE="http://live.gnome.org/TheBoardProject"
-
-# Not sure if this is the correct license
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+cheese +libnotify +libsoup +nautilus"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
- >=dev-libs/glib-2.28.0
- >=x11-libs/gtk+-3.0.0:3[introspection]
- >=x11-libs/gdk-pixbuf-2.22:2[introspection]
- >=dev-libs/gjs-0.7.7
- >=dev-libs/gobject-introspection-0.10.0
- >=media-libs/clutter-1.6.0:1.0[introspection]
- >=media-libs/clutter-gtk-1.0.0:1.0
- >=media-libs/clutter-gst-1.3.2:1.0
- >=x11-libs/mx-1.1.1[introspection]
-
- media-libs/gstreamer:0.10
-
- cheese? ( >=media-video/cheese-3.0.1 )
- libnotify? ( >=x11-libs/libnotify-0.7.1 )
- libsoup? ( net-libs/libsoup:2.4[introspection] )
- nautilus? ( >=x11-libs/gdk-pixbuf-2.22.1
- >=gnome-base/nautilus-3.0.0 )
-"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.17
- >=dev-util/intltool-0.40
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS NEWS README"
- G2CONF="${G2CONF}
- --disable-static
- $(use_with cheese)
- $(use_with libnotify)
- $(use_with libsoup)
- $(use_with nautilus)"
-}
diff --git a/app-misc/the-board/the-board-9999.ebuild b/app-misc/the-board/the-board-9999.ebuild
deleted file mode 100644
index 8bd23a76..00000000
--- a/app-misc/the-board/the-board-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A space to place daily records"
-HOMEPAGE="http://live.gnome.org/TheBoardProject"
-
-# Not sure if this is the correct license
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+cheese +libnotify +libsoup +nautilus"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
- >=dev-libs/glib-2.28.0
- >=x11-libs/gtk+-3.0.0:3[introspection]
- >=x11-libs/gdk-pixbuf-2.22:2[introspection]
- >=dev-libs/gjs-0.7.7
- >=dev-libs/gobject-introspection-0.10.0
- >=media-libs/clutter-1.6.0:1.0[introspection]
- >=media-libs/clutter-gtk-1.0.0:1.0
- >=media-libs/clutter-gst-1.3.2:1.0
- >=x11-libs/mx-1.1.1[introspection]
-
- media-libs/gstreamer:0.10
-
- cheese? ( >=media-video/cheese-3.0.1 )
- libnotify? ( >=x11-libs/libnotify-0.7.1 )
- libsoup? ( net-libs/libsoup:2.4[introspection] )
- nautilus? ( >=x11-libs/gdk-pixbuf-2.22.1
- >=gnome-base/nautilus-3.0.0 )
-"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.17
- >=dev-util/intltool-0.40
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS NEWS README"
- G2CONF="${G2CONF}
- --disable-static
- $(use_with cheese)
- $(use_with libnotify)
- $(use_with libsoup)
- $(use_with nautilus)"
-}