From: Alexis Laferrière Date: Tue, 5 Jun 2018 19:18:19 +0000 (-0400) Subject: posix: merge the `posix_ext` package in `posix` X-Git-Url: http://nitlanguage.org posix: merge the `posix_ext` package in `posix` Signed-off-by: Alexis Laferrière --- diff --git a/lib/posix_ext/posix_ext.nit b/lib/posix/ext.nit similarity index 91% rename from lib/posix_ext/posix_ext.nit rename to lib/posix/ext.nit index 8dd83c3..85da40a 100644 --- a/lib/posix_ext/posix_ext.nit +++ b/lib/posix/ext.nit @@ -1,7 +1,5 @@ # This file is part of NIT ( http://www.nitlanguage.org ). # -# Copyright 2014 Alexis Laferrière -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -15,7 +13,9 @@ # limitations under the License. # Services not defined in POSIX but provided by most implementations -module posix_ext +module ext + +import posix redef extern class Passwd # User information diff --git a/lib/posix_ext/package.ini b/lib/posix_ext/package.ini deleted file mode 100644 index 6b78527..0000000 --- a/lib/posix_ext/package.ini +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name=posix_ext -tags=wrapper,lib -maintainer=Alexis Laferrière -license=Apache-2.0 -desc=Services not defined in POSIX but provided by most implementations -[upstream] -browse=https://github.com/nitlang/nit/tree/master/lib/posix_ext/ -git=https://github.com/nitlang/nit.git -git.directory=lib/posix_ext/ -homepage=http://nitlanguage.org -issues=https://github.com/nitlang/nit/issues