disapproval of revision 84ca6b48d0e2960ee88c5a4d6c227b9cc53e4d46
authorOyvind Repvik <nail@nslu2-linux.org>
Sun, 31 Jul 2005 14:35:28 +0000 (14:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 31 Jul 2005 14:35:28 +0000 (14:35 +0000)
packages/mpc/.mtn2git_empty [deleted file]
packages/mpc/mpc-0.11.2/.mtn2git_empty [deleted file]
packages/mpc/mpc-0.11.2/configure-searchdirs.patch [deleted file]
packages/mpc/mpc_0.11.2.bb [deleted file]
packages/ncmpc/.mtn2git_empty [deleted file]
packages/ncmpc/ncmpc_0.11.1.bb [deleted file]

diff --git a/packages/mpc/.mtn2git_empty b/packages/mpc/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/mpc/mpc-0.11.2/.mtn2git_empty b/packages/mpc/mpc-0.11.2/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/mpc/mpc-0.11.2/configure-searchdirs.patch b/packages/mpc/mpc-0.11.2/configure-searchdirs.patch
deleted file mode 100644 (file)
index f35b085..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- mpc-0.11.2/configure.ac~   2005-03-11 10:04:35.000000000 +0100
-+++ mpc-0.11.2/configure.ac    2005-07-28 00:51:32.000000000 +0200
-@@ -31,8 +31,6 @@
-               ICONV_LIBS="-L$iconv_libraries"
-       elif test "x$iconv_prefix" != "x" ; then
-               ICONV_LIBS="-L$iconv_prefix/lib"
--      elif test "x$prefix" != "xNONE"; then
--              ICONV_LIBS="-L$libdir"
-       fi
-       ICONV_LIBS="$ICONV_LIBS -liconv"
-@@ -41,8 +39,6 @@
-               ICONV_CFLAGS="-I$iconv_includes"
-       elif test "x$iconv_prefix" != "x" ; then
-               ICONV_CFLAGS="-I$iconv_prefix/include"
--      elif test "x$prefix" != "xNONE"; then
--              ICONV_CFLAGS="-I$includedir"
-       fi
-       CFLAGS="$CFLAGS $ICONV_CFLAGS"
diff --git a/packages/mpc/mpc_0.11.2.bb b/packages/mpc/mpc_0.11.2.bb
deleted file mode 100644 (file)
index cb6c785..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "console/multimedia"
-DESCRIPTION = "command line client for mpd"
-HOMEPAGE = "http://www.musicpd.org/mpc.shtml"
-LICENSE = "GPLv2"
-MAINTAINER = "Hannes Reich <hannes@skynet.ie>"
-DEPENDS = ""
-PR = "r0"
-
-SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz \
-       file://configure-searchdirs.patch;patch=1"
-
-inherit autotools
-
-
-
diff --git a/packages/ncmpc/.mtn2git_empty b/packages/ncmpc/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/ncmpc/ncmpc_0.11.1.bb b/packages/ncmpc/ncmpc_0.11.1.bb
deleted file mode 100644 (file)
index b7568b4..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-SECTION = "console/multimedia"
-DESCRIPTION = "curses client for mpd"
-HOMEPAGE = "http://www.musicpd.org/ncmpc.shtml"
-LICENSE = "GPLv2"
-MAINTAINER = "Hannes Reich <hannes@skynet.ie>"
-DEPENDS = "ncurses glib-2.0"
-PR = "r0"
-
-SRC_URI = "http://mercury.chem.pitt.edu/~shank/ncmpc-${PV}.tar.gz"
-
-inherit autotools
-
-
-