summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-12 10:26:05 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-12 10:26:05 +0000
commited8a7aed29b84839e4a6046be058a89e7c7eae5b (patch)
tree2c874b88d0c83656b65bb1b2c37543969875b692 /x11-apps
parentRemove old. (diff)
downloadgentoo-2-ed8a7aed29b84839e4a6046be058a89e7c7eae5b.tar.gz
gentoo-2-ed8a7aed29b84839e4a6046be058a89e7c7eae5b.tar.bz2
gentoo-2-ed8a7aed29b84839e4a6046be058a89e7c7eae5b.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/ardesia/ChangeLog8
-rw-r--r--x11-apps/ardesia/ardesia-0.6.ebuild35
-rw-r--r--x11-apps/ardesia/ardesia-0.7.ebuild43
3 files changed, 6 insertions, 80 deletions
diff --git a/x11-apps/ardesia/ChangeLog b/x11-apps/ardesia/ChangeLog
index 2cbd75e99a02..637c63af4056 100644
--- a/x11-apps/ardesia/ChangeLog
+++ b/x11-apps/ardesia/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/ardesia
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ardesia/ChangeLog,v 1.6 2014/08/10 20:07:12 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/ardesia/ChangeLog,v 1.7 2015/04/12 10:26:05 mrueg Exp $
+
+ 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -ardesia-0.6.ebuild,
+ -ardesia-0.7.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ardesia-0.6.ebuild,
ardesia-0.7.ebuild, ardesia-1.0.ebuild:
diff --git a/x11-apps/ardesia/ardesia-0.6.ebuild b/x11-apps/ardesia/ardesia-0.6.ebuild
deleted file mode 100644
index 6000ee07b885..000000000000
--- a/x11-apps/ardesia/ardesia-0.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ardesia/ardesia-0.6.ebuild,v 1.3 2014/08/10 20:07:12 slyfox Exp $
-
-EAPI=3
-
-HOMEPAGE="http://code.google.com/p/ardesia/"
-SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.gz"
-DESCRIPTION="Color, record and share free-hand annotations on screen and on network"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cwiid"
-
-RDEPEND="dev-libs/atk
- dev-libs/libsigsegv
- media-libs/fontconfig
- media-libs/libpng
- sci-libs/gsl
- sys-devel/gettext
- x11-libs/cairo
- x11-libs/gtk+:2
- cwiid? ( app-misc/cwiid )"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" ardesiadocdir="/usr/share/doc/${P}" install || die "make install ardesia failed"
-}
-
-pkg_postinst() {
- elog "Ardesia requires a Composite Manager, such as Compiz"
- elog "Metacity with compositing, Kwin, etc in order to run"
- echo
-}
diff --git a/x11-apps/ardesia/ardesia-0.7.ebuild b/x11-apps/ardesia/ardesia-0.7.ebuild
deleted file mode 100644
index be7e1e2c0c8d..000000000000
--- a/x11-apps/ardesia/ardesia-0.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/ardesia/ardesia-0.7.ebuild,v 1.2 2014/08/10 20:07:12 slyfox Exp $
-
-EAPI=3
-inherit autotools
-
-HOMEPAGE="http://code.google.com/p/ardesia/"
-SRC_URI="http://ardesia.googlecode.com/files/${P}.tar.bz2"
-DESCRIPTION="Color, record and share free-hand annotations on screen and on network"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cwiid"
-
-RDEPEND="dev-libs/atk
- dev-libs/libsigsegv
- media-libs/fontconfig
- media-libs/libpng
- sci-libs/gsl
- sys-devel/gettext
- x11-libs/cairo
- x11-libs/gtk+:2
- cwiid? ( app-misc/cwiid )"
-DEPEND="${RDEPEND}
- x11-misc/xdg-utils"
-
-src_prepare() {
- sed -i "/xdg-icon-resource install/ s/\$(uipixmapsdir)/--mode user \$(DESTDIR)\$(uipixmapsdir)/" \
- data/Makefile.am || die
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" ardesiadocdir="/usr/share/doc/${P}" install || die "make install ardesia failed"
-}
-
-pkg_postinst() {
- elog "Ardesia requires a Composite Manager, such as Compiz"
- elog "Metacity with compositing, Kwin, etc in order to run"
- echo
-}