Remove expired port:

2020-11-01 devel/gitg0: ancient version of gitg not maintained
This commit is contained in:
Rene Ladan 2020-11-01 21:52:51 +00:00
parent 7623f9ae2e
commit cff970bd03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553868
6 changed files with 1 additions and 123 deletions

1
MOVED
View file

@ -15668,3 +15668,4 @@ x11/fluxbg||2020-11-01|Depends on removed x11-toolkits/gtkmm20
x11-toolkits/gtkmm20|x11-toolkits/gtkmm24|2020-11-01|Broken after libsigc++12 removal
www/radicale2|www/radicale|2020-11-01|Has expired: Please migrate to Radicale 3.x which you can find at www/radicale
devel/pccts|devel/antlr|2020-11-01|Has expired: abandonedware, superseded by devel/antlr
devel/gitg0|devel/gitg|2020-11-01|Has expired: ancient version of gitg not maintained

View file

@ -795,7 +795,6 @@
SUBDIR += gitblit
SUBDIR += gitflow
SUBDIR += gitg
SUBDIR += gitg0
SUBDIR += github-backup-utils
SUBDIR += gitinspector
SUBDIR += gitlab-runner

View file

@ -1,46 +0,0 @@
# Created by: kipz <somicide@gmail.com>
# $FreeBSD$
PORTNAME= gitg
PORTVERSION= 0.0.8
PORTREVISION= 2
CATEGORIES= devel deskutils gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 0
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK-based git repository viewer (gtk2 version)
DEPRECATED= ancient version of gitg not maintained
EXPIRATION_DATE= 2020-11-01
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: gitg-branch-actions.o(.text+0x46c): unresolvable R_PPC64_REL24 relocation against symbol gitg_revision_get_subject
BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: gitg-branch-actions.o(.text+0x46c): unresolvable R_PPC64_REL24 relocation against symbol gitg_revision_get_subject
RUN_DEPENDS= git:devel/git
CONFLICTS= gitg-[0-9]*
USES= gmake gnome libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gconf2 gtk20 gtksourceview2 intlhack
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
GCONF_SCHEMAS= gitg.schemas
PORTSCOUT= limit:^0\.0\.
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_USES_OFF= gettext-tools
NLS_CONFIGURE_ENABLE=nls
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LIBS= -L${LOCALBASE}/lib
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (gitg-0.0.8.tar.bz2) = 255018ffdc04298f87234d2fcce56acda983fe6efc6e31d53349fa241cf2f4c4
SIZE (gitg-0.0.8.tar.bz2) = 535076

View file

@ -1,9 +0,0 @@
An alternative Git GUI with an emphasis on graphical
representation of data and actions. It can:
* Browse revision history
* Commit changes
* Show colorized diff of changes in revisions
* Handles extremely large projects very well
WWW: http://trac.novowork.com/gitg/wiki

View file

@ -1,65 +0,0 @@
bin/gitg
include/libgitg-1.0/libgitg/gitg-changed-file.h
include/libgitg-1.0/libgitg/gitg-color.h
include/libgitg-1.0/libgitg/gitg-command.h
include/libgitg-1.0/libgitg/gitg-commit.h
include/libgitg-1.0/libgitg/gitg-config.h
include/libgitg-1.0/libgitg/gitg-hash.h
include/libgitg-1.0/libgitg/gitg-io.h
include/libgitg-1.0/libgitg/gitg-lane.h
include/libgitg-1.0/libgitg/gitg-line-parser.h
include/libgitg-1.0/libgitg/gitg-ref.h
include/libgitg-1.0/libgitg/gitg-repository.h
include/libgitg-1.0/libgitg/gitg-revision.h
include/libgitg-1.0/libgitg/gitg-runner.h
include/libgitg-1.0/libgitg/gitg-shell.h
lib/libgitg-1.0.a
lib/libgitg-1.0.so
lib/libgitg-1.0.so.0
lib/libgitg-1.0.so.0.0.0
libdata/pkgconfig/libgitg-1.0.pc
man/man1/gitg.1.gz
share/applications/gitg.desktop
%%DATADIR%%/icons/gitg.svg
%%DATADIR%%/icons/gitg128x128.png
%%DATADIR%%/icons/gitg16x16.png
%%DATADIR%%/icons/gitg22x22.png
%%DATADIR%%/icons/gitg24x24.png
%%DATADIR%%/icons/gitg32x32.png
%%DATADIR%%/icons/gitg48x48.png
%%DATADIR%%/icons/gitg64x64.png
%%DATADIR%%/language-specs/gitgdiff.lang
%%DATADIR%%/styles/gitgstyle.xml
%%DATADIR%%/ui/gitg-commit-menu.ui
%%DATADIR%%/ui/gitg-menus.xml
%%DATADIR%%/ui/gitg-new-branch.ui
%%DATADIR%%/ui/gitg-preferences.ui
%%DATADIR%%/ui/gitg-repository.ui
%%DATADIR%%/ui/gitg-revision-changes-panel.ui
%%DATADIR%%/ui/gitg-revision-details-panel.ui
%%DATADIR%%/ui/gitg-revision-files-panel.ui
%%DATADIR%%/ui/gitg-tag.ui
%%DATADIR%%/ui/gitg-ui.xml
%%DATADIR%%/ui/gitg-window.ui
share/icons/hicolor/16x16/apps/gitg.png
share/icons/hicolor/22x22/apps/gitg.png
share/icons/hicolor/24x24/apps/gitg.png
share/icons/hicolor/32x32/apps/gitg.png
share/icons/hicolor/48x48/apps/gitg.png
share/icons/hicolor/scalable/apps/gitg.svg
%%NLS%%share/locale/da/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/de/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/es/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/fr/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/gl/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/it/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/lt/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/nb/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/nl/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/pa/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/ro/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/sl/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/sv/LC_MESSAGES/gitg.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gitg.mo