From 62fa6806b9d232127d8c44e048d580ba9c319bb6 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Tue, 21 Jun 2011 19:27:51 +0200 Subject: [PATCH] initial ebuild --- heart.svg | 55 ------------------------------------------------ qtmindmap.ebuild | 20 ++++++++++++++++++ 2 files changed, 20 insertions(+), 55 deletions(-) delete mode 100644 heart.svg create mode 100644 qtmindmap.ebuild diff --git a/heart.svg b/heart.svg deleted file mode 100644 index 86be447..0000000 --- a/heart.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -Heart Left-Highlight -This is a normal valentines day heart. - - -holiday -valentines - -valentine -hash(0x8a091c0) -hash(0x8a0916c) -signs_and_symbols -hash(0x8a091f0) -day - - - - -Jon Phillips - - - - -Jon Phillips - - - - -Jon Phillips - - - -image/svg+xml - - -en - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/qtmindmap.ebuild b/qtmindmap.ebuild new file mode 100644 index 0000000..c46acba --- /dev/null +++ b/qtmindmap.ebuild @@ -0,0 +1,20 @@ +DESCRIPTION="MindMap software written in Qt" +HOMEPAGE="https://gitorious.org/qtmindmap" +SRC_URI="https://gitorious.org/qtmindmap/qtmindmap/archive-tarball/master" +LICENSE="" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/qt-core-4.6" +RDEPEND="${DEPEND}" + +src_compile() { + qmake qtmindmap.pro + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} \ No newline at end of file