diff options
Diffstat (limited to 'kde-misc/konstruktor/konstruktor-0.9_beta1.ebuild')
-rw-r--r-- | kde-misc/konstruktor/konstruktor-0.9_beta1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-misc/konstruktor/konstruktor-0.9_beta1.ebuild b/kde-misc/konstruktor/konstruktor-0.9_beta1.ebuild deleted file mode 100644 index b0bf118fda35..000000000000 --- a/kde-misc/konstruktor/konstruktor-0.9_beta1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P="${P/_/-}" -OPENGL_REQUIRED="always" -inherit kde4-base - -DESCRIPTION="LEGO CAD" -HOMEPAGE="http://konstruktor.influx.kr/" -SRC_URI="http://konstruktor.influx.kr/${MY_P}.tar.bz2" -KEYWORDS="~amd64 ~x86" - -LICENSE="GPL-2" -SLOT="4" -IUSE="test" - -DEPEND="dev-db/sqlite:3" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-0.9_beta1-multipledeclaration.patch" ) - -S=${WORKDIR}/${MY_P} - -pkg_postinst() { - elog "You still need to obtain ldraw data files." - elog "Because they are not distributable you need to download them from:" - elog " http://www.ldraw.org/Downloads-req-viewdownload-cid-1.html" -} |