Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 20:54:22 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 139ad9a9e206 - main - graphics/ikona: remove expired port
Message-ID:  <202306302054.35UKsMTX027743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=139ad9a9e206975e09d9f969fa8e2e462fb24098

commit 139ad9a9e206975e09d9f969fa8e2e462fb24098
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-06-30 20:52:40 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-06-30 20:52:40 +0000

    graphics/ikona: remove expired port
    
    2023-06-29: BROKEN: does not compile, unaligned references E0793
    
    While here fix date order of MOVED entries.
---
 MOVED                    |  3 ++-
 graphics/Makefile        |  1 -
 graphics/ikona/Makefile  | 34 ----------------------------------
 graphics/ikona/distinfo  |  5 -----
 graphics/ikona/pkg-descr |  2 --
 graphics/ikona/pkg-plist | 41 -----------------------------------------
 6 files changed, 2 insertions(+), 84 deletions(-)

diff --git a/MOVED b/MOVED
index 67b064179995..d2d5b584b5b6 100644
--- a/MOVED
+++ b/MOVED
@@ -7634,6 +7634,7 @@ databases/rubygem-pg13|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Us
 devel/rubygem-fast_gettext1|devel/rubygem-fast_gettext|2023-06-05|Remove obsoleted port. Use devel/rubygem-fast_gettext instead
 devel/rubygem-gettext-setup0|devel/rubygem-gettext-setup|2023-06-05|Remove obsoleted port. Use devel/rubygem-gettext-setup instead
 x11/radare-cutter||2023-06-07|Has expired: Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework
+www/py-WebTest|www/py-webtest|2023-06-08|Use lowercase PORTNAME and path
 security/py-sequoia||2023-06-09|Deprecated upstream, broken as based on older dependency
 audio/hvl2wav|audio/ocp|2023-06-10|Has expired: Abandoned upstream, use audio/ocp instead
 x11/thinglaunch|x11/thingylaunch|2023-06-10|Has expired: Abandonware, please use x11/thingylaunch instead
@@ -7708,4 +7709,4 @@ databases/py-caterva||2023-06-30|Has expired: Use archivers/py-blosc2 instead. A
 net-im/purple-hangouts||2023-06-30|Has expired: Google Hangouts discontinued 2022-11-01, data deleted 2023-01-01
 dns/ares||2023-06-30|Has expired: Deprecated upstream as of March 12, 2023
 security/rubygem-omniauth-cas3||2023-06-30|Has expired: Deprecated by upstream. The repository has been archived by the owner on Aug 23, 2022
-www/py-WebTest|www/py-webtest|2023-06-08|Use lowercase PORTNAME and path
+graphics/ikona||2023-06-30|Has expired: abandoned upstream, broken
diff --git a/graphics/Makefile b/graphics/Makefile
index b03fb98d23d3..0843c50195b9 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -361,7 +361,6 @@
     SUBDIR += iec16022
     SUBDIR += igt-gpu-tools
     SUBDIR += iiview
-    SUBDIR += ikona
     SUBDIR += imageindex
     SUBDIR += imageviewer
     SUBDIR += imageworsener
diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile
deleted file mode 100644
index 4ed3a625cd58..000000000000
--- a/graphics/ikona/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME=		ikona
-DISTVERSION=		1.0
-PORTREVISION=	35
-CATEGORIES=		graphics kde
-MASTER_SITES=		KDE/stable/${PORTNAME}/${DISTVERSION}/
-DISTFILES=		${DISTNAME}${EXTRACT_SUFX} \
-			${DISTNAME}.cargo.vendor${EXTRACT_SUFX}
-EXTRACT_ONLY=		${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER=		kde@FreeBSD.org
-COMMENT=		Icon editing companion
-WWW=		https://kde.org/applications/system/org.kde.Ikona
-
-LICENSE=		GPLv2
-LICENSE_FILE=		${WRKSRC}/LICENSE
-
-BROKEN=		does not compile, unaligned references E0793
-DEPRECATED=	abandoned upstream, broken
-EXPIRATION_DATE=	2023-06-29
-
-BUILD_DEPENDS=		rustc:lang/${RUST_DEFAULT}
-
-USES=			cmake:noninja compiler:c++11-lang desktop-file-utils \
-			gmake gnome iconv kde:5 pkgconfig qt:5 tar:xz
-USE_GNOME=		cairo gdkpixbuf2 glib20 libxml2 pango
-USE_KDE=		auth codecs config configwidgets coreaddons i18n \
-			kirigami2 widgetsaddons
-USE_QT=			core declarative gui network widgets xml \
-			buildtools:build qmake:build
-
-pre-configure:
-	${CP} ${DISTDIR}/${DISTNAME}.cargo.vendor${EXTRACT_SUFX} ${WRKSRC}/ikona.cargo.vendor.tar.xz
-
-.include <bsd.port.mk>
diff --git a/graphics/ikona/distinfo b/graphics/ikona/distinfo
deleted file mode 100644
index 947cfba854bb..000000000000
--- a/graphics/ikona/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1584290431
-SHA256 (ikona-1.0.tar.xz) = 9bd2b0898fd6b56fb3a267f2254751b75bd4da6d697122bdfbc9d4d2b4d722b3
-SIZE (ikona-1.0.tar.xz) = 1041940
-SHA256 (ikona-1.0.cargo.vendor.tar.xz) = 6a10abc76ed33385392867b4aa53b89a1c1f8609492d05db7ce794fc696941fb
-SIZE (ikona-1.0.cargo.vendor.tar.xz) = 16102888
diff --git a/graphics/ikona/pkg-descr b/graphics/ikona/pkg-descr
deleted file mode 100644
index 74b7a4cbb4ad..000000000000
--- a/graphics/ikona/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Ikona is a design companion to help you design icons. It is designed to
-integrate with the KDE Plasma desktop.
diff --git a/graphics/ikona/pkg-plist b/graphics/ikona/pkg-plist
deleted file mode 100644
index 6084419bf49f..000000000000
--- a/graphics/ikona/pkg-plist
+++ /dev/null
@@ -1,41 +0,0 @@
-bin/ikona
-bin/ikona-cli
-etc/bash_completion.d/ikona-cli.bash
-lib/libikonars.so
-share/applications/org.kde.Ikona.desktop
-share/fish/completions/ikona-cli.fish
-share/icons/hicolor/scalable/apps/org.kde.Ikona.svg
-share/locale/ca/LC_MESSAGES/ikona.mo
-share/locale/ca/LC_MESSAGES/ikonacli.mo
-share/locale/ca@valencia/LC_MESSAGES/ikona.mo
-share/locale/ca@valencia/LC_MESSAGES/ikonacli.mo
-share/locale/cs/LC_MESSAGES/ikona.mo
-share/locale/es/LC_MESSAGES/ikona.mo
-share/locale/es/LC_MESSAGES/ikonacli.mo
-share/locale/et/LC_MESSAGES/ikona.mo
-share/locale/et/LC_MESSAGES/ikonacli.mo
-share/locale/fi/LC_MESSAGES/ikona.mo
-share/locale/fr/LC_MESSAGES/ikona.mo
-share/locale/fr/LC_MESSAGES/ikonacli.mo
-share/locale/ia/LC_MESSAGES/ikona.mo
-share/locale/ia/LC_MESSAGES/ikonacli.mo
-share/locale/it/LC_MESSAGES/ikona.mo
-share/locale/it/LC_MESSAGES/ikonacli.mo
-share/locale/nl/LC_MESSAGES/ikona.mo
-share/locale/nl/LC_MESSAGES/ikonacli.mo
-share/locale/nn/LC_MESSAGES/ikona.mo
-share/locale/pl/LC_MESSAGES/ikona.mo
-share/locale/pt/LC_MESSAGES/ikona.mo
-share/locale/pt/LC_MESSAGES/ikonacli.mo
-share/locale/pt_BR/LC_MESSAGES/ikona.mo
-share/locale/pt_BR/LC_MESSAGES/ikonacli.mo
-share/locale/sk/LC_MESSAGES/ikona.mo
-share/locale/sk/LC_MESSAGES/ikonacli.mo
-share/locale/sv/LC_MESSAGES/ikona.mo
-share/locale/sv/LC_MESSAGES/ikonacli.mo
-share/locale/uk/LC_MESSAGES/ikona.mo
-share/locale/uk/LC_MESSAGES/ikonacli.mo
-share/locale/zh_TW/LC_MESSAGES/ikona.mo
-share/locale/zh_TW/LC_MESSAGES/ikonacli.mo
-share/metainfo/org.kde.Ikona.appdata.xml
-share/zsh/site-functions/_ikona-cli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306302054.35UKsMTX027743>