summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-07-05 16:58:07 +0000
committerMichał Górny <mgorny@gentoo.org>2010-07-05 16:58:07 +0000
commit03cbb9a2dbbeb9bc63e7916235633a97de506b18 (patch)
tree0cc45e82a344cf7cb4ac474a949845034a22d898 /media-gfx/printoxx/printoxx-2.0.1.ebuild
parentapp-misc/bsc: Version bump and extensive cleanup. (diff)
downloadsunrise-03cbb9a2dbbeb9bc63e7916235633a97de506b18.tar.gz
sunrise-03cbb9a2dbbeb9bc63e7916235633a97de506b18.tar.bz2
sunrise-03cbb9a2dbbeb9bc63e7916235633a97de506b18.zip
media-gfx/printoxx: Version bump and general rewrite. Fixed building with LDFLAGS set, the installation procedure and usermanual display support.
svn path=/sunrise/; revision=10907
Diffstat (limited to 'media-gfx/printoxx/printoxx-2.0.1.ebuild')
-rw-r--r--media-gfx/printoxx/printoxx-2.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-gfx/printoxx/printoxx-2.0.1.ebuild b/media-gfx/printoxx/printoxx-2.0.1.ebuild
deleted file mode 100644
index 6af525c70..000000000
--- a/media-gfx/printoxx/printoxx-2.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-#FIXME: This package doesn't need install userguide html docs implicitly
-# (for example i don't want them)
-DESCRIPTION="Program for printing one or more image files with a user-defined page layout"
-HOMEPAGE="http://kornelix.squarespace.com/printoxx"
-SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.8"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake || die "build failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install || die "emake install failed"
- make_desktop_entry ${PN} "Printoxx" /usr/share/${PN}/icons/${PN}.png "Application;Graphics;2DGraphics;"
- rm "${D}"/usr/share/doc/${PN}/{COPYING,README} || die "Clean-up unnecessary docs failed"
-}