diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-cpp/libgnomecanvasmm | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-cpp/libgnomecanvasmm')
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-cpp/libgnomecanvasmm/Manifest b/dev-cpp/libgnomecanvasmm/Manifest deleted file mode 100644 index ee1ab0910e41..000000000000 --- a/dev-cpp/libgnomecanvasmm/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX libgnomecanvasmm-2.26.0-disable-building-examples.patch 412 BLAKE2B e3b8e817a89d0991a0fc9db5ed3c0e478362a36afca566d59e36310f2cdd5822c099183d0260b6c125d483cd10284f504b5c14ee467e553ebfa9dc288198a834 SHA512 562aeefa89bf0028dc42cabe07a7ffcc6cdeacb72bb7cd550e868dbd2936b7912834c60458ead4936a90881c2129df6344d7b80b44559d2cda71cfd528342ba8 -DIST libgnomecanvasmm-2.26.0.tar.bz2 327215 BLAKE2B 87cfc59d0825ad2b345bbeff7ba6ce74744228a359d61c8c6b86cef308827c78410b4633737ab9040f6dbdf7f37ed0ea376d28ab4194266f9c784b8b07d1f76d SHA512 23795c856674b79f82d2e5cffdfdbf67a387fe6a21081fef1d96d0f614a121710c7f1e175612a286f5946a60cea4e8506aef7833a7bdf73084d6266c09aad66b -EBUILD libgnomecanvasmm-2.26.0-r2.ebuild 829 BLAKE2B 3afed8d013369055d9e813f066b2b953d706f444ea368857986922add47514101ca29282b8082f843f8fa849d5e7292da04b5dd73e34d5743cfb5476f9519a59 SHA512 acc53f7f6bf047525cc6ef1cbe545503af87266ad47ed83da6c41b77518a2a982a637a504e0660f7cd5bcb9cbe1a8879f0584a1ed3af53b8633a2526cd87d441 -MISC metadata.xml 250 BLAKE2B 8f7f0fe023d43e380e7861e897e6afcb5de4baefb42ea9c65a57dfc0d204c6f787a99295141832e732ebb08be218da56ba77e2dd9639e4e3aabf718ce4db1d0c SHA512 2684e772dd6d83e4b49f08f2ba22d8a0a753e7b46863489eff1b5d1f2f147ad80ffd93245ca405ac4c747249bc1b754454ec9865fe16da70f9b257051e105fd8 diff --git a/dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch b/dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch deleted file mode 100644 index e750a355967f..000000000000 --- a/dev-cpp/libgnomecanvasmm/files/libgnomecanvasmm-2.26.0-disable-building-examples.patch +++ /dev/null @@ -1,13 +0,0 @@ -don't waste time building the examples - ---- a/Makefile.in -+++ b/Makefile.in -@@ -195,7 +195,7 @@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = tools libgnomecanvas docs examples demos -+SUBDIRS = tools libgnomecanvas docs demos - DIST_SUBDIRS = $(SUBDIRS) scripts - EXTRA_DIST = libgnomecanvasmm.spec.in \ - build_shared/Makefile_build.am_fragment \ diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild deleted file mode 100644 index d403ca365935..000000000000 --- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 - -DESCRIPTION="C++ bindings for libgnomecanvas" -HOMEPAGE="https://www.gtkmm.org" - -LICENSE="LGPL-2.1" -SLOT="2.6" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86" -IUSE="doc" - -RDEPEND=" - >=gnome-base/libgnomecanvas-2.6 - >=dev-cpp/gtkmm-2.4:2.4 -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -PATCHES=( "${FILESDIR}"/${P}-disable-building-examples.patch ) - -src_compile() { - gnome2_src_compile - - if use doc; then - emake -C docs/reference all - HTML_DOCS=( docs/reference/html/. ) - fi -} - -src_install() { - gnome2_src_install - - rm examples/Makefile* examples/*/Makefile* || die - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -} diff --git a/dev-cpp/libgnomecanvasmm/metadata.xml b/dev-cpp/libgnomecanvasmm/metadata.xml deleted file mode 100644 index 7b343b06be8a..000000000000 --- a/dev-cpp/libgnomecanvasmm/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -</pkgmetadata> |