diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /dev-libs/libtimezonemap/libtimezonemap-0.4.1.ebuild | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'dev-libs/libtimezonemap/libtimezonemap-0.4.1.ebuild')
-rw-r--r-- | dev-libs/libtimezonemap/libtimezonemap-0.4.1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/libtimezonemap/libtimezonemap-0.4.1.ebuild b/dev-libs/libtimezonemap/libtimezonemap-0.4.1.ebuild deleted file mode 100644 index 61f936a4..00000000 --- a/dev-libs/libtimezonemap/libtimezonemap-0.4.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -GNOME2_LA_PUNT="yes" -GCONF_DEBUG="yes" - -inherit autotools eutils gnome2 - -UURL="mirror://ubuntu/pool/main/libt/${PN}" -UVER= -URELEASE="trusty" - -DESCRIPTION="GTK+3 timezone map widget used by the Unity desktop" -HOMEPAGE="https://launchpad.net/libtimezonemap" -SRC_URI="${UURL}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/1.0.0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror" - -DEPEND="dev-libs/glib:2 - dev-libs/json-glib - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3" -RDEPEND="${DEPEND}" - -src_prepare() { - eautoreconf - default -} |