summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-18 13:24:39 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-18 13:36:55 +0200
commit53271ebc722c1103de046f8860b81b0a47ef2d59 (patch)
treea65a195e5fae5324e585f48c88378a8cd1701404
parent1f5e0448766c79d882caa8181e993cb296cd8f74 (diff)
downloadgentoo-53271ebc722c1103de046f8860b81b0a47ef2d59.tar.gz
gentoo-53271ebc722c1103de046f8860b81b0a47ef2d59.tar.xz
gnome-extra/assogiate: Drop old
Package-Manager: portage-2.3.0
-rw-r--r--gnome-extra/assogiate/assogiate-0.2.1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/gnome-extra/assogiate/assogiate-0.2.1.ebuild b/gnome-extra/assogiate/assogiate-0.2.1.ebuild
deleted file mode 100644
index 76b9d844e48..00000000000
--- a/gnome-extra/assogiate/assogiate-0.2.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-GCONF_DEBUG="yes"
-
-inherit autotools gnome2 eutils
-
-DESCRIPTION="assoGiate is an editor of the file types database for GNOME"
-HOMEPAGE="http://www.kdau.com/projects/assogiate"
-SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.8:2
- >=dev-cpp/glibmm-2.8:2
- >=dev-cpp/gtkmm-2.8:2.4
- >=dev-cpp/libxmlpp-2.14
- >=dev-cpp/gnome-vfsmm-2.6"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- virtual/pkgconfig
- dev-util/intltool"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
- # Fix desktop file
- epatch "${FILESDIR}/${P}-desktop.patch"
-
- # Fix compilation, bug #374911
- epatch "${FILESDIR}/${P}-typedialog.patch"
-
- # Fix building with glib-2.32, bug #417765
- epatch "${FILESDIR}/${P}-glib-2.32.patch"
-
- # Fix building with gcc-4.7
- epatch "${FILESDIR}/${P}-gcc-4.7.patch"
-
- eautoreconf
- gnome2_src_prepare
-}