aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-05 23:17:50 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-06 10:26:12 +0000
commitdcca667f5cf0c61f2ee0e0c710d52e69248ba6bd (patch)
treee2166904f000c6826043c731cde08c1816250de7
parentcb26afce20ffb793baec32887f602c13b5348c96 (diff)
downloadports-dcca667f5cf0c61f2ee0e0c710d52e69248ba6bd.tar.gz
ports-dcca667f5cf0c61f2ee0e0c710d52e69248ba6bd.zip
x11-themes/kde-icons-noia: Remove expired port
x11-themes/kde-icons-noia
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/kde-icons-black-and-white/Makefile2
-rw-r--r--x11-themes/kde-icons-noia/Makefile16
-rw-r--r--x11-themes/kde-icons-noia/distinfo2
-rw-r--r--x11-themes/kde-icons-noia/pkg-descr13
-rw-r--r--x11-themes/kde-icons-noia/pkg-message13
-rw-r--r--x11-themes/kde-icons-nuovext2/Makefile2
-rw-r--r--x11-themes/kde-icons-nuovext2/Makefile.icons (renamed from x11-themes/kde-icons-noia/Makefile.icons)0
8 files changed, 2 insertions, 47 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 53cc96c3eb92..b311409d1cdc 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -92,7 +92,6 @@
SUBDIR += icons-tango-extras
SUBDIR += irssi-themes
SUBDIR += kde-icons-black-and-white
- SUBDIR += kde-icons-noia
SUBDIR += kde-icons-nuovext2
SUBDIR += kf5-breeze-icons
SUBDIR += kf5-kemoticons
diff --git a/x11-themes/kde-icons-black-and-white/Makefile b/x11-themes/kde-icons-black-and-white/Makefile
index 033dd1bb5f20..ed9649796857 100644
--- a/x11-themes/kde-icons-black-and-white/Makefile
+++ b/x11-themes/kde-icons-black-and-white/Makefile
@@ -19,4 +19,4 @@ NO_ARCH= yes
WRKSRC= ${WRKDIR}/"black and white"
-.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
+.include "${.CURDIR}/../kde-icons-nuovext2/Makefile.icons"
diff --git a/x11-themes/kde-icons-noia/Makefile b/x11-themes/kde-icons-noia/Makefile
deleted file mode 100644
index fa4e7bee055a..000000000000
--- a/x11-themes/kde-icons-noia/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-PORTNAME= noia
-PORTVERSION= 1.00
-MASTER_SITES= GENTOO
-DISTNAME= noia-kde-icons-${PORTVERSION}
-
-COMMENT= KDE Noia complete iconset
-WWW= http://www.kde-look.org/content/show.php?content=3883
-
-DEPRECATED= Unfetchable and upstream WWW not found
-EXPIRATION_DATE= 2024-01-31
-
-USES= tar:tgz
-WRKSRC= ${WRKDIR}/noia_kde_${PORTVERSION:C/\.//}
-PORT_SHAREDIR= ${PORTNAME}
-
-.include "${.CURDIR}/Makefile.icons"
diff --git a/x11-themes/kde-icons-noia/distinfo b/x11-themes/kde-icons-noia/distinfo
deleted file mode 100644
index c0962428c6b3..000000000000
--- a/x11-themes/kde-icons-noia/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (KDE/noia-kde-icons-1.00.tgz) = 87432fd091445c20084880d1a987127c3d33c4bb4733fc3123ccbf75737e6fb1
-SIZE (KDE/noia-kde-icons-1.00.tgz) = 12764378
diff --git a/x11-themes/kde-icons-noia/pkg-descr b/x11-themes/kde-icons-noia/pkg-descr
deleted file mode 100644
index a60f798b438e..000000000000
--- a/x11-themes/kde-icons-noia/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-[ excerpt from developer's web site with modifications ]
-
-Complete iconset with around 600 original icons. It can be used
-as individual icons for X desktops, or as a complete iconset for
-KDE 3.0-3.1 or above (new KDE features will not be iconized at this
-moment).
-
-Please, read the 'readme' text file for more info.
-
-This iconset is under LGPL. Read the 'lesser.txt' text file about
-the license.
-
-See also: http://www.carlitus.net/
diff --git a/x11-themes/kde-icons-noia/pkg-message b/x11-themes/kde-icons-noia/pkg-message
deleted file mode 100644
index bcef457a04ae..000000000000
--- a/x11-themes/kde-icons-noia/pkg-message
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-{ type: install
- message: <<EOM
-How to install a new icon theme
-
-1) Open the KDE-Menu and start the Control Center
-2) Click on "Look and Feel", then "Icons"
-3) Select Noia KDE iconset
-4) Click "Apply"
-5) Have fun! :-)
-EOM
-}
-]
diff --git a/x11-themes/kde-icons-nuovext2/Makefile b/x11-themes/kde-icons-nuovext2/Makefile
index d0548dbc9e72..e7e15ec483fa 100644
--- a/x11-themes/kde-icons-nuovext2/Makefile
+++ b/x11-themes/kde-icons-nuovext2/Makefile
@@ -12,4 +12,4 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING
USES= tar:xz
-.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
+.include "${.CURDIR}/Makefile.icons"
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-nuovext2/Makefile.icons
index 43112c774655..43112c774655 100644
--- a/x11-themes/kde-icons-noia/Makefile.icons
+++ b/x11-themes/kde-icons-nuovext2/Makefile.icons