diff --git a/common/shlibs b/common/shlibs index b3ed51af78e..1328a5f68bd 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1712,7 +1712,6 @@ libxmlrpc_server_cgi++.so.8 xmlrpc-c-1.39.07_1 libxmlrpc_server_pstream++.so.8 xmlrpc-c-1.39.07_1 libxmlrpc_client.so.3 xmlrpc-c-1.25.28_1 libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_6 -libtidy-0.99.so.0 tidy-1.46_2 libnetpbm.so.11 libnetpbm-10.66.03_2 libid3.so id3lib-3.8.3_1 libid3-3.8.so.3 id3lib-3.8.3_1 diff --git a/srcpkgs/tidy-devel b/srcpkgs/tidy-devel deleted file mode 120000 index 52a9e8c12ad..00000000000 --- a/srcpkgs/tidy-devel +++ /dev/null @@ -1 +0,0 @@ -tidy \ No newline at end of file diff --git a/srcpkgs/tidy/template b/srcpkgs/tidy/template deleted file mode 100644 index fd458b6ee0a..00000000000 --- a/srcpkgs/tidy/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'tidy' -pkgname=tidy -version=1.46 -revision=5 -wrksrc=tidyhtml-${version} -build_wrksrc=${pkgname} -hostmakedepends="libtool automake" -build_style=gnu-configure -short_desc="A tool to tidy down your HTML code to a clean style" -maintainer="Christian Neukirchen " -license="custom" -homepage="http://tidy.sourceforge.net/" -distfiles="http://mirror.pkern.at/archlinux/other/packages/tidyhtml/tidyhtml-${version}.tar.bz2" -checksum=0555085b98238b7c36c5536a5c71b949fef3b58250b12cc51e5713a662aba7fe - -pre_configure() { - sh build/gnuauto/setup.sh -} - -post_install() { - vlicense htmldoc/license.html -} - -tidy-devel_package() { - depends="tidy>=${version}_${revision}" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so - } -}