diff --git a/debian/README.Debian b/dist/debian/README.Debian similarity index 100% rename from debian/README.Debian rename to dist/debian/README.Debian diff --git a/debian/README.source b/dist/debian/README.source similarity index 100% rename from debian/README.source rename to dist/debian/README.source diff --git a/debian/changelog.in b/dist/debian/changelog.in similarity index 100% rename from debian/changelog.in rename to dist/debian/changelog.in diff --git a/debian/compat b/dist/debian/compat similarity index 100% rename from debian/compat rename to dist/debian/compat diff --git a/debian/control.tmpl.in b/dist/debian/control.tmpl.in similarity index 100% rename from debian/control.tmpl.in rename to dist/debian/control.tmpl.in diff --git a/debian/copyright b/dist/debian/copyright similarity index 100% rename from debian/copyright rename to dist/debian/copyright diff --git a/debian/docs b/dist/debian/docs similarity index 100% rename from debian/docs rename to dist/debian/docs diff --git a/debian/ledcat-dbg.dirs b/dist/debian/ledcat-dbg.dirs similarity index 100% rename from debian/ledcat-dbg.dirs rename to dist/debian/ledcat-dbg.dirs diff --git a/debian/ledcat-dbg.install b/dist/debian/ledcat-dbg.install similarity index 100% rename from debian/ledcat-dbg.install rename to dist/debian/ledcat-dbg.install diff --git a/debian/ledcat.dirs b/dist/debian/ledcat.dirs similarity index 100% rename from debian/ledcat.dirs rename to dist/debian/ledcat.dirs diff --git a/debian/ledcat.install b/dist/debian/ledcat.install similarity index 100% rename from debian/ledcat.install rename to dist/debian/ledcat.install diff --git a/debian/rules.tmpl.in b/dist/debian/rules.tmpl.in similarity index 100% rename from debian/rules.tmpl.in rename to dist/debian/rules.tmpl.in diff --git a/debian/source/format b/dist/debian/source/format similarity index 100% rename from debian/source/format rename to dist/debian/source/format diff --git a/debian/watch.in b/dist/debian/watch.in similarity index 100% rename from debian/watch.in rename to dist/debian/watch.in diff --git a/gentoo/media-gfx/ledcat/ledcat-9999.ebuild.in b/gentoo/media-gfx/ledcat/ledcat-9999.ebuild.in deleted file mode 100644 index e80c4db..0000000 --- a/gentoo/media-gfx/ledcat/ledcat-9999.ebuild.in +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit git-2 autotools - -DESCRIPTION="@PACKAGE_DESCRIPTION@" -HOMEPAGE="@PACKAGE_URL@" -EGIT_REPO_URI="git://github.com/niftylight/ledcat.git https://github.com/niftylight/ledcat.git" -#EGIT_COMMIT="master" -#EGIT_BRANCH="${EGIT_COMMIT}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="debug imagemagick" - -RDEPEND="media-gfx/niftyled - imagemagick? ( media-gfx/imagemagick )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() -{ - eautoreconf -} - -src_unpack() -{ - git-2_src_unpack -} - -src_configure() -{ - econf \ - $(use_enable debug) \ - $(use_enable imagemagick) -} - -src_install() -{ - emake DESTDIR="${D}" install || die - - dodoc NEWS README AUTHORS ChangeLog -} - -pkg_postinst() -{ - echo - elog "Sample configs come with libniftyled. Find them in" - elog "/usr/share/niftyled/examples/" - elog "Copy config to ~/.ledcat.xml or use the -c argument" - elog "to select a config. For further information," - elog "see documentation at http://wiki.niftylight.de/${PN}" - echo -} diff --git a/gentoo/media-gfx/ledcat/metadata.xml b/gentoo/media-gfx/ledcat/metadata.xml deleted file mode 100644 index bd51b3f..0000000 --- a/gentoo/media-gfx/ledcat/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - Daniel Hiepler - daniel-gentoo@niftylight.de - - - niftylight/ledcat - http://wiki.niftylight.de/Ledcat - http://github.com/niftylight/ledcat/commits/master - http://github.com/niftylight/ledcat/issues - - - Compile for debugging (don't forget to modify CFLAGS and FEATURES) - Use imagemagick to load and process pixeldata - -