summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-02-06 21:16:47 +0100
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-02-06 21:16:47 +0100
commit6ad0ad8a9808a394ef2d16b2817cf121e10179e8 (patch)
treee406fc6b0a5822be8abb675782dbca3938efc25f /x11-misc
parentbuggy (diff)
downloadkeruspe-6ad0ad8a9808a394ef2d16b2817cf121e10179e8.tar.gz
keruspe-6ad0ad8a9808a394ef2d16b2817cf121e10179e8.tar.bz2
keruspe-6ad0ad8a9808a394ef2d16b2817cf121e10179e8.zip
parcellite -> gpaste
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/parcellite/Manifest1
-rw-r--r--x11-misc/parcellite/parcellite-9999.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/x11-misc/parcellite/Manifest b/x11-misc/parcellite/Manifest
deleted file mode 100644
index d3186cd8..00000000
--- a/x11-misc/parcellite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD parcellite-9999.ebuild 1230 RMD160 f5c34cafdfaed6350867b4f9a863b4e213b6cef5 SHA1 d1fde0008b45471603b7f8f4306b74fb745978fa SHA256 428880a4f015859890359f50b437af9575e7b1af9437835c77a23d8668a2f51a
diff --git a/x11-misc/parcellite/parcellite-9999.ebuild b/x11-misc/parcellite/parcellite-9999.ebuild
deleted file mode 100644
index aa08f0b3..00000000
--- a/x11-misc/parcellite/parcellite-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit git autotools fdo-mime
-
-WANT_AUTOMAKE=1.11
-
-DESCRIPTION="A lightweight GTK+ based clipboard manager."
-HOMEPAGE="http://parcellite.sourceforge.net/"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/Keruspe/${PN}3"
-
-LICENSE="GPL-3"
-SLOT="3"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2.99:3
- >=dev-libs/glib-2.14:2
- !x11-misc/parcellite:0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext
- dev-util/intltool )"
-
-src_unpack() {
- git_src_unpack
-}
-
-src_prepare() {
- mkdir m4
- cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
- sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
- einfo "Running gettextize -f --no-changelog..."
- ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize failed"
- intltoolize --copy --force --automake
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}