[x11-libs/bamf] Drop old
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST bamf-0.5.0.tar.gz 579263 BLAKE2B df8da92d42e19c8cf25d955eddf957e731f4ec4cb4a47dbed8886eebff36180b72636ff3d1d54979806541b65f90547b78f82bf5fc66725b30eaf1284764245b SHA512 e2b1d1992098b998e49d3f74f3f5b206f2f9e6fec0d28dc55d5e63680326100b56a5f971fe55b0574e2f6cfa62851be6fad573fd1d1ff162d1d91585b39b1325
|
||||
DIST bamf-0.5.1.tar.gz 575386 BLAKE2B 5b8a185a9ced0752e3cacdffc3cb63340568d051698b078ef5ee245c8d0b7c3ff2f19efce2ef1f7f33b3eedf8633bc838e0a4433d444f8fbfc0e1216e36fbb71 SHA512 0fc3a72f01f408c7cba861404e79e41e3112f8261b7a0ad6b15c43690b3f8063fa654c60c8d10aa4b9ed24b0e6d3047e98bee6a3765ee4f6c0975040ce7dcd26
|
||||
DIST bamf-0.5.3.tar.gz 633666 BLAKE2B 3c06e6ead37122baa0e5e6c8807844c129064184c7820d300fdfd44631966d008a300743121dbbb70fd31512acff78cbd12812f419fd28cf5136984091833add SHA512 8298c0f5826ea4bc2c2a756b1e2cb615d825830011e7c988ade5e6d3d060f9957720218f0950e4f11544597dfe54551df173fa7d62b00f8aeda55886ea7a487b
|
||||
DIST bamf-0.5.4.tar.gz 638756 BLAKE2B 2ef28361ed5fc01a113c3b2a78617720d8d30a8403635951999633065f8a742bb4693f0ec76390639066a315a0007045db90777643b8b8656db1977fa81d844e SHA512 68a587d387ea1190b59207af81c9617aa8ebacb36b8eb6a790c62ccbd534c13bfd7cdb7b3b40a0c9109f5ec8da341b13743362506b080579a56ccf10e340de94
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
VALA_MIN_API_VERSION=0.20
|
||||
VALA_USE_DEPEND=vapigen
|
||||
|
||||
inherit vala autotools-utils python-r1
|
||||
|
||||
DESCRIPTION="BAMF Application Matching Framework"
|
||||
HOMEPAGE="https://launchpad.net/bamf"
|
||||
SRC_URI="http://launchpad.net/${PN}/0.5/${PV}/+download/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="+introspection doc static-libs"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/dbus-glib
|
||||
dev-util/gdbus-codegen
|
||||
dev-libs/glib:2
|
||||
gnome-base/libgtop:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
>=x11-libs/libwnck-3.4.7:3"
|
||||
DEPEND="${RDEPEND}
|
||||
$(vala_depend)
|
||||
${PYTHON_DEPS}
|
||||
dev-libs/libxml2[python]
|
||||
dev-libs/libxslt[python]
|
||||
doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection )
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=(AUTHORS COPYING COPYING.LGPL ChangeLog NEWS README TODO)
|
||||
|
||||
src_prepare() {
|
||||
sed -i 's/-Werror//' configure
|
||||
|
||||
autotools-utils_src_prepare
|
||||
vala_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-gtktest
|
||||
--disable-webapps
|
||||
$(use_enable doc gtk-doc)
|
||||
$(use_enable introspection)
|
||||
VALA_API_GEN="${VAPIGEN}"
|
||||
)
|
||||
python_setup
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user