dev-cpp/pangomm: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 30 Mar 2019 17:30:17 +0000 (19:30 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sat, 30 Mar 2019 17:37:27 +0000 (19:37 +0200)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-cpp/pangomm/Manifest
dev-cpp/pangomm/pangomm-2.40.1.ebuild [deleted file]

index 4ad62b3935eb0e708bc242e4a920fd782a495107..a8f30d04730c7878d08f610ad135701e54408d80 100644 (file)
@@ -1,2 +1 @@
-DIST pangomm-2.40.1.tar.xz 810384 BLAKE2B 18b875afe43fb561cc96d24e796dbaa4f4255346ced6ea510403f48047fbd30ec7d2bb89cfd316b0b1cf709cb39982814e90899084d098ad9bb8f5d6270e399c SHA512 bed19800b76e69cc51abeb5997bdc2f687f261ebcbe36aeee51f1fbf5010a46f4b9469033c34a912502001d9985135fd5c7f7574d3de8ba33cc5832520c6aa6f
 DIST pangomm-2.42.0.tar.xz 853064 BLAKE2B e0aac439565c4fc80c71cfdd430133373cca4c88c88484ab5b77a2a395154e3d381bc0158a9d312280f409ba325b547504016d8bc50830794dee13c199ee1e62 SHA512 2cebf76150414cde96b911eae947a6e1a073352927f01a44ddc276711151dffe0b9d8c54c3df16289d9002f982fa3e3386ddfe002be902f3086b44fff95fdb59
diff --git a/dev-cpp/pangomm/pangomm-2.40.1.ebuild b/dev-cpp/pangomm/pangomm-2.40.1.ebuild
deleted file mode 100644 (file)
index 86b8765..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="C++ interface for pango"
-HOMEPAGE="https://www.gtkmm.org"
-
-LICENSE="LGPL-2.1+"
-SLOT="1.4"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="doc"
-
-COMMON_DEPEND="
-       >=x11-libs/pango-1.38.0[${MULTILIB_USEDEP}]
-       >=dev-cpp/glibmm-2.48.0:2[${MULTILIB_USEDEP}]
-       >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}]
-       >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
-       doc? (
-               media-gfx/graphviz
-               dev-libs/libxslt
-               app-doc/doxygen )
-"
-RDEPEND="${COMMON_DEPEND}
-       !<dev-cpp/gtkmm-2.13:2.4
-"
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" gnome2_src_configure \
-               $(multilib_native_use_enable doc documentation)
-}
-
-multilib_src_install() {
-       gnome2_src_install
-}