aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-09-14 02:23:44 +0800
committerrene <rene@FreeBSD.org>2016-09-14 02:23:44 +0800
commit61e89bcce8c0f339f1a1b4c87628c3ed7dfde16e (patch)
treeace75ed1e05842b6449a4d711f5dbf2d6935d1e4 /x11-toolkits
parent0b6e255e8e05f545b761a68ae334377e5b5b9f34 (diff)
downloadfreebsd-ports-gnome-61e89bcce8c0f339f1a1b4c87628c3ed7dfde16e.tar.gz
freebsd-ports-gnome-61e89bcce8c0f339f1a1b4c87628c3ed7dfde16e.tar.zst
freebsd-ports-gnome-61e89bcce8c0f339f1a1b4c87628c3ed7dfde16e.zip
Remove expired ports:
2016-08-23 www/mediawiki124: EOL upstream 2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8 2016-08-24 www/moodle28: EOL upstream 2016-08-31 devel/php5-msgpack: This is an older version of the software, please use devel/pecl-msgpack. 2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead 2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/qtada/Makefile41
-rw-r--r--x11-toolkits/qtada/distinfo2
-rw-r--r--x11-toolkits/qtada/files/patch-fix-limited.diff440
-rw-r--r--x11-toolkits/qtada/pkg-descr15
5 files changed, 0 insertions, 499 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 43e9328a7937..50784df99b70 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -225,7 +225,6 @@
SUBDIR += qt5-quickcontrols
SUBDIR += qt5-uiplugin
SUBDIR += qt5-widgets
- SUBDIR += qtada
SUBDIR += qtermwidget
SUBDIR += qwt5
SUBDIR += qwt5-designerplugin
diff --git a/x11-toolkits/qtada/Makefile b/x11-toolkits/qtada/Makefile
deleted file mode 100644
index 4833feacccca..000000000000
--- a/x11-toolkits/qtada/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: John Marino <marino@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= qtada
-PORTVERSION= 3.2.0.0
-PORTREVISION= 3
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://download.qtada.com/
-DISTNAME= ${PORTNAME}-gpl-3.2.0-20120708-3871
-
-MAINTAINER= marino@FreeBSD.org
-COMMENT= Ada2005 language bindings to Qt4 framework
-
-LICENSE= GPLv2
-
-# Error: In library project "Examples_Designer_Custom_Widget_Plugin"
-# Unit "Analog_Clock_Plugin" is not in the interface set
-# but it is needed by the spec of "Analog_Clock_Plugin.moc"
-BROKEN= New gprbuild detected interface issue with designer example
-DEPRECATED= No development since 2012, usefulness unclear
-EXPIRATION_DATE= 2016-09-09
-
-BUILD_DEPENDS= gprbuild>=20120510:devel/gprbuild \
- asis>=2011:lang/asis
-
-USES= ada gmake pkgconfig
-GNU_CONFIGURE= yes
-USE_QT4= corelib gui xml designer sql opengl webkit
-NO_MTREE= yes
-
-#CONFIGURE_ARGS= --with-gtkada=NO
-
-post-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/share
- ${MV} ${STAGEDIR}${PREFIX}/examples ${STAGEDIR}${PREFIX}/share/
- @(cd ${STAGEDIR}${PREFIX} ; \
- ${FIND} * \( -type f -or -type l \) | ${SORT} >> ${TMPPLIST})
- @(cd ${STAGEDIR}${PREFIX} ; \
- ${FIND} * -type d -empty | ${SORT} -r | sed -e 's|^|@dir |' >> ${TMPPLIST})
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/qtada/distinfo b/x11-toolkits/qtada/distinfo
deleted file mode 100644
index 09c4eaf45658..000000000000
--- a/x11-toolkits/qtada/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qtada-gpl-3.2.0-20120708-3871.tar.gz) = f6d07d5399bc62717191d1c298b969bf72b4c02c3fed950c07b63978edc5bd63
-SIZE (qtada-gpl-3.2.0-20120708-3871.tar.gz) = 3082986
diff --git a/x11-toolkits/qtada/files/patch-fix-limited.diff b/x11-toolkits/qtada/files/patch-fix-limited.diff
deleted file mode 100644
index 8fe115aca992..000000000000
--- a/x11-toolkits/qtada/files/patch-fix-limited.diff
+++ /dev/null
@@ -1,440 +0,0 @@
-Versions of GNAT older than 5 permitted the mistake of not pairing
-"limited" from forward declaration. This fixes numerous instances of that
-mistake in qtada.
-
---- examples/designer/custom_widget_plugin/analog_clock_plugin.ads.orig 2011-01-24 14:14:50 UTC
-+++ examples/designer/custom_widget_plugin/analog_clock_plugin.ads
-@@ -37,7 +37,7 @@ package Analog_Clock_Plugin is
- private
-
- type Analog_Clock_Plugin is
-- new Qt4.Objects.Directors.Q_Object_Director
-+ limited new Qt4.Objects.Directors.Q_Object_Director
- and Qt4.Designer_Custom_Widget_Interfaces.Q_Designer_Custom_Widget_Interface
- with record
- Q_Designer_Custom_Widget_Interface_View :
---- examples/graphics_view/elastic_nodes/graph_widgets.ads.orig 2009-04-03 13:20:32 UTC
-+++ examples/graphics_view/elastic_nodes/graph_widgets.ads
-@@ -43,7 +43,7 @@ package Graph_Widgets is
- private
-
- type Graph_Widget is
-- new Qt4.Graphics_Views.Directors.Q_Graphics_View_Director with
-+ limited new Qt4.Graphics_Views.Directors.Q_Graphics_View_Director with
- record
- Timer_Id : Qt4.Q_Integer := 0;
-
---- examples/item_views/chart/main_windows.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/item_views/chart/main_windows.ads
-@@ -49,7 +49,7 @@ package Main_Windows is
- private
-
- type Main_Window is
-- new Qt4.Main_Windows.Directors.Q_Main_Window_Director with
-+ limited new Qt4.Main_Windows.Directors.Q_Main_Window_Director with
- record
- Model : Qt4.Abstract_Item_Models.Q_Abstract_Item_Model_Access;
- Pie_Chart : Qt4.Abstract_Item_Views.Q_Abstract_Item_View_Access;
---- examples/item_views/chart/pie_views.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/item_views/chart/pie_views.ads
-@@ -49,7 +49,7 @@ package Pie_Views is
-
- private
-
-- type Pie_View is
-+ type Pie_View is limited
- new Qt4.Abstract_Item_Views.Directors.Q_Abstract_Item_View_Director with
- record
- Margin : Qt4.Q_Integer;
---- examples/main_windows/dock_widgets/main_windows.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/main_windows/dock_widgets/main_windows.ads
-@@ -39,7 +39,7 @@ package Main_Windows is
-
- private
-
-- type Main_Window is
-+ type Main_Window is limited
- new Qt4.Main_Windows.Directors.Q_Main_Window_Director with
- record
- Text_Edit : Qt4.Text_Edits.Q_Text_Edit_Access;
---- examples/qt_ada/tasking/emitters.ads.orig 2009-12-21 06:36:28 UTC
-+++ examples/qt_ada/tasking/emitters.ads
-@@ -39,7 +39,7 @@ package Emitters is
-
- private
-
-- type Emitter is
-+ type Emitter is limited
- new Qt4.Objects.Directors.Q_Object_Director with null record;
-
- procedure Emit_Progress_Value_Changed
---- examples/qt_ada/tasking/main_windows.ads.orig 2009-12-21 06:36:28 UTC
-+++ examples/qt_ada/tasking/main_windows.ads
-@@ -37,7 +37,7 @@ package Main_Windows is
-
- private
-
-- type Main_Window is
-+ type Main_Window is limited
- new Qt4.Main_Windows.Directors.Q_Main_Window_Director with record
- Progress_Bar : Qt4.Progress_Bars.Q_Progress_Bar_Access;
- Start_Button : Qt4.Push_Buttons.Q_Push_Button_Access;
---- examples/sql/cached_table/table_editors.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/sql/cached_table/table_editors.ads
-@@ -43,7 +43,7 @@ package Table_Editors is
-
- private
-
-- type Table_Editor is
-+ type Table_Editor is limited
- new Qt4.Dialogs.Directors.Q_Dialog_Director with record
- Submit_Button : Qt4.Push_Buttons.Q_Push_Button_Access;
- Revert_Button : Qt4.Push_Buttons.Q_Push_Button_Access;
---- examples/tools/echo_window/echo_plugin/echo_plugin.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tools/echo_window/echo_plugin/echo_plugin.ads
-@@ -45,7 +45,7 @@ package Echo_Plugin is
-
- private
-
-- type Echo_Plugin_Impl is new Qt4.Objects.Directors.Q_Object_Director
-+ type Echo_Plugin_Impl is limited new Qt4.Objects.Directors.Q_Object_Director
- and Echo_Interfaces.Echo_Interface with null record;
- pragma Q_Export_Plugin (Echo_Plugin_Impl, Constructors.Create);
-
---- examples/tools/echo_window/echo_windows.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tools/echo_window/echo_windows.ads
-@@ -38,7 +38,7 @@ package Echo_Windows is
-
- private
-
-- type Echo_Window is
-+ type Echo_Window is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with record
- Echo : Echo_Interfaces.Echo_Interface_Access;
- Label : Qt4.Labels.Q_Label_Access;
---- examples/tutorial/t10/cannon_fields.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t10/cannon_fields.ads
-@@ -52,7 +52,8 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Cannon_Field is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- Current_Force : Qt4.Q_Integer;
- end record;
---- examples/tutorial/t10/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t10/lcd_ranges.ads
-@@ -46,7 +46,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- end record;
-
---- examples/tutorial/t10/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t10/my_widgets.ads
-@@ -33,7 +33,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/tutorial/t11/cannon_fields.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t11/cannon_fields.ads
-@@ -57,7 +57,8 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Cannon_Field is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- Current_Force : Qt4.Q_Integer;
-
---- examples/tutorial/t11/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t11/lcd_ranges.ads
-@@ -46,7 +46,7 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is
-+ type LCD_Range is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- end record;
---- examples/tutorial/t11/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t11/my_widgets.ads
-@@ -33,7 +33,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/tutorial/t12/cannon_fields.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t12/cannon_fields.ads
-@@ -63,7 +63,8 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Cannon_Field is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- Current_Force : Qt4.Q_Integer;
- Timer_Count : Qt4.Q_Integer;
---- examples/tutorial/t12/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t12/lcd_ranges.ads
-@@ -46,7 +46,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- end record;
-
---- examples/tutorial/t12/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t12/my_widgets.ads
-@@ -33,7 +33,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/tutorial/t13/cannon_fields.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t13/cannon_fields.ads
-@@ -73,7 +73,8 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Cannon_Field is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- Current_Force : Qt4.Q_Integer;
- Timer_Count : Qt4.Q_Integer;
---- examples/tutorial/t13/game_boards.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t13/game_boards.ads
-@@ -50,7 +50,8 @@ package Game_Boards is
-
- private
-
-- type Game_Board is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Game_Board is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Hits : Qt4.LCD_Numbers.Q_LCD_Number_Access;
- Shots_Left : Qt4.LCD_Numbers.Q_LCD_Number_Access;
- Cannon_Field : Cannon_Fields.Cannon_Field_Access;
---- examples/tutorial/t13/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t13/lcd_ranges.ads
-@@ -57,7 +57,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- Label : Qt4.Labels.Q_Label_Access;
- end record;
---- examples/tutorial/t14/cannon_fields.ads.orig 2009-04-09 19:05:06 UTC
-+++ examples/tutorial/t14/cannon_fields.ads
-@@ -84,7 +84,8 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Cannon_Field is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- Current_Force : Qt4.Q_Integer;
- Timer_Count : Qt4.Q_Integer;
---- examples/tutorial/t14/game_boards.ads.orig 2009-04-09 19:05:06 UTC
-+++ examples/tutorial/t14/game_boards.ads
-@@ -53,7 +53,8 @@ package Game_Boards is
-
- private
-
-- type Game_Board is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Game_Board is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Hits : Qt4.LCD_Numbers.Q_LCD_Number_Access;
- Shots_Left : Qt4.LCD_Numbers.Q_LCD_Number_Access;
- Cannon_Field : Cannon_Fields.Cannon_Field_Access;
---- examples/tutorial/t14/lcd_ranges.ads.orig 2009-04-09 19:05:06 UTC
-+++ examples/tutorial/t14/lcd_ranges.ads
-@@ -62,7 +62,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- Label : Qt4.Labels.Q_Label_Access;
- end record;
---- examples/tutorial/t4/my_widgets.ads.orig 2009-04-04 16:14:18 UTC
-+++ examples/tutorial/t4/my_widgets.ads
-@@ -38,7 +38,8 @@ package My_Widgets is
-
- private
-
-- type My_Widget is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type My_Widget is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Quit : Qt4.Push_Buttons.Q_Push_Button_Access;
- end record;
-
---- examples/tutorial/t5/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t5/my_widgets.ads
-@@ -36,7 +36,8 @@ package My_Widgets is
-
- private
-
-- type My_Widget is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type My_Widget is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Quit : Qt4.Push_Buttons.Q_Push_Button_Access;
- LCD : Qt4.LCD_Numbers.Q_LCD_Number_Access;
- Slider : Qt4.Sliders.Q_Slider_Access;
---- examples/tutorial/t6/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t6/lcd_ranges.ads
-@@ -33,7 +33,7 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is
-+ type LCD_Range is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end LCD_Ranges;
---- examples/tutorial/t6/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t6/my_widgets.ads
-@@ -33,7 +33,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/tutorial/t7/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t7/lcd_ranges.ads
-@@ -39,7 +39,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- end record;
-
---- examples/tutorial/t7/my_widgets.ads.orig 2009-04-04 16:40:39 UTC
-+++ examples/tutorial/t7/my_widgets.ads
-@@ -37,7 +37,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/tutorial/t8/cannon_fields.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t8/cannon_fields.ads
-@@ -48,7 +48,8 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type Cannon_Field is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- end record;
-
---- examples/tutorial/t8/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t8/lcd_ranges.ads
-@@ -46,7 +46,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- end record;
-
---- examples/tutorial/t8/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t8/my_widgets.ads
-@@ -33,7 +33,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/tutorial/t9/cannon_fields.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t9/cannon_fields.ads
-@@ -43,7 +43,7 @@ package Cannon_Fields is
-
- private
-
-- type Cannon_Field is
-+ type Cannon_Field is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with record
- Current_Angle : Qt4.Q_Integer;
- end record;
---- examples/tutorial/t9/lcd_ranges.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t9/lcd_ranges.ads
-@@ -46,7 +46,8 @@ package LCD_Ranges is
-
- private
-
-- type LCD_Range is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type LCD_Range is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Slider : Qt4.Sliders.Q_Slider_Access;
- end record;
-
---- examples/tutorial/t9/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/tutorial/t9/my_widgets.ads
-@@ -33,7 +33,7 @@ package My_Widgets is
-
- private
-
-- type My_Widget is
-+ type My_Widget is limited
- new Qt4.Widgets.Directors.Q_Widget_Director with null record;
-
- end My_Widgets;
---- examples/widgets/line_edits/my_widgets.ads.orig 2009-04-18 09:27:41 UTC
-+++ examples/widgets/line_edits/my_widgets.ads
-@@ -34,7 +34,8 @@ package My_Widgets is
-
- private
-
-- type My_Widget is new Qt4.Widgets.Directors.Q_Widget_Director with record
-+ type My_Widget is limited
-+ new Qt4.Widgets.Directors.Q_Widget_Director with record
- Access_Line_Edit : Qt4.Line_Edits.Q_Line_Edit_Access;
- Alignment_Line_Edit : Qt4.Line_Edits.Q_Line_Edit_Access;
- Echo_Line_Edit : Qt4.Line_Edits.Q_Line_Edit_Access;
diff --git a/x11-toolkits/qtada/pkg-descr b/x11-toolkits/qtada/pkg-descr
deleted file mode 100644
index 6b191ba685f2..000000000000
--- a/x11-toolkits/qtada/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-QtAda is an Ada 2005 language binding to the Qt libraries and a set of
-useful tools. Qt versions 4.6 and later are supported.
-
-QtAda easily enables powerful cross-platform graphical user interfaces
-completely on Ada 2005. QtAda applications work on all popular platforms
-without any changes or platform-specific coding. QtAda applications have
-the platforms' native look and feel.
-
-It is possible to develop custom widgets and integrate them into the Qt
-designer for rapid GUI development.
-
-QtAda has excellent support for localization and internationalization, and
-usings native safe threading for transparent integration with Ada tasks.
-
-WWW: http://www.qtada.com